[Ejtools-users] Jboss 3.2.1 problem
Brought to you by:
letiemble
From: <Jur...@t-...> - 2003-11-14 15:28:46
|
> Hi, > > I am using jboss 3.2.1 and the swing application. While connecting to the server I get this exception: > > [DEBUG] (org.ejtools.jmx.browser.model.Server:107) - In connect > [DEBUG] (org.ejtools.jmx.browser.model.Server:373) - In refresh > javax.naming.CommunicationException [Root exception is java.rmi.ServerException: > RemoteException occurred in server thread; nested exception is: > java.rmi.UnmarshalException: error unmarshalling arguments; nested excep > tion is: > java.net.MalformedURLException: no protocol: und] > at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:611) > at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:471) > at javax.naming.InitialContext.lookup(InitialContext.java:347) > at org.ejtools.jmx.browser.model.connector.JBoss30RMIConnectionService.c > reateMBeanServer(JBoss30RMIConnectionService.java:65) > at org.ejtools.jmx.browser.model.connector.AbstractConnectionService.con > nect(AbstractConnectionService.java:41) > at org.ejtools.jmx.browser.model.Server.refresh(Server.java:385) > at org.ejtools.jmx.browser.model.Server.connect(Server.java:108) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.ejtools.adwt.GenericCustomizer$MethodInvoker.actionPerformed(Gene > ricCustomizer.java:644) > at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:17 > 86) > at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra > ctButton.java:1839) > at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel > .java:420) > at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258 > ) > at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL > istener.java:245) > at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:2 > 31) > at java.awt.Component.processMouseEvent(Component.java:5100) > at java.awt.Component.processEvent(Component.java:4897) > at java.awt.Container.processEvent(Container.java:1569) > at java.awt.Component.dispatchEventImpl(Component.java:3615) > at java.awt.Container.dispatchEventImpl(Container.java:1627) > at java.awt.Component.dispatchEvent(Component.java:3477) > at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483 > ) > at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198) > > at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128) > at java.awt.Container.dispatchEventImpl(Container.java:1613) > at java.awt.Window.dispatchEventImpl(Window.java:1606) > at java.awt.Component.dispatchEvent(Component.java:3477) > at java.awt.EventQueue.dispatchEvent(EventQueue.java:456) > at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh > read.java:201) > at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre > ad.java:151) > at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145) > > Any ideas whats wrong? > > Juraj |