Bugs item #798323, was opened at 2003-09-01 10:23
Message generated for change (Comment added) made by grlea
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: Closed
>Resolution: Invalid
>Priority: 1
Submitted By: Graham Lea (grlea)
Assigned to: Nobody/Anonymous (nobody)
>Summary: ClassNotFoundException unmarshalling MX4J RMI Adaptor 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
----------------------------------------------------------------------
>Comment By: Graham Lea (grlea)
Date: 2003-09-01 12:46
Message:
Logged In: YES
user_id=851483
Woops! Didn't notice that the "Supported Servers" had
changed up to MX4J 1.1.1 !
Sorry about that.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=493495&aid=798323&group_id=60228
|