Return-Path: Delivered-To: apmail-axis-c-user-archive@www.apache.org Received: (qmail 36661 invoked from network); 4 Apr 2011 06:41:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Apr 2011 06:41:34 -0000 Received: (qmail 51739 invoked by uid 500); 4 Apr 2011 06:41:32 -0000 Delivered-To: apmail-axis-c-user-archive@axis.apache.org Received: (qmail 51446 invoked by uid 500); 4 Apr 2011 06:41:31 -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 51418 invoked by uid 500); 4 Apr 2011 06:41:27 -0000 Delivered-To: apmail-ws-axis-c-user@ws.apache.org Received: (qmail 51407 invoked by uid 99); 4 Apr 2011 06:41:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Apr 2011 06:41:27 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Apr 2011 06:41:19 +0000 Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1Q6dT8-0008Vf-4j for axis-c-user@ws.apache.org; Sun, 03 Apr 2011 23:40:58 -0700 Message-ID: <31311744.post@talk.nabble.com> Date: Sun, 3 Apr 2011 23:40:57 -0700 (PDT) From: krynux To: axis-c-user@ws.apache.org Subject: Re: Calculator sample not working on Linux In-Reply-To: <31231386.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: cdemuru@gmail.com References: <31231386.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org I have rebuilt Axis C++ with libstdc++.so.6, also Xerces 2.2 which made reference to .5 version, unfortunately the problem "Library loading failed" isn't resolved. Also Axis C++ don't write the log file. Can you give me a help? Thanks K. krynux wrote: > > Hello, > > I have followed the calculator sample tutorial and cannot get the the > calculator client working, > the problem appears on the server side. > > I am working on Linux, I am using: > - Axis C++: axis-c-linux-current-bin. > - Xerces (parser xml): xerces-c2_2_0-linux8.0gcc32 > - Apache 2: httpd-2.0.64. > > I have used Eclipse to compile the example. > > When I run the calculator client I get the following message on the > command line: > > "terminate called after throwing an instance of > 'axiscpp::SoapFaultException' > what(): Cannot deserialize the requested element " > > and warning message: > > "/usr/bin/ld: warning: libstdc++.so.5, needed by > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../../lib/libaxis_client.so, may > conflict with libstdc++.so.6" > > ------------------ > Log error message: > ------------------ > > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > > > SOAP-ENV:Server > Library loading failed > server name:listen port > AxisEngineException:Library loading > failed > > > > > ------------ > server.wsdd: > ------------ > > xmlns:C="http://xml.apache.org/axis/wsdd/providers/C" > xmlns:CPP="http://xml.apache.org/axis/wsdd/providers/CPP"> > > value="/usr/local/axiscpp_deploy/webservices/Calculator.so" /> > /> > > > > ------------- > axiscpp.conf: > ------------- > Transport_http:/usr/local/axiscpp_deploy/lib/libhttp_transport.so > Channel_HTTP:/usr/local/axiscpp_deploy/lib/libhttp_channel.so > XMLParser:/usr/local/axiscpp_deploy/lib/libaxis_xmlparser.so > WSDDFilePath:/usr/local/axiscpp_deploy/etc/server.wsdd > LogPath:/usr/local/axiscpp_deploy/log/AxisLog > ClientLogPath:/usr/local/axiscpp_deploy/log/AxisClientLog > ------------- > > Any help that anyone could provide would be greatly appreciated. > > Thanks, Krynux > > > -- View this message in context: http://old.nabble.com/Calculator-sample-not-working-on-Linux-tp31231386p31311744.html Sent from the Axis - C++ - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org For additional commands, e-mail: c-user-help@axis.apache.org