logo       

Re: error during JRMP connection establishment;: msg#00004

java.sun.rmi

Subject: Re: error during JRMP connection establishment;

>RemoteClient_Stub[...] exception: error during JRMP connection
>establishment; ; nested exception is: java.net.SocketException:
>Unrecognized Windows Sockets error: 997: recv failed

The more common error is "Connection Refused" which does happen on windows 98,
98se, ME and XP-home under very small number of simultaneously opened sockets.
Other versions of windows have higher limits, which when reached will result
in the same "connection refused" error.

In this case, you are receiving an error 997 which the windows api docs tell
me is the "Overlapped I/O operation is in progress" error. I don't know
anything else about this specific senario. You might want to search the bug
parade and microsofts site for this specific error. It would see that two
asynchronous requests were made on the same socket at the same time.
-----
gregg@xxxxxxxxxxxx (Cyte Technologies Inc)

===========================================================================
To unsubscribe, send email to listserv@xxxxxxxxxxxx and include in the body
of the message "signoff RMI-USERS". For general help, send email to
listserv@xxxxxxxxxxxx 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



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise