Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Login timeout

0 views
Skip to first unread message

gopal

unread,
Apr 17, 2002, 4:01:03 PM4/17/02
to

I'm using weblogic 5.1 sp 9 with 128-bit SSL as my server.

My client application has a time out value of 30 mins for HTTPS Connect. When I send
multiple requests (Multi-Threaded) using WinInet HTTPSendRequest() I sometimes get
timeout errors on client. Same client application works fine on a 40-bit Weblogic
server.

Does any one know of this issue with 128-bit library? Or Am I missing any config
parameter?

On my weblogic I have set readTimeoutMillisSSL = 60,000. I get the following error
on weblogic server.

Wed Apr 17 14:22:46 CDT 2002:<E> <HTTP> Connection failure
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:90)
at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:209)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)

0 new messages