When I am executing the command "java Hello Server" this error is coming :
D:\wkspc23July\MyHello\src>java HelloServer
Server not connected: java.rmi.ServerException: RemoteException occurred in serv
er thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested excep
tion is:
java.lang.ClassNotFoundException: Hello_Stub
The Hello_Stub file is alredy created.
Some correction in above program
1. Use rmiregistry on Step 7.
2. In HelloClient.java please change 192.168.10.201 to ur ip address.. you can find one by going to cmd and type the command ipconfig..
Thanks for this wonderful program.. :)
hello friends
1.
i am getting connection refused to host when running this rmi codes
2.
rmicregistry does'nt working , i have jdk7 may be it causes?
best regards
mamuka arabuli
Error in the above exampleAnshul Agarwal June 28, 2011 at 4:02 PM
When I am executing the command "java Hello Server" this error is coming : D:\wkspc23July\MyHello\src>java HelloServer Server not connected: java.rmi.ServerException: RemoteException occurred in serv er thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested excep tion is: java.lang.ClassNotFoundException: Hello_Stub The Hello_Stub file is alredy created.
Javaprashantniku November 28, 2011 at 7:04 PM
Some correction in above program 1. Use rmiregistry on Step 7. 2. In HelloClient.java please change 192.168.10.201 to ur ip address.. you can find one by going to cmd and type the command ipconfig.. Thanks for this wonderful program.. :)
Thanks Kushal April 22, 2012 at 1:06 PM
thanks a lot for such a meaning full Knowledge ....
problemkishan December 8, 2012 at 12:52 PM
when i compile Hello.java it gives error: cant find symbol "HelloInterdface"
exceptionsmamuka November 25, 2012 at 4:16 PM
hello friends 1. i am getting connection refused to host when running this rmi codes 2. rmicregistry does'nt working , i have jdk7 may be it causes? best regards mamuka arabuli
rmi safvan January 1, 2013 at 10:34 AM
I am getting rmiregistry error when i am running the application
rmi running problemsafvan January 1, 2013 at 11:34 AM
whenever i am typing rmi Hello it gives class Hello not found please help me
rmiSIDHIDATRI NAYAK December 3, 2012 at 5:12 PM
rmicregistry is not executing the error is this is not an internal or external command
Post your Comment