Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 38482 invoked from network); 18 Dec 2010 05:16:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Dec 2010 05:16:26 -0000 Received: (qmail 52037 invoked by uid 500); 18 Dec 2010 05:16:25 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 51794 invoked by uid 500); 18 Dec 2010 05:16:25 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 51785 invoked by uid 99); 18 Dec 2010 05:16:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Dec 2010 05:16:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Dec 2010 05:16:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBI5G1Ps010315 for ; Sat, 18 Dec 2010 05:16:01 GMT Message-ID: <4709456.191731292649361066.JavaMail.jira@thor> Date: Sat, 18 Dec 2010 00:16:01 -0500 (EST) From: "Samisa Abeysinghe (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Commented: (AXIS2-4511) NPE is occur during of getting WSDL. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-4511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972745#action_12972745 ] Samisa Abeysinghe commented on AXIS2-4511: ------------------------------------------ We can host Axis2 with tomcat, invoke Java bench and test this. > NPE is occur during of getting WSDL. > ------------------------------------ > > Key: AXIS2-4511 > URL: https://issues.apache.org/jira/browse/AXIS2-4511 > Project: Axis2 > Issue Type: Bug > Affects Versions: 1.4 > Environment: FreeBSD 6.2, Diablo JDK 1.5, Tomcat 6 > Reporter: Maslakov Denis > Priority: Critical > > We experienced this problem with Axis2 running under Tomcat 6 with many concurrent users above 1000. > Full stacktrace: > 29.09.2009 7:57:44 org.apache.catalina.core.StandardWrapperValve invoke > SEVERE: Servlet.service() for servlet AxisServlet threw exception > java.lang.NullPointerException > at org.apache.xerces.dom.ParentNode.nodeListItem(Unknown Source) > at org.apache.xerces.dom.ParentNode.item(Unknown Source) > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) > at com.ibm.wsdl.util.xml.DOM2Writer.serializeAsXML(Unknown Source) > at com.ibm.wsdl.extensions.schema.SchemaSerializer.marshall(Unknown Source) > at com.ibm.wsdl.xml.WSDLWriterImpl.printExtensibilityElements(Unknown Source) > at com.ibm.wsdl.xml.WSDLWriterImpl.printTypes(Unknown Source) > at com.ibm.wsdl.xml.WSDLWriterImpl.printDefinition(Unknown Source) > at com.ibm.wsdl.xml.WSDLWriterImpl.writeWSDL(Unknown Source) > at com.ibm.wsdl.xml.WSDLWriterImpl.writeWSDL(Unknown Source) > at org.apache.axis2.description.AxisService.printDefinitionObject(AxisService.java:1049) > at org.apache.axis2.description.AxisService.printUserWSDL(AxisService.java:1063) > at org.apache.axis2.description.AxisService.printWSDL(AxisService.java:1311) > at org.apache.axis2.transport.http.ListingAgent.processListService(ListingAgent.java:287) > at org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:240) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) -- 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: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org