java.lang.NegativeArraySizeException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by somervilleMa, 10 months ago
via Google Groups by James Green, 10 months ago
via Oracle Community by 3004, 1 year ago
via hivmr.com by Unknown author, 1 year ago
java.lang.NegativeArraySizeException:
at com.certicom.tls.record.Util.readBytesLength16(Unknown Source)
at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(UnknownSource)
at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(UnknownSource)
at com.certicom.net.ssl.CerticomContextWrapper.forceHandshakeOnAcceptedSocket(UnknownSource)
at weblogic.t3.srvr.SSLListenThread$1.execute(SSLListenThread.java:399)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)