logo       

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

java.sun.rmi

Subject: Re: error during JRMP connection establishment;

thanks Gregg, I've sync my one and only remote method to the client and I
still get the same error
when I drive the server al <10ms I get the same large number of establish
connection in the netstat dump.

1) I will strip my RMI code down to very basic 1 to 1 call with primitive
types as argument
2) if it still fails I will try out a my own socket factory, to make sure
only one socket was being use.

I will let you know the outcome

regard


----- Original Message -----
From: "Gregg G. Wonderly" <gregg@xxxxxxxxxxxxxxxxxxxxxx>
To: "Tony Yau" <tony.yau@xxxxxxxxxx>
Cc: <RMI-USERS@xxxxxxxxxxxx>
Sent: Wednesday, August 04, 2004 12:29 AM
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