[Ejtools-developers] [ ejtools-Bugs-842139 ] JBoss 3.2.1 fails
Brought to you by:
letiemble
From: SourceForge.net <no...@so...> - 2003-11-27 00:49:14
|
Bugs item #842139, was opened at 2003-11-14 15:43 Message generated for change (Settings changed) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=842139&group_id=49088 Category: JMX Browser (Swing) Group: 1.1.2 >Status: Closed >Resolution: Remind Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Laurent Etiemble (letiemble) Summary: JBoss 3.2.1 fails Initial Comment: Hi, I installed the JMX-Browser as described and get this exception: ce [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 se rver thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception 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.JBoss30RMIConn ectionService.createMBeanServer(JBoss30RMIConn ectionService.java:65) at org.ejtools.jmx.browser.model.connector.AbstractConnec tionService.connect(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 (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke (Method.java:324) at org.ejtools.adwt.GenericCustomizer$MethodInvoker.actio nPerformed(GenericCustomizer.java:644) at javax.swing.AbstractButton.fireActionPerformed (AbstractButton.java:1786) at javax.swing.AbstractButton$ForwardActionEvents.actionP erformed(AbstractButton.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 (BasicButtonListener.java:245) at java.awt.AWTEventMulticaster.mouseReleased (AWTEventMulticaster.java:231) 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.pumpOneEventForHierarch y(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:151) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:145) at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:137) at java.awt.EventDispatchThread.run (EventDispatchThread.java:100) Caused by: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.net.MalformedURLException: no protocol: und at sun.rmi.server.UnicastServerRef.dispatch (UnicastServerRef.java:292) at sun.rmi.transport.Transport$1.run (Transport.java:148) ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2003-11-27 01:49 Message: Logged In: YES user_id=437455 It is caused by space character inside the installation path. The work-around is to install the browser in a location where the path contains no spaces. ---------------------------------------------------------------------- Comment By: Laurent Etiemble (letiemble) Date: 2003-11-14 17:54 Message: Logged In: YES user_id=437455 Can you send the following files : - jmx.connection.properties (under conf/) - event.log (under logs) Laurent. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=842139&group_id=49088 |