Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 43305 invoked from network); 24 May 2007 15:43:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 May 2007 15:43:40 -0000 Received: (qmail 84252 invoked by uid 500); 24 May 2007 15:43:42 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 84206 invoked by uid 500); 24 May 2007 15:43:42 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 84195 invoked by uid 99); 24 May 2007 15:43:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2007 08:43:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2007 08:43:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5A14C714058 for ; Thu, 24 May 2007 08:43:16 -0700 (PDT) Message-ID: <17648858.1180021396366.JavaMail.jira@brutus> Date: Thu, 24 May 2007 08:43:16 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Assigned: (AXIS2-2357) SOAP Attachment not working In-Reply-To: <12066380.1174456592143.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas reassigned AXIS2-2357: --------------------------------------- Assignee: Deepal Jayasinghe > SOAP Attachment not working > --------------------------- > > Key: AXIS2-2357 > URL: https://issues.apache.org/jira/browse/AXIS2-2357 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: kernel, modules > Affects Versions: 1.1.1 > Environment: axis2-1.1.1, JDK1.5.0_05, tomcat-5.5.20 > Reporter: Sigirisetty Surya Kiran > Assigned To: Deepal Jayasinghe > Attachments: AXIS2-2357.zip > > > Hi Folks, > I am trying to create a service which servers files. Client is successfully making call to service and infact > service is executed successfully. But i am getting exception on server some where after service execution. > Pls let me know what's the possible cause. > Env: Running Axis2-1.1.1 on tomcat. > Mar 9, 2007 10:00:04 AM org.apache.axis2.rpc.receivers.RPCInOutAsyncMessageReceiver invokeBusinessLogic > SEVERE: Exception occurred while trying to invoke service method getTermSheetFile > java.lang.NullPointerException > at org.apache.axis2.databinding.utils.BeanUtil.getPullParser(BeanUtil.java:197) > at org.apache.axis2.rpc.receivers.RPCUtil.processResponse(RPCUtil.java:90) > at org.apache.axis2.rpc.receivers.RPCUtil.processResponse(RPCUtil.java:192) > at org.apache.axis2.rpc.receivers.RPCInOutAsyncMessageReceiver.invokeBusinessLogic(RPCInOutAsyncMessageReceiver.java:121) > at org.apache.axis2.receivers.AbstractInOutAsyncMessageReceiver$2.run(AbstractInOutAsyncMessageReceiver.java:61) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) > at java.lang.Thread.run(Unknown Source) > Exception in thread "Axis2 Task" java.lang.NullPointerException > at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:746) > at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:433) > at org.apache.coyote.http11.InternalOutputBuffer.flush(InternalOutputBuffer.java:304) > at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:991) > at org.apache.coyote.Response.action(Response.java:182) > at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:322) > at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:293) > at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:97) > at java.io.BufferedOutputStream.flush(Unknown Source) > at com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:99) > at com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:184) > at com.ctc.wstx.sw.BaseStreamWriter.flush(BaseStreamWriter.java:311) > at org.apache.axiom.om.impl.MTOMXMLStreamWriter.flush(MTOMXMLStreamWriter.java:115) > at org.apache.axiom.om.impl.llom.OMNodeImpl.serializeAndConsume(OMNodeImpl.java:420) > at org.apache.axis2.transport.http.CommonsHTTPTransportSender.sendUsingOutputStream(CommonsHTTPTransportSender.java:276) > at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208) > at org.apache.axis2.engine.AxisEngine.sendFault(AxisEngine.java:714) > at org.apache.axis2.receivers.AbstractInOutAsyncMessageReceiver$1.handleFault(AbstractInOutAsyncMessageReceiver.java:51) > at org.apache.axis2.receivers.AbstractInOutAsyncMessageReceiver$2.run(AbstractInOutAsyncMessageReceiver.java:68) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) > at java.lang.Thread.run(Unknown Source) > > cheers, > sigirisetti > > ------------------------------------------------------------------------ > > > Mar 9, 2007 9:57:31 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent > INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre1.5.0_05\bin;.;C:\WINNT\system32;C:\WINNT;C:\Program Files\WRQ\Reflection;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Real\Realplayer;C:\WINNT\System32\Wbem;C:\Program Files\sql11\DLL;C:\Program Files\sql11\BIN;C:\Program Files\jetform\5.2\;C:\Program Files\Oracle\ora92\bin;C:\Program Files\SimonTatham\Putty\;C:\Program Files\Sybase\shared\powerbuilder;C:\Program Files\rational\clearcase\bin;C:\Java\maven-2.0.4\bin;C:\Sun\SDK\bin;C:\Sun\jwsdp-2.0\jwsdp-shared\bin;C:\Java\jad > Mar 9, 2007 9:57:31 AM org.apache.coyote.http11.Http11BaseProtocol init > INFO: Initializing Coyote HTTP/1.1 on http-8080 > Mar 9, 2007 9:57:31 AM org.apache.catalina.startup.Catalina load > INFO: Initialization processed in 906 ms > Mar 9, 2007 9:57:31 AM org.apache.catalina.core.StandardService start > INFO: Starting service Catalina > Mar 9, 2007 9:57:31 AM org.apache.catalina.core.StandardEngine start > INFO: Starting Servlet Engine: Apache Tomcat/5.5.20 > Mar 9, 2007 9:57:31 AM org.apache.catalina.core.StandardHost start > INFO: XML validation disabled > Mar 9, 2007 9:57:32 AM org.apache.axis2.deployment.DeploymentEngine doDeploy > INFO: Deploying module : addressing-1.1.1 > Mar 9, 2007 9:57:33 AM org.apache.axis2.deployment.DeploymentEngine doDeploy > INFO: Deploying module : sandesha2-1.1 > Mar 9, 2007 9:57:33 AM org.apache.axis2.deployment.DeploymentEngine doDeploy > INFO: Deploying module : soapmonitor-1.1.1 > Mar 9, 2007 9:57:33 AM org.apache.axis2.deployment.DeploymentEngine doDeploy > INFO: Deploying Web service RMSampleService.aar > Mar 9, 2007 9:57:33 AM org.apache.axis2.deployment.DeploymentEngine doDeploy > INFO: Deploying Web service termsheet.aar > Mar 9, 2007 9:57:33 AM org.apache.axis2.deployment.DeploymentEngine doDeploy > INFO: Deploying Web service version.aar > Mar 9, 2007 9:57:33 AM org.apache.coyote.http11.Http11BaseProtocol start > INFO: Starting Coyote HTTP/1.1 on http-8080 > Mar 9, 2007 9:57:34 AM org.apache.jk.common.ChannelSocket init > INFO: JK: ajp13 listening on /0.0.0.0:8009 > Mar 9, 2007 9:57:34 AM org.apache.jk.server.JkMain start > INFO: Jk running ID=0 time=0/31 config=null > Mar 9, 2007 9:57:34 AM org.apache.catalina.storeconfig.StoreLoader load > INFO: Find registry server-registry.xml at classpath resource > Mar 9, 2007 9:57:34 AM org.apache.catalina.startup.Catalina start > INFO: Server startup in 3000 ms > file:/C:/Documents and Settings/sigirsu/Desktop/termsheet/XS0271956954.pdf > Mar 9, 2007 10:00:04 AM org.apache.axis2.rpc.receivers.RPCInOutAsyncMessageReceiver invokeBusinessLogic > SEVERE: Exception occurred while trying to invoke service method getTermSheetFile > java.lang.NullPointerException > at org.apache.axis2.databinding.utils.BeanUtil.getPullParser(BeanUtil.java:197) > at org.apache.axis2.rpc.receivers.RPCUtil.processResponse(RPCUtil.java:90) > at org.apache.axis2.rpc.receivers.RPCUtil.processResponse(RPCUtil.java:192) > at org.apache.axis2.rpc.receivers.RPCInOutAsyncMessageReceiver.invokeBusinessLogic(RPCInOutAsyncMessageReceiver.java:121) > at org.apache.axis2.receivers.AbstractInOutAsyncMessageReceiver$2.run(AbstractInOutAsyncMessageReceiver.java:61) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) > at java.lang.Thread.run(Unknown Source) > Exception in thread "Axis2 Task" java.lang.NullPointerException > at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:746) > at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:433) > at org.apache.coyote.http11.InternalOutputBuffer.flush(InternalOutputBuffer.java:304) > at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:991) > at org.apache.coyote.Response.action(Response.java:182) > at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:322) > at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:293) > at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:97) > at java.io.BufferedOutputStream.flush(Unknown Source) > at com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:99) > at com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:184) > at com.ctc.wstx.sw.BaseStreamWriter.flush(BaseStreamWriter.java:311) > at org.apache.axiom.om.impl.MTOMXMLStreamWriter.flush(MTOMXMLStreamWriter.java:115) > at org.apache.axiom.om.impl.llom.OMNodeImpl.serializeAndConsume(OMNodeImpl.java:420) > at org.apache.axis2.transport.http.CommonsHTTPTransportSender.sendUsingOutputStream(CommonsHTTPTransportSender.java:276) > at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208) > at org.apache.axis2.engine.AxisEngine.sendFault(AxisEngine.java:714) > at org.apache.axis2.receivers.AbstractInOutAsyncMessageReceiver$1.handleFault(AbstractInOutAsyncMessageReceiver.java:51) > at org.apache.axis2.receivers.AbstractInOutAsyncMessageReceiver$2.run(AbstractInOutAsyncMessageReceiver.java:68) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) > at java.lang.Thread.run(Unknown Source) > > ------------------------------------------------------------------------ > > Termsheet Service > > com.ssk.ws.termsheet.TermsheetFileService > > > class="org.apache.axis2.rpc.receivers.RPCInOutAsyncMessageReceiver" /> > > > > ------------------------------------------------------------------------ -- 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