Results 1 to 10 of 10
Thread: java.rmi.ServerError
- 05-12-2009, 12:56 PM #1
- 05-12-2009, 03:18 PM #2
The classloader can't find the class revisionHistory1.
What's "on server"?Don't forget to mark threads as [SOLVED] and give reps to helpful posts.
How To Ask Questions The Smart Way
- 05-14-2009, 06:24 AM #3
Thanks for your consideration
My first problem is solved
I was not implementing Serializable interface.
But second one
Is it possible to start rmiregistry on server automatically ??
still exists.
Please help me out in this regard.
Thanks again.
- 05-14-2009, 08:33 AM #4
Senior Member
- Join Date
- Dec 2008
- Location
- Kolkata
- Posts
- 280
- Rep Power
- 5
Java Code:try { java.rmi.registry.LocateRegistry.createRegistry(1000); System.out.println("RMI registry ready"); } catch (Exception e) { System.out.println("Exception starting RMI registry:"); e.printStackTrace(); } }
- 05-14-2009, 08:40 AM #5
Thanks for your consideration
Thanks a lot.It worked.
Is it also possible to start rmi server automatically?
Thanks again.
- 05-15-2009, 08:46 AM #6
What do you mean by "automatically"?
Don't forget to mark threads as [SOLVED] and give reps to helpful posts.
How To Ask Questions The Smart Way
- 05-15-2009, 10:50 AM #7
Sorry for incomplete information
By Automizing i mean to say :
Right now i have to run on server side (java PTransposrtServer) and then only I can run my application on client-end.
Whet I want is a code for running the server by itself.
Hope I am able to clear my problem.
Thanks a lot for giving your precious time and valuable suggestions.
:)
- 05-15-2009, 12:26 PM #8
Sorry for incomplete information
Right now ;
I have to run on server-end (java PTransposrtServer) and then only I can run my application on client-end .
What I want is a code for running the server by itself.
Hope I am able to clear my problem.
Thanks a lot for giving your precious time and valuable suggestions.
SORRY FOR POSTING SAME THREAD TWICE .
:)
- 05-15-2009, 01:24 PM #9
What should the server start in response to? At some point you're still going to have to start an application on the server machine. Programs can't magically start running themselves.
You can delete your double post using the edit button.Don't forget to mark threads as [SOLVED] and give reps to helpful posts.
How To Ask Questions The Smart Way
- 05-19-2009, 10:28 AM #10


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks