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

Server stops responding HTTPS after couple requests.

0 views
Skip to first unread message

Sirisak

unread,
Dec 19, 2001, 12:36:27 PM12/19/01
to

I'm using WebLogic5.1 on AIX 4.3. For some reasons, after calling pages using SSL
protocols for couple times, the server hangs up on SSL services. But the normal
HTTP still works.
I always get the error message shown below everytime the server stops responding
ssl request.

Can anyone give me an idea what can I do about this?
Thanks ahead,
Sirisak

Wed Dec 19 10:22:25 CST 2001:<E> <Kernel> ExecuteRequest failed.
java.lang.ArrayIndexOutOfBoundsException: 0
at COM.rsa.jsafe.JA_SHA1.digestFinal(JA_SHA1.java)
at COM.rsa.jsafe.JG_Digest.digestFinal(JG_Digest.java)
at COM.rsa.jsafe.JSAFE_MessageDigest.digestFinal(JSAFE_MessageDigest.java)
at weblogic.security.provider.SHA.digest(SHA.java:60)
at weblogic.security.SSL.SSLState.computeMasterSecret(SSLState.java:145)
at weblogic.security.SSL.SSLSocket.serverInit2(SSLSocket.java:706)
at weblogic.security.SSL.SSLSocket.serverInit(SSLSocket.java:538)
at weblogic.security.SSL.SSLSocket.initialize(SSLSocket.java:219)
at weblogic.security.SSL.SSLSocket.performAcceptHandshake(SSLSocket.java:192)
at weblogic.security.SSL.SSLSocket.getInputStream(SSLSocket.java:1010)
at weblogic.socket.ResettableSocket.<init>(ResettableSocket.java:30)
at weblogic.socket.JVMSocketManager.accept(JVMSocketManager.java:392)
at weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(ListenThread.java:515)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)

Richard Wallace

unread,
Dec 21, 2001, 11:53:37 AM12/21/01
to

Hi Sirisak,

I cannot find any known issues that match your issue. As long as you are running
the latest service pack I do not see why this should be happening. I would suggest
raising a support case as this maybe a new issue.

Kind Regards,

Richard Wallace
Senior Developer Relations Engineer
BEA Support.

Sunnynani (Reply@ToNewsgroup.Only)

unread,
Dec 26, 2001, 3:51:59 PM12/26/01
to
Sirisak,

The exception can be thrown on AIX with IBM JDK while using native SSL
libraries. Turn off the native SSL support by defining the following
property in weblogic.properties

weblogic.security.SSL.useJava=true
weblogic.security.RSA.acceleration=java
weblogic.security.MD.acceleration=java

or

-Dweblogic.security.SSL.useJava=true
-Dweblogic.security.RSA.acceleration=java
-Dweblogic.security.MD.acceleration=java

in server startup script.

-- SunnyNani.

"Richard Wallace" <Re...@ToNewsgroup.Only> wrote in message
news:3c236911$1...@newsgroups.bea.com...

0 new messages