java.lang.NullPointerException at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.tryMultipleMechanisms(Unknown Source) at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.detectProxySettings(Unknown Source) at com.idsscheer.aris.client.container.common.AARISClientContainer.init(Unknown Source) at com.idsscheer.aris.client.container.common.AARISClientContainer.init(Unknown Source) at com.idsscheer.aris.client.arisloader.AAbstactLoader.start(Unknown Source) at com.idsscheer.aris.expresslauncher.AExpressLauncher.startClient(AExpressLauncher.java:128) at com.idsscheer.aris.expresslauncher.AExpressLauncher.main(AExpressLauncher.java:95) java.lang.NullPointerException at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.tryMultipleMechanisms(Unknown Source) at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.detectProxySettings(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$AWelcomeWizardHandler.getNextPage(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.nextPressed(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.access$100(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard$2.actionPerformed(Unknown Source) at com.idsscheer.framework.gui.dialog.implementation.AButtonsPanel$ADialogButton.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) org.apache.xmlrpc.XmlRpcException: Failed to create input stream: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACommunityRegistrationChecker.checkUser(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACredentialsPage.checkRegistration(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$1.run(Unknown Source) at com.idsscheer.aris.client.common.gui.AProgressDialog$4.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ... 13 more Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACommunityRegistrationChecker.checkUser(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACredentialsPage.checkRegistration(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$1.run(Unknown Source) at com.idsscheer.aris.client.common.gui.AProgressDialog$4.run(Unknown Source) at java.lang.Thread.run(Unknown Source) java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String at javax.swing.plaf.basic.BasicOptionPaneUI.getMnemonic(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.getButtons(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.createButtonArea(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.installComponents(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.installUI(Unknown Source) at javax.swing.JComponent.setUI(Unknown Source) at javax.swing.JOptionPane.setUI(Unknown Source) at javax.swing.JOptionPane.updateUI(Unknown Source) at javax.swing.JOptionPane.(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showOptionDialog(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showMessageDialog(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showMessageDialog(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showOptionPane(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showOptionPane(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showErrorComponent(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$AWelcomeWizardHandler.getNextPage(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.nextPressed(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.access$100(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard$2.actionPerformed(Unknown Source) at com.idsscheer.framework.gui.dialog.implementation.AButtonsPanel$ADialogButton.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) java.lang.NullPointerException at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.tryMultipleMechanisms(Unknown Source) at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.detectProxySettings(Unknown Source) at com.idsscheer.aris.client.container.common.AARISClientContainer.init(Unknown Source) at com.idsscheer.aris.client.container.common.AARISClientContainer.init(Unknown Source) at com.idsscheer.aris.client.arisloader.AAbstactLoader.start(Unknown Source) at com.idsscheer.aris.expresslauncher.AExpressLauncher.startClient(AExpressLauncher.java:128) at com.idsscheer.aris.expresslauncher.AExpressLauncher.main(AExpressLauncher.java:95) java.lang.NullPointerException at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.tryMultipleMechanisms(Unknown Source) at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.detectProxySettings(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$AWelcomeWizardHandler.getNextPage(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.nextPressed(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.access$100(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard$2.actionPerformed(Unknown Source) at com.idsscheer.framework.gui.dialog.implementation.AButtonsPanel$ADialogButton.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) org.apache.xmlrpc.XmlRpcException: Failed to create input stream: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACommunityRegistrationChecker.checkUser(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACredentialsPage.checkRegistration(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$1.run(Unknown Source) at com.idsscheer.aris.client.common.gui.AProgressDialog$4.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ... 13 more Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACommunityRegistrationChecker.checkUser(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACredentialsPage.checkRegistration(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$1.run(Unknown Source) at com.idsscheer.aris.client.common.gui.AProgressDialog$4.run(Unknown Source) at java.lang.Thread.run(Unknown Source) java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String at javax.swing.plaf.basic.BasicOptionPaneUI.getMnemonic(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.getButtons(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.createButtonArea(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.installComponents(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.installUI(Unknown Source) at javax.swing.JComponent.setUI(Unknown Source) at javax.swing.JOptionPane.setUI(Unknown Source) at javax.swing.JOptionPane.updateUI(Unknown Source) at javax.swing.JOptionPane.(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showOptionDialog(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showMessageDialog(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showMessageDialog(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showOptionPane(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showOptionPane(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showErrorComponent(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$AWelcomeWizardHandler.getNextPage(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.nextPressed(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.access$100(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard$2.actionPerformed(Unknown Source) at com.idsscheer.framework.gui.dialog.implementation.AButtonsPanel$ADialogButton.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) java.lang.NullPointerException at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.tryMultipleMechanisms(Unknown Source) at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.detectProxySettings(Unknown Source) at com.idsscheer.aris.client.container.common.AARISClientContainer.init(Unknown Source) at com.idsscheer.aris.client.container.common.AARISClientContainer.init(Unknown Source) at com.idsscheer.aris.client.arisloader.AAbstactLoader.start(Unknown Source) at com.idsscheer.aris.expresslauncher.AExpressLauncher.startClient(AExpressLauncher.java:128) at com.idsscheer.aris.expresslauncher.AExpressLauncher.main(AExpressLauncher.java:95) java.lang.NullPointerException at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.tryMultipleMechanisms(Unknown Source) at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.detectProxySettings(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$AWelcomeWizardHandler.getNextPage(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.nextPressed(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.access$100(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard$2.actionPerformed(Unknown Source) at com.idsscheer.framework.gui.dialog.implementation.AButtonsPanel$ADialogButton.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) org.apache.xmlrpc.XmlRpcException: Failed to create input stream: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACommunityRegistrationChecker.checkUser(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACredentialsPage.checkRegistration(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$1.run(Unknown Source) at com.idsscheer.aris.client.common.gui.AProgressDialog$4.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ... 13 more Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACommunityRegistrationChecker.checkUser(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACredentialsPage.checkRegistration(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$1.run(Unknown Source) at com.idsscheer.aris.client.common.gui.AProgressDialog$4.run(Unknown Source) at java.lang.Thread.run(Unknown Source) java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String at javax.swing.plaf.basic.BasicOptionPaneUI.getMnemonic(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.getButtons(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.createButtonArea(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.installComponents(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.installUI(Unknown Source) at javax.swing.JComponent.setUI(Unknown Source) at javax.swing.JOptionPane.setUI(Unknown Source) at javax.swing.JOptionPane.updateUI(Unknown Source) at javax.swing.JOptionPane.(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showOptionDialog(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showMessageDialog(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showMessageDialog(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showOptionPane(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showOptionPane(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showErrorComponent(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$AWelcomeWizardHandler.getNextPage(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.nextPressed(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.access$100(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard$2.actionPerformed(Unknown Source) at com.idsscheer.framework.gui.dialog.implementation.AButtonsPanel$ADialogButton.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) java.lang.NullPointerException at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.tryMultipleMechanisms(Unknown Source) at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.detectProxySettings(Unknown Source) at com.idsscheer.aris.client.container.common.AARISClientContainer.init(Unknown Source) at com.idsscheer.aris.client.container.common.AARISClientContainer.init(Unknown Source) at com.idsscheer.aris.client.arisloader.AAbstactLoader.start(Unknown Source) at com.idsscheer.aris.expresslauncher.AExpressLauncher.startClient(AExpressLauncher.java:128) at com.idsscheer.aris.expresslauncher.AExpressLauncher.main(AExpressLauncher.java:95) java.lang.NullPointerException at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.tryMultipleMechanisms(Unknown Source) at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.detectProxySettings(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$AWelcomeWizardHandler.getNextPage(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.nextPressed(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.access$100(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard$2.actionPerformed(Unknown Source) at com.idsscheer.framework.gui.dialog.implementation.AButtonsPanel$ADialogButton.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) org.apache.xmlrpc.XmlRpcException: Failed to create input stream: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACommunityRegistrationChecker.checkUser(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACredentialsPage.checkRegistration(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$1.run(Unknown Source) at com.idsscheer.aris.client.common.gui.AProgressDialog$4.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ... 13 more Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACommunityRegistrationChecker.checkUser(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACredentialsPage.checkRegistration(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$1.run(Unknown Source) at com.idsscheer.aris.client.common.gui.AProgressDialog$4.run(Unknown Source) at java.lang.Thread.run(Unknown Source) java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String at javax.swing.plaf.basic.BasicOptionPaneUI.getMnemonic(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.getButtons(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.createButtonArea(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.installComponents(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.installUI(Unknown Source) at javax.swing.JComponent.setUI(Unknown Source) at javax.swing.JOptionPane.setUI(Unknown Source) at javax.swing.JOptionPane.updateUI(Unknown Source) at javax.swing.JOptionPane.(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showOptionDialog(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showMessageDialog(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showMessageDialog(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showOptionPane(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showOptionPane(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showErrorComponent(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$AWelcomeWizardHandler.getNextPage(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.nextPressed(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.access$100(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard$2.actionPerformed(Unknown Source) at com.idsscheer.framework.gui.dialog.implementation.AButtonsPanel$ADialogButton.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) java.lang.NullPointerException at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.tryMultipleMechanisms(Unknown Source) at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.detectProxySettings(Unknown Source) at com.idsscheer.aris.client.container.common.AARISClientContainer.init(Unknown Source) at com.idsscheer.aris.client.container.common.AARISClientContainer.init(Unknown Source) at com.idsscheer.aris.client.arisloader.AAbstactLoader.start(Unknown Source) at com.idsscheer.aris.expresslauncher.AExpressLauncher.startClient(AExpressLauncher.java:128) at com.idsscheer.aris.expresslauncher.AExpressLauncher.main(AExpressLauncher.java:95) java.lang.NullPointerException at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.tryMultipleMechanisms(Unknown Source) at com.idsscheer.aris.client.container.AExpressClientSettingsPlugin.detectProxySettings(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$AWelcomeWizardHandler.getNextPage(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.nextPressed(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.access$100(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard$2.actionPerformed(Unknown Source) at com.idsscheer.framework.gui.dialog.implementation.AButtonsPanel$ADialogButton.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) org.apache.xmlrpc.XmlRpcException: Failed to create input stream: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACommunityRegistrationChecker.checkUser(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACredentialsPage.checkRegistration(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$1.run(Unknown Source) at com.idsscheer.aris.client.common.gui.AProgressDialog$4.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ... 13 more Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://ariscommunity.com/xmlrpc.php at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.getInputStream(Unknown Source) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.client.XmlRpcClient.execute(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACommunityRegistrationChecker.checkUser(Unknown Source) at com.idsscheer.aris.client.container.welcome.ACredentialsPage.checkRegistration(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$1.run(Unknown Source) at com.idsscheer.aris.client.common.gui.AProgressDialog$4.run(Unknown Source) at java.lang.Thread.run(Unknown Source) java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String at javax.swing.plaf.basic.BasicOptionPaneUI.getMnemonic(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.getButtons(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.createButtonArea(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.installComponents(Unknown Source) at javax.swing.plaf.basic.BasicOptionPaneUI.installUI(Unknown Source) at javax.swing.JComponent.setUI(Unknown Source) at javax.swing.JOptionPane.setUI(Unknown Source) at javax.swing.JOptionPane.updateUI(Unknown Source) at javax.swing.JOptionPane.(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showOptionDialog(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showMessageDialog(Unknown Source) at com.idsscheer.framework.gui.AOptionPane.showMessageDialog(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showOptionPane(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showOptionPane(Unknown Source) at com.idsscheer.aris.client.common.gui.AMessageDialog.showErrorComponent(Unknown Source) at com.idsscheer.aris.client.container.welcome.AWelcomeWizard$AWelcomeWizardHandler.getNextPage(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.nextPressed(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard.access$100(Unknown Source) at com.idsscheer.framework.gui.dialog.AWizard$2.actionPerformed(Unknown Source) at com.idsscheer.framework.gui.dialog.implementation.AButtonsPanel$ADialogButton.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.idsscheer.aris.client.container.common.AFocusManager.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)