Regarding RemoteException
"Suchetha Ravishankar" <[email protected]>
| Newsgroups | gmane.comp.java.mx4j.user,gmane.comp.java.mx4j.devel |
|---|---|
| Message-ID | <001301c441d5$55d79dd0$66961dac@sg01pgnravi> |
Hi All,
I am using Solaris machine to start a remote MBean server. Then from another local machine I remotely bring the data from the remote server. I am successfully starting up the remote server, but when I start local server, I get the following exception:
[java] Exception in thread "main" java.rmi.ServerError: Error occurred in s
erver thread; nested exception is:
[java] java.lang.NoClassDefFoundError: java/util/IdentityHashMap
[java] java.lang.NoClassDefFoundError: java/util/IdentityHashMap
[java] at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServe
r(StreamRemoteCall.java:240)
[java] at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCa
ll.java:215)
[java] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:117)
[java] at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unkn
own Source)
[java] at javax.management.remote.rmi.RMIConnector.connect(RMIConnector
.java:258)
[java] at javax.management.remote.JMXConnectorFactory.connect(JMXConnec
torFactory.java:227)
[java] at LocalServer.ps(LocalServer.java:30)
[java] at LocalServer.startProxyServer(LocalServer.java:46)
[java] at LocalServer.main(LocalServer.java:146)
Please advise, thanks
Regards,
Suja