Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 45430 invoked from network); 17 Jan 2005 04:39:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Jan 2005 04:39:22 -0000 Received: (qmail 23653 invoked by uid 500); 17 Jan 2005 04:39:21 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 23601 invoked by uid 500); 17 Jan 2005 04:39:21 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 23498 invoked by uid 99); 17 Jan 2005 04:39:20 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 16 Jan 2005 20:39:20 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j0H4dHZ4007955 for ; Mon, 17 Jan 2005 05:39:17 +0100 Message-ID: <692840307.1105936757048.JavaMail.jira@ajax.apache.org> Date: Mon, 17 Jan 2005 05:39:17 +0100 (CET) From: "Samisa Abeysinghe (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Closed: (AXISCPP-382) Apache server and SimpleAxisServer fails to run with the latest changes In-Reply-To: <1627995987.1105934837001.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-382?page=history ] Samisa Abeysinghe closed AXISCPP-382: ------------------------------------- Resolution: Fixed The fix to src/soap/Makefile.am by adding xsd/Integer.cpp and xsd/Long.cpp seem to solve this too > Apache server and SimpleAxisServer fails to run with the latest changes > ----------------------------------------------------------------------- > > Key: AXISCPP-382 > URL: http://issues.apache.org/jira/browse/AXISCPP-382 > Project: Axis-C++ > Type: Bug > Versions: current (nightly) > Environment: Linux > Reporter: Samisa Abeysinghe > Fix For: current (nightly) > > For apche server the gdb trace is: > #0 0x003df7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 > #1 0x00183e49 in raise () from /lib/tls/libc.so.6 > #2 0x00185872 in abort () from /lib/tls/libc.so.6 > #3 0x00486ce7 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5 > #4 0x00486d24 in std::terminate () from /usr/lib/libstdc++.so.5 > #5 0x00486e96 in __cxa_throw () from /usr/lib/libstdc++.so.5 > #6 0x0032d078 in axiscpp::SOAPTransportFactory::loadLib () at ../SOAPTransportFactory.cpp:132 > #7 0x0032cdb7 in axiscpp::SOAPTransportFactory::initialize () at ../SOAPTransportFactory.cpp:58 > #8 0x00321236 in initialize_module (bServer=1) at ../Axis.cpp:315 > #9 0x00f66c7e in module_init (p=0x813f648, svr_rec=0x80b87d8) at mod_axis2.cpp:75 > #10 0x0807c405 in ap_run_child_init (pchild=0x813f648, s=0x80b87d8) at config.c:149 > #11 0x0807ae4f in child_main (child_num_arg=0) at prefork.c:495 > #12 0x0807b232 in make_child (s=0x80b87d8, slot=0) at prefork.c:649 > #13 0x0807b28b in startup_children (number_to_start=5) at prefork.c:721 > #14 0x0807b98d in ap_mpm_run (_pconf=0x80b60a8, plog=0x80ee188, s=0x80b87d8) at prefork.c:940 > #15 0x0808093a in main (argc=2, argv=0xfefff924) at main.c:617 > for SimpleAxisServer the gdb trace is: > #0 0x0039d7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 > #1 0x006a1e49 in raise () from /lib/tls/libc.so.6 > #2 0x006a3872 in abort () from /lib/tls/libc.so.6 > #3 0x00282ce7 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5 > #4 0x00282d24 in std::terminate () from /usr/lib/libstdc++.so.5 > #5 0x00282e96 in __cxa_throw () from /usr/lib/libstdc++.so.5 > #6 0x00598078 in axiscpp::SOAPTransportFactory::loadLib () at ../SOAPTransportFactory.cpp:132 > #7 0x00597db7 in axiscpp::SOAPTransportFactory::initialize () at ../SOAPTransportFactory.cpp:58 > #8 0x0058c236 in initialize_module (bServer=1) at ../Axis.cpp:315 > #9 0x0804abfc in main (argc=2, argv=0xfefcf214) at SimpleAxisServer.cpp:190 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira