Two Laptop Bag
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes exception on client side in remote mode Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "exception on client side in remote mode" Watch "exception on client side in remote mode" New topic
Author

exception on client side in remote mode

Rasika Chitnis
Ranch Hand

Joined: Jun 19, 2001
Posts: 131
on client side, I have only one jar file i.e. client.jar. On the server side I have db.jar (containing Data, DataInfo, FieldInfo, DatabaseException and DBInterface) and server.jar (containing DBServer and DBRemoteInterface). when I run my client in remote mode, I get following exception. I am using codebase property while running both client and server, pointing to db.jar and server.jar.
suncertify.shared.RemoteServerException: java.rmi.UnmarshalException: error unmarshalling
return; nested exception is: java.lang.ClassNotFoundException: access denied to class loader
can anyone help identify the problem ??
thanks in advance
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: exception on client side in remote mode
 
Similar Threads
Final packaging structure
FBN Problem while running jars
Class directories for network mode
How to run a program contained in a jar file
Where does the LockManager class lie ? db.jar or Server.jar ?