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 "sathisha (JIRA)" <ji...@apache.org> on 2009/09/07 07:18:57 UTC

[jira] Created: (AXIS2-4490) NullpointerException in XMLEntityManager on running the invoke webservice from wsdl2java generated stubs with 1000 concurrent users

NullpointerException in XMLEntityManager on running the invoke webservice from wsdl2java generated stubs with 1000 concurrent users
-----------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-4490
                 URL: https://issues.apache.org/jira/browse/AXIS2-4490
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: rpc
         Environment: windows+weblogic10.2  && IBMAIX+weblogic
            Reporter: sathisha
            Priority: Critical
             Fix For: 1.5.1


Our application runs on Weblogic 10.3,  It makes a webservice call to an Axis webservice.  On calling webservice invocation with 1000 concurent users    throwing 

Caused by: java.lang.NullPointerException
    at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
    at org.apache.axis.client.Call.invoke(Call.java:2446)
    at org.apache.axis.client.Call.invoke(Call.java:2366)
    at org.apache.axis.client.Call.invoke(Call.java:1812)
    at my.service.NotificationEventServiceSoapBindingStub.processDeviceActivationResult(Unknown Source) 
    ... 9 more
Caused by: java.lang.NullPointerException at java.io.FilterInputStream.read(FilterInputStream.java:66)
    at org.apache.xerces.impl.XMLEntityManager$RewindableInputStream.read(Unknown Source)
    at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
    at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
    at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
    at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2804)
    at org.apache.axis.client.Call.invoke(Call.java:2767)
    at org.apache.axis.client.Call.invoke(Call.java:2443)
    ... 12 more


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


[jira] Moved: (AXIS-2805) NullpointerException in XMLEntityManager on running the invoke webservice from wsdl2java generated stubs with 1000 concurrent users

Posted by "Andreas Veithen (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen moved AXIS2-4490 to AXIS-2805:
----------------------------------------------

      Component/s:     (was: rpc)
    Fix Version/s:     (was: 1.5.1)
              Key: AXIS-2805  (was: AXIS2-4490)
          Project: Axis  (was: Axis 2.0 (Axis2))

> NullpointerException in XMLEntityManager on running the invoke webservice from wsdl2java generated stubs with 1000 concurrent users
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS-2805
>                 URL: https://issues.apache.org/jira/browse/AXIS-2805
>             Project: Axis
>          Issue Type: Bug
>         Environment: windows+weblogic10.2  && IBMAIX+weblogic
>            Reporter: sathisha
>            Priority: Critical
>
> Our application runs on Weblogic 10.3,  It makes a webservice call to an Axis webservice.  On calling webservice invocation with 1000 concurent users    throwing 
> Caused by: java.lang.NullPointerException
>     at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
>     at org.apache.axis.client.Call.invoke(Call.java:2446)
>     at org.apache.axis.client.Call.invoke(Call.java:2366)
>     at org.apache.axis.client.Call.invoke(Call.java:1812)
>     at my.service.NotificationEventServiceSoapBindingStub.processDeviceActivationResult(Unknown Source) 
>     ... 9 more
> Caused by: java.lang.NullPointerException at java.io.FilterInputStream.read(FilterInputStream.java:66)
>     at org.apache.xerces.impl.XMLEntityManager$RewindableInputStream.read(Unknown Source)
>     at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
>     at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
>     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>     at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>     at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>     at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
>     at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
>     at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
>     at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
>     at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
>     at org.apache.axis.client.Call.invokeEngine(Call.java:2804)
>     at org.apache.axis.client.Call.invoke(Call.java:2767)
>     at org.apache.axis.client.Call.invoke(Call.java:2443)
>     ... 12 more

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