Return-Path: X-Original-To: apmail-axis-c-user-archive@www.apache.org Delivered-To: apmail-axis-c-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 726F89ECA for ; Thu, 15 Mar 2012 07:57:45 +0000 (UTC) Received: (qmail 53968 invoked by uid 500); 15 Mar 2012 07:57:45 -0000 Delivered-To: apmail-axis-c-user-archive@axis.apache.org Received: (qmail 53643 invoked by uid 500); 15 Mar 2012 07:57:42 -0000 Mailing-List: contact c-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C User List" Delivered-To: mailing list c-user@axis.apache.org Received: (qmail 53607 invoked by uid 99); 15 Mar 2012 07:57:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2012 07:57:42 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of thomas.baier@gmx.net designates 213.165.64.22 as permitted sender) Received: from [213.165.64.22] (HELO mailout-de.gmx.net) (213.165.64.22) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 15 Mar 2012 07:57:31 +0000 Received: (qmail invoked by alias); 15 Mar 2012 07:57:10 -0000 Received: from 194-166-78-148.adsl.highway.telekom.at (EHLO [127.0.0.1]) [194.166.78.148] by mail.gmx.net (mp030) with SMTP; 15 Mar 2012 08:57:10 +0100 X-Authenticated: #3915453 X-Provags-ID: V01U2FsdGVkX1+mTWRxLQemARhVfzk8QWtpDT7EdfVcOtyOaT7AsO pk4c677/YhVNIa Message-ID: <4F61A0D3.2090305@gmx.net> Date: Thu, 15 Mar 2012 08:57:07 +0100 From: Thomas Baier User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: Apache AXIS C User List Subject: Re: axis2_http_server crash References: <4F4658C2.6040406@gmx.net> <4F4791BB.4080900@gmx.net> In-Reply-To: <4F4791BB.4080900@gmx.net> X-Enigmail-Version: 1.3.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 120314-1, 14.03.2012), Outbound message X-Antivirus-Status: Clean X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org There seems to be no malloc()/free() problem (as far as I can tell, I've tried to debug and instrument the code for some hours but from where the crash occurs, I have no clue what the cause of the crash is), but somehow, memory gets corrupted. I've recorded the http requests (and responses) Visual Studio sends. After the last one, axis2_http_server crashes. This should be reproducable with a standard (binary) installation of axis2c. GET http://xlocalhostx:9090/services/Calculator?wsdl/_vti_bin/ListData.svc/$metadata HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.17020) Host: xlocalhostx:9090 HTTP/1.1 200 Date: Thu Mar 15 08:51:10 2012 GMT Server: Axis2C/1.7.0 (Simple Axis2 HTTP Server) Content-Type: application/xml Content-Length: 8014 Connection: close GET http://xlocalhostx:9090/services/Calculator?wsdl HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.17020) Host: xlocalhostx:9090 HTTP/1.1 200 Date: Thu Mar 15 08:51:10 2012 GMT Server: Axis2C/1.7.0 (Simple Axis2 HTTP Server) Content-Type: application/xml Content-Length: 8014 Connection: close POST http://xlocalhostx:9090/services/Calculator?wsdl HTTP/1.1 Content-Type: application/soap+xml; charset=utf-8 Host: xlocalhostx:9090 Content-Length: 490 Expect: 100-continue Accept-Encoding: gzip, deflate http://schemas.xmlsoap.org/ws/2004/09/transfer/Geturn:uuid:6f741b61-a1a9-4600-8522-ad68f27a4ccdhttp://www.w3.org/2005/08/addressing/anonymoushttp://xlocalhostx:9090/services/Calculator?wsdl HTTP/1.1 200 Date: Thu Mar 15 08:51:10 2012 GMT Server: Axis2C/1.7.0 (Simple Axis2 HTTP Server) Content-Type: application/soap+xml;charset=UTF-8 Connection: close Content-Length: 594 soapenv:ReceiverService Not FoundService Not Found, Endpoint referance address is http://xlocalhostx:9090/services/Calculator?wsdl and wsa actions is http://schemas.xmlsoap.org/ws/2004/09/transfer/Get POST http://xlocalhostx:9090/services/Calculator?wsdl/mex HTTP/1.1 Content-Type: application/soap+xml; charset=utf-8 Host: xlocalhostx:9090 Content-Length: 494 Expect: 100-continue Accept-Encoding: gzip, deflate http://schemas.xmlsoap.org/ws/2004/09/transfer/Geturn:uuid:eb7f8d89-c351-4e16-89f0-86537e195628http://www.w3.org/2005/08/addressing/anonymoushttp://xlocalhostx:9090/services/Calculator?wsdl/mex HTTP/1.1 200 Date: Thu Mar 15 08:51:10 2012 GMT Server: Axis2C/1.7.0 (Simple Axis2 HTTP Server) Content-Type: application/soap+xml;charset=UTF-8 Connection: close Content-Length: 598 soapenv:ReceiverService Not FoundService Not Found, Endpoint referance address is http://xlocalhostx:9090/services/Calculator?wsdl/mex and wsa actions is http://schemas.xmlsoap.org/ws/2004/09/transfer/Get GET http://xlocalhostx:9090/services/Calculator?wsdl/$metadata HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.17020) Host: xlocalhostx:9090 HTTP/1.1 200 Date: Thu Mar 15 08:51:10 2012 GMT Server: Axis2C/1.7.0 (Simple Axis2 HTTP Server) Content-Type: application/xml Content-Length: 8014 Connection: close Any idea on where the problem could be? Best, Thomas On 24.02.2012 14:33, Thomas Baier wrote: > I have attached the log file (just for this simple test only!) to the > message. > > Best, > Thomas > > On 24.02.2012 14:01, Samisa Abeysinghe wrote: >> Do you have an error trace? >> >> On Thu, Feb 23, 2012 at 8:48 PM, Thomas Baier > > wrote: >> >> Hi, >> >> I am experiencing a crash in axis2_http_server (on Windows). >> >> When trying to add a Service Reference to a web service hosted by >> axis2_http_server (on Windows) with Visual Studio 2010, the server >> process crashes (e.g. using the binary release adding >> http://localhost:9090/services/Calculator?wsdl). >> >> Everything works fine when adding a Web reference (VS2010 or VS2008). >> >> I have tried both axis2c 1.6.0 and the 1.7.0. >> >> Is this a known problem/limitation? >> >> Best, >> Thomas >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org >> >> For additional commands, e-mail: c-user-help@axis.apache.org >> >> >> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org > For additional commands, e-mail: c-user-help@axis.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org For additional commands, e-mail: c-user-help@axis.apache.org