1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
| javax.naming.NamingException: Cannot get a remote ClassLoader [Root exception is java.lang.IllegalStateException: Cannot connect the channel]
at org.ow2.easybeans.component.smartclient.spi.SmartContextFactory.checkInit(SmartContextFactory.java:195)
at org.ow2.easybeans.component.smartclient.spi.SmartContextFactory.getInitialContext(SmartContextFactory.java:108)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
at javax.naming.InitialContext.init(InitialContext.java:223)
at javax.naming.InitialContext.<init>(InitialContext.java:197)
at org.ow2.jasmine.fdf.JasmineNodeDeployer.setEJBConnection(JasmineNodeDeployer.java:76)
at org.objectweb.jasmine.ui.loginAdressPort.ConnectionManager.connectFDF(ConnectionManager.java:195)
at org.objectweb.jasmine.ui.loginAdressPort.ConnectionManager.initConnections(ConnectionManager.java:436)
at org.objectweb.jasmine.ui.jasminemodel.diagram.part.JasmineDiagramEditor$1.run(JasmineDiagramEditor.java:152)
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.objectweb.jasmine.ui.jasminemodel.diagram.application.JasmineApplication.start(JasmineApplication.java:44)
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:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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)
Caused by: java.lang.IllegalStateException: Cannot connect the channel
at org.ow2.easybeans.component.smartclient.client.AskingClassLoader.getChannel(AskingClassLoader.java:150)
at org.ow2.easybeans.component.smartclient.client.AskingClassLoader.getProviderURL(AskingClassLoader.java:301)
at org.ow2.easybeans.component.smartclient.spi.SmartContextFactory.checkInit(SmartContextFactory.java:183)
... 34 more
Caused by: java.net.ConnectException: Connexion refusée
at sun.nio.ch.Net.connect(Native Method)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:507)
at org.ow2.easybeans.component.smartclient.client.AskingClassLoader.getChannel(AskingClassLoader.java:147)
... 36 more
JASMINe connection : Jade [CONNECTION_FAILED]
JASMINe connection : Log [DISCONNECTED]
can't initialize EJB connexion :
JASMINe connection : FDF [CONNECTION_FAILED]
dispose (View) |
Partager