It's not a secret anymore!
The moose likes Distributed Java and the fly likes java.rmi.UnmarshalException: error unmarshalling Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "java.rmi.UnmarshalException: error unmarshalling" Watch "java.rmi.UnmarshalException: error unmarshalling" New topic
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.
 
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: java.rmi.UnmarshalException: error unmarshalling
 
Similar Threads
Exception during calling a entity bean from a standalone client
unable to run server
can't run the server of the rmi??
no security manager: RMI class loader disabled
Why do I get those exceptions? Please HELP....