Dashboard > MC4J > Browse Space > Mail Archive > [Mc4j-development] [ mc4j-Bugs-1359823 ] IO exception while connecting Tomcat 5.0
MC4J Management Console Log In | Sign Up   View a printable version of the current page.
[Mc4j-development] [ mc4j-Bugs-1359823 ] IO exception while connecting Tomcat 5.0
Subject:   [Mc4j-development] [ mc4j-Bugs-1359823 ] IO exception while connecting Tomcat 5.0 (find more)
From:  
Date:   Nov 18, 2005


Return-Path: <hidden>
Received: from nobody by sc8-sf-web2.sourceforge.net with local (Exim 4.33)
 id 1Ed3mF-0003zM-0O; Fri, 18 Nov 2005 02:47:31 -0800
Message-Id: <hidden>
Date: Fri, 18 Nov 2005 02:47:31 -0800
From: "SourceForge.net" <hidden>
Reply-To: hidden
Sender: hidden
To: hidden
Subject: [Mc4j-development] [ mc4j-Bugs-1359823 ] IO exception while connecting Tomcat 5.0
Errors-To: hidden
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Original-To: hidden
Delivered-To: hidden
X-SourceForge-Tracker-unixname: mc4j
X-SourceForge-Tracker-trackerid: 493495
X-SourceForge-Tracker-itemid: 1359823
X-SourceForge-Tracker-itemstatus: Open
X-SourceForge-Tracker-itemassignee: nobody
X-SourceForge-Tracker-itemupdate-reason: Tracker Item Submitted
X-SourceForge-Tracker-itemupdate-username: Item Submitter
X-BeenThere: hidden
X-Mailman-Version: 2.0.9-sf.net
Precedence: bulk
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/mc4j-development&gt;,
 <mailto:hidden?subject=unsubscribe>
List-Id: <mc4j-development.lists.sourceforge.net>
List-Post: <mailto:hidden>
List-Help: <mailto:hidden?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/mc4j-development&gt;,
 <mailto:hidden?subject=subscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=mc4j-development>
Status:

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


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Mc4j-development mailing list
hidden
https://lists.sourceforge.net/lists/listinfo/mc4j-development
Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.7 Build:#524 Jul 28, 2006) - Bug/feature request - Contact Administrators