RMI and Java-Archives!

N

nullstring

I wrote a RMI-App and want to convert it into jar-files.
The app runs well, but when I make the client to a jar-file, and run it
(with java -jar myRemoteClient.jar) I get a giant Exception:

java.rmi.UnmarshalException: error unmarshalling return; nested
exception is:
java.lang.ClassNotFoundException: MyRemoteImpl_Stub (no
security manager
: RMI class loader disabled)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at java.rmi.Naming.lookup(Unknown Source)
at myRemoteClient.go(myRemoteClient.java:29)
at myRemoteClient.main(myRemoteClient.java:19)
Caused by: java.lang.ClassNotFoundException: MyRemoteImpl_Stub (no
security mana
ger: RMI class loader disabled)
at sun.rmi.server.LoaderHandler.loadClass(Unknown Source)
at sun.rmi.server.LoaderHandler.loadClass(Unknown Source)
at java.rmi.server.RMIClassLoader$2.loadClass(Unknown Source)
at java.rmi.server.RMIClassLoader.loadClass(Unknown Source)
at sun.rmi.server.MarshalInputStream.resolveClass(Unknown
Source)
at java.io_ObjectInputStream.readNonProxyDesc(Unknown Source)
at java.io_ObjectInputStream.readClassDesc(Unknown Source)
at java.io_ObjectInputStream.readOrdinaryObject(Unknown Source)
at java.io_ObjectInputStream.readObject0(Unknown Source)
at java.io_ObjectInputStream.readObject(Unknown Source)
... 4 more


Where is the error???
(using eclipse for making the jar)



thanks in advance
Nullstring
 
T

Thomas Fritsch

nullstring said:
I wrote a RMI-App and want to convert it into jar-files.
The app runs well, but when I make the client to a jar-file, and run it
(with java -jar myRemoteClient.jar) I get a giant Exception:

java.rmi.UnmarshalException: error unmarshalling return; nested
exception is:
java.lang.ClassNotFoundException: MyRemoteImpl_Stub (no
security manager : RMI class loader disabled)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at java.rmi.Naming.lookup(Unknown Source) [...]

Where is the error???
(using eclipse for making the jar)

Look at <http://java.sun.com/j2se/1.5.0/docs/guide/rmi/codebase.html> ,
especially its "Troubleshooting tips" chapter, which deals with your
problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top