Bugs item #798323, was opened at 2003-09-01 10:23
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=798323&group_id=60228
Category: Connections
Group: MC4J 1.2b1
Status: Open
Resolution: None
Priority: 5
Submitted By: Graham Lea (grlea)
Assigned to: Nobody/Anonymous (nobody)
Summary: ClassNotFoundException unmarshalling MX4J RMIAdaptor Stub
Initial Comment:
1. I am using:
MC4J 1.2b1 (on Win2K)
MX4J 1.1 (running on Solaris)
2. I have the MX4J JRMP Adaptor set up like this:
JRMPAdaptor jrmpAdaptor = new JRMPAdaptor();
server.registerMBean(jrmpAdaptor, null);
jrmpAdaptor.setJNDIName("jrmp");
jrmpAdaptor.start();
3. I have the following system properties set correctly
on the Agent process:
java.naming.factory.initial
java.naming.provider.url
java.rmi.server.codebase
java.rmi.server.host
Now, I can connect to and interact with this Agent
*perfectly* with MC4J 1.1 (Win2K), but when I try to
connect to the SAME AGENT using MC4J 1.2b1, I get the
errors in the attached log file, the most glaring line of
which is:
java.lang.ClassNotFoundException:
mx4j.adaptor.rmi.RMIProtocolAdaptorImpl_Stub
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=493495&aid=798323&group_id=60228
|