Re: Software Caused Connection Abort (10053) on Client
Bob Scheifler <[email protected]>
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
> In the case of 4716483 wouldn't I have seen something on the client > besides just the 10053 socket error? Not if the arguments of the call are sufficiently large. Read the 2nd and 3rd paragraphs of the bug report again. The server may have marshalled the exception, but it will immediately process what it thinks is the next call, see the bad transport op, and close the connection. The client could still be marshalling its arguments, and not yet gotten around to reading the exception that was marshalled. - Bob =========================================================================== 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