java.lang.IllegalStateException: IWAV0171E Could not create a socket connection to remote vm. This is often due to your firewall
blocking access from your java to do local access.
|
|
at org.eclipse.jem.internal.proxy.remote.REMProxyFactoryRegistry.createConnection(REMProxyFactoryRegistry.java:441)
|
|
at org.eclipse.jem.internal.proxy.remote.REMProxyFactoryRegistry.getFreeConnection(REMProxyFactoryRegistry.java:376)
|
|
at org.eclipse.jem.internal.proxy.remote.REMStandardBeanTypeProxyFactory.getBeanTypeProxy(REMStandardBeanTypeProxyFactory.java:364)
|
|
at org.eclipse.jem.internal.proxy.remote.REMStandardBeanTypeProxyFactory.getBeanTypeProxy(REMStandardBeanTypeProxyFactory.java:267)
|
|
at org.eclipse.jem.internal.proxy.remote.awt.REMRegisterAWT.registerAWT(REMRegisterAWT.java:31)
|
|
at org.eclipse.jem.internal.proxy.remote.LocalProxyLaunchDelegate.launch(LocalProxyLaunchDelegate.java:414)
|
|
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:764)
|
|
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:614)
|
|
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:607)
|
|
at org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.startImplementation(ProxyLaunchSupport.java:463)
|
|
at org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.startImplementation(ProxyLaunchSupport.java:330)
|
|
at org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.startImplementation(ProxyLaunchSupport.java:262)
|
|
at org.eclipse.jem.tests.proxy.remote.RemoteProxySuite$1.getRegistry(RemoteProxySuite.java:51)
|
|
at org.eclipse.jem.tests.proxy.AbstractTestProxy.createRegistry(AbstractTestProxy.java:105)
|
|
at org.eclipse.jem.tests.proxy.AbstractTestProxy.setUp(AbstractTestProxy.java:96)
|
|
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
|
|
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
|
|
at junit.extensions.TestSetup.run(TestSetup.java:25)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
|
|
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
|
|
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
|
|
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3378)
|
|
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3036)
|
|
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
|
|
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
|
|
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
|
|
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
|
|
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
|
|
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
|
|
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
|
|
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
|
|
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
|
|
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
|
|
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |