[Mc4j-development] [ mc4j-Bugs-1108546 ] javax.naming.NameNotFoundException: jrmp
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2005-01-24 19:04:21
|
Bugs item #1108546, was opened at 2005-01-24 19:04 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=1108546&group_id=60228 Category: Connections Group: MC4J 1.2b8 Status: Open Resolution: None Priority: 5 Submitted By: Garthfield (garthfield) Assigned to: Nobody/Anonymous (nobody) Summary: javax.naming.NameNotFoundException: jrmp Initial Comment: Hello, When I try and connect to my Tomcat 5.0.27 server using the MX4j 1x connector I get the exception below. Is there some library that I'm missing from my local JDK? I'm using Sun Java "1.4.2_01". Any ideas where I'm going wrong? Garthfield javax.naming.NameNotFoundException: jrmp at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:90) at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:98) at javax.naming.InitialContext.lookup(InitialContext.java:347) at mx4j.connector.rmi.RMIConnector.connect(RMIConnector.java:110) at org.mc4j.console.connection.Mx4jConnectionNode.connect(Mx4jConnectionNode.java:64) at org.mc4j.console.connection.ReconnectAction.performAction(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$ActionRunnable.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:324) at org.openide.util.actions.CallableSystemAction.invokeAction(CallableSystemAction.java:179) at org.openide.util.actions.CallableSystemAction.access$000(CallableSystemAction.java:31) at org.openide.util.actions.CallableSystemAction$ActionRunnable.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) [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1108546&group_id=60228 |