Re: Error unmarshaling return header !!

Esmond Pitt <[email protected]> Fri, 26 Jun 2009 16:36:44 +1000
Newsgroups gmane.comp.java.sun.rmi
Message-ID <1308034.1245998205027.JavaMail.root@nschwwebs06p>
Unlike callbacks in a single JVM, RMI callbacks are invoked in a separate thread from the originating call. So if you have any mutual syncrhonizations in those paths you will get a deadlock.

The exception is exactly what would be expected after interrupting one of the peers.

EJP

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff RMI-USERS".  For general help, send email to
[email protected] and include in the body of the message "help".

For a list of frequently asked RMI questions please refer to:
http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html

To view past RMI-USERS postings, please see:
http://archives.java.sun.com/archives/rmi-users.html