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.