| Author |
java.rmi.UnmarshalException: error unmarshalling
|
Happy S Singh
Ranch Hand
Joined: Nov 14, 2011
Posts: 47
|
|
I get this execption when I try to access the RMI serevr from action class of struts(i.e. RMI client)
Below is my RMI client snippet
It was fine when I try above code in separate file with public static void main(),but gets above exception when tried the same code in Action class of struts framework.
|
 |
 |
|
|
subject: java.rmi.UnmarshalException: error unmarshalling
|
|
|