You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Betsy Frey (JIRA)" <ax...@ws.apache.org> on 2007/07/25 13:19:31 UTC

[jira] Commented: (AXIS-2568) Axis throws exception after a while

    [ https://issues.apache.org/jira/browse/AXIS-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515260 ] 

Betsy Frey commented on AXIS-2568:
----------------------------------

Oddly, I have an IBM AIX customer running under Axis 1.1 who sees a similar error randomly coming from the com.ibm.crypto.provider.SecureRandom class.  Stack dump:

java.lang.ArrayIndexOutOfBoundsException: -7
 at com.ibm.crypto.provider.SecureRandom.a(Unknown Source)
 at com.ibm.crypto.provider.SecureRandom.engineNextBytes(Unknown Source)
 at java.security.SecureRandom.nextBytes(SecureRandom.java(Compiled Code))
 at org.apache.axis.utils.SessionUtils.generateSessionId(SessionUtils.java(Compiled Code))
 at org.apache.axis.SOAPPart.<init>(SOAPPart.java(Compiled Code))
 at org.apache.axis.Message.setup(Message.java(Compiled Code))
 at org.apache.axis.Message.<init>(Message.java(Inlined Compiled Code))
 at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java(Compiled Code))
 at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
 at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java(Compiled Code))
 at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))

> Axis throws exception after a while
> -----------------------------------
>
>                 Key: AXIS-2568
>                 URL: https://issues.apache.org/jira/browse/AXIS-2568
>             Project: Axis
>          Issue Type: Bug
>         Environment: Tomcat 5.5.17 Axis 1.4 Unix Sun Solaris 
>            Reporter: Deep Ghosh
>            Priority: Critical
>         Attachments: gpm.wsdd
>
>
> I am running a web service accessing Oracle.
> It normally runs fine, after sometime it shows this error.
> As a result I cannot deploy this web service.
> I can provide any information needed. I use all default values. I generated java code using wsdltojava.
> Feel free to contact me at deepghosh@yahoo.com
> java.security.ProviderException: nextBytes() failed
> 	sun.security.provider.NativePRNG$RandomIO.implNextBytes(NativePRNG.java:270)
> 	sun.security.provider.NativePRNG$RandomIO.access$200(NativePRNG.java:108)
> 	sun.security.provider.NativePRNG.engineNextBytes(NativePRNG.java:97)
> 	java.security.SecureRandom.nextBytes(SecureRandom.java:413)
> 	org.apache.axis.utils.SessionUtils.generateSessionId(SessionUtils.java:62)
> 	org.apache.axis.SOAPPart.<init>(SOAPPart.java:164)
> 	org.apache.axis.Message.setup(Message.java:377)
> 	org.apache.axis.Message.<init>(Message.java:235)
> 	org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:628)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
> 	org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org