[Mc4j-development] [ mc4j-Bugs-1359823 ] IO exception while connecting Tomcat 5.0
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2005-11-18 10:47:36
|
Bugs item #1359823, was opened at 2005-11-18 18:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1359823&group_id=60228 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: MC4J Application 1.1 Status: Open Resolution: None Priority: 5 Submitted By: Heidi Yeung (heidiyeung) Assigned to: Nobody/Anonymous (nobody) Summary: IO exception while connecting Tomcat 5.0 Initial Comment: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused: connect] at javax.management.remote.rmi.RMIConnector.connect (RMIConnector.java:317) at javax.management.remote.JMXConnectorFactory.connect (JMXConnectorFactory.java:248) at org.mc4j.console.connection.JSR160ConnectionNode.conne ct(JSR160ConnectionNode.java:132) at org.mc4j.console.connection.ReconnectAction.performAct ion(ReconnectAction.java:47) at org.openide.util.actions.NodeAction.performAction (NodeAction.java:193) at org.openide.util.actions.CallableSystemAction$1.run (CallableSystemAction.java:78) at org.openide.util.actions.CallableSystemAction$ActionRu nnable.actionPerformed(CallableSystemAction.java:247) at org.netbeans.core.ModuleActions.invokeAction (ModuleActions.java:74) 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:585) at org.openide.util.actions.CallableSystemAction.invokeAc tion(CallableSystemAction.java:179) at org.openide.util.actions.CallableSystemAction.access$0 00(CallableSystemAction.java:31) at org.openide.util.actions.CallableSystemAction$ActionRu nnable.doRun(CallableSystemAction.java:241) at org.openide.util.actions.CallableSystemAction$2.run (CallableSystemAction.java:111) at org.openide.util.Task.run(Task.java:136) at org.openide.util.RequestProcessor$Task.run (RequestProcessor.java:330) at org.openide.util.RequestProcessor$Processor.run (RequestProcessor.java:686) Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused: connect] at com.sun.jndi.rmi.registry.RegistryContext.lookup (RegistryContext.java:97) at com.sun.jndi.toolkit.url.GenericURLContext.lookup (GenericURLContext.java:185) at javax.naming.InitialContext.lookup (InitialContext.java:351) at javax.management.remote.rmi.RMIConnector.findRMIServer JNDI(RMIConnector.java:1807) at javax.management.remote.rmi.RMIConnector.findRMIServer (RMIConnector.java:1777) at javax.management.remote.rmi.RMIConnector.connect (RMIConnector.java:259) ... 18 more Caused by: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused: connect at sun.rmi.transport.tcp.TCPEndpoint.newSocket (TCPEndpoint.java:574) at sun.rmi.transport.tcp.TCPChannel.createConnection (TCPChannel.java:185) at sun.rmi.transport.tcp.TCPChannel.newConnection (TCPChannel.java:171) at sun.rmi.server.UnicastRef.newCall (UnicastRef.java:306) at sun.rmi.registry.RegistryImpl_Stub.lookup (Unknown Source) at com.sun.jndi.rmi.registry.RegistryContext.lookup (RegistryContext.java:93) ... 23 more Caused by: java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect (Native Method) at java.net.PlainSocketImpl.doConnect (PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress (PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect (PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect (SocksSocketImpl.java:364) at java.net.Socket.connect(Socket.java:507) at java.net.Socket.connect(Socket.java:457) at java.net.Socket.<init>(Socket.java:365) at java.net.Socket.<init>(Socket.java:178) at sun.rmi.transport.proxy.RMIDirectSocketFactory.createS ocket(RMIDirectSocketFactory.java:22) at sun.rmi.transport.proxy.RMIMasterSocketFactory.createS ocket(RMIMasterSocketFactory.java:128) at sun.rmi.transport.tcp.TCPEndpoint.newSocket (TCPEndpoint.java:569) [catch] ... 28 more ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1359823&group_id=60228 |