Tiger no stub features
"Wong, Seck {PBSG}" <[email protected]>
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <5A44E1DD042A894DBA16C80B4DDBBC0D024A1A42@pepwmu00153.corp.pep.pvt> |
Anybody try out the java.rmi.server.ignoreStubClasses=true features ?
I tried specify it when deploying the server java
-Djava.rmi.server.ignoreStubClasses=TRUE myServer, without rmic'ing a
stub in the path. It complain s and still looking for the stub:
---------------------------------------------------
d:\jsrc\RMITT022701Dynaload>java -cp server5
-Djava.rmi.server.ignoreStubClass=T
RUE -Djava.rmi.server.codebase=file:\jsrc\RMITT022701Dynaload\server\
EchoServer
java.rmi.ServerException: RemoteException occurred in server thread;
nested exce
ption is:
java.rmi.UnmarshalException: error unmarshalling arguments;
nested excep
tion is:
java.lang.ClassNotFoundException: EchoServer_Stub
at
sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:385
)
at
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
Seck Wong
972 963 1711
===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff RMI-USERS". For general help, send email to
[email protected] and include in the body of the message "help".
For a list of frequently asked RMI questions please refer to:
http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html
To view past RMI-USERS postings, please see:
http://archives.java.sun.com/archives/rmi-users.html