Re: SIGABRT on Axis C++ client

2006-05-25 Thread Ignacio Fernández Sánchez
List" <axis-c-user@ws.apache.org> cc Subject Re: SIGABRT on Axis C++ client Hi...two days later I'm having problem executing the client web service. Now the AxisClientlog fails to open libhttp_transport.so, this is the message:

Re: SIGABRT on Axis C++ client

2006-05-25 Thread John Hawkins
ROTECTED]> 25/05/2006 11:39 Please respond to "Apache AXIS C User List" To "Apache AXIS C User List" cc Subject Re: SIGABRT on Axis C++ client Hi...two days later I'm having problem executing the client web service. Now the AxisClientlog

Re: SIGABRT on Axis C++ client

2006-05-25 Thread Ignacio Fernández Sánchez
t's of thanks, Ignacio 2006/5/23, John Hawkins <[EMAIL PROTECTED]>: Doh ! I should have read your config file better earlier ! XMLParser:/usr/local/sbin/axis-cpp2/deploy/lib/libxerces-c.so This is wrong The XMLParser library should be set to the "AxisXMLParserXerces"

Re: SIGABRT on Axis C++ client

2006-05-23 Thread Ignacio Fernández Sánchez
Lot's of thaks John, I don't compile the AXIS libs I downloadad the binary file, but like you said reading the log file (startup trace and client log path) the issue is with lib xerces. What can I do? This is the out put of both files: Startup trace == Start

Re: SIGABRT on Axis C++ client

2006-05-23 Thread John Hawkins
;Apache AXIS C User List" cc Subject Re: SIGABRT on Axis C++ client My enviroment are: LD_LIBRARY_PATH=/usr/local/sbin/xerces-2_2_0/lib:/usr/local/sbin/axis-cpp2/lib/axis: JAVA_HOME=/usr/local/java CLASSPATH=/usr/local/ja

Re: SIGABRT on Axis C++ client

2006-05-23 Thread Ignacio Fernández Sánchez
by the correct level xerces libs not being in the lib path. "Ignacio Fernández Sánchez" <[EMAIL PROTECTED]> 23/05/2006 10:13 Please respond to "Apache AXIS C User List" <axis-c-user@ws.apache.org> To axis-c-user@ws.apache.org cc Subject SIGABRT on Axi

Re: SIGABRT on Axis C++ client

2006-05-23 Thread John Hawkins
Usually an issue at this point is caused by the correct level xerces libs not being in the lib path. "Ignacio Fernández Sánchez" <[EMAIL PROTECTED]> 23/05/2006 10:13 Please respond to "Apache AXIS C User List" To axis-c-user@ws.apache.org cc

SIGABRT on Axis C++ client

2006-05-23 Thread Ignacio Fernández Sánchez
I search into the mail list and I found the same problem that my but I didn't resolve the problem. This is the post: http://mail-archives.apache.org/mod_mbox/ws-axis-c-user/200602.mbox/[EMAIL PROTECTED] I use axis cpp 1.6 the binary file on a debian sarge kernel version 2.6 (with an Intel P4M proc

Re: Re: SIGABRT on Axis C++ client

2006-02-21 Thread Adrian Dick
Hi, It sounds like you also need to ensure Xerces-C (v2.2.0 if using binary package) is available on the system path You will find full instructions on setting up the client here: http://ws.apache.org/axis/cpp/install-guide.html#Installing_Client Regards, Adrian

Re: Re: Re: SIGABRT on Axis C++ client

2006-02-21 Thread Tao Yang
Just to clarify - I found the problem. The binary distribution from apache site is not compatible with my local linux installation though I do installed the compact-libstdc++ stuff. I recompile and now it seems I did climb over that hurdle. But still thanks for taking a look. :-) and hope my i

Re: Re: SIGABRT on Axis C++ client

2006-02-21 Thread Tao Yang
Hi, But I am only using the client lib - my code is talking to a Axis JAVA server deployed in tomcat. Or do you mean even one uses only the client, he has to provide the server dploy description? If so, what it should contain? I tried add one, still same crash though. BTW, I also changed the

Re: SIGABRT on Axis C++ client

2006-02-20 Thread Arshad Ahamad
Hi, your configuration file axiscpp.conf file is not right plese check your axiscpp.conf file. this file must have the following entry.. LogPath:/home/Axis/log/server.log WSDDFilePath:/home/Axis/etc/server.wsdd Transport_http:/home/Axis/lib/libhttp_transport.so XMLParser:/home/Axis/lib/libaxi

SIGABRT on Axis C++ client

2006-02-20 Thread Tao Yang
HI, I was experimenting with Axis C++ 1.5 this afternoon to writing a client to talk to a Axis Java web service deployed in tomcat. the code is pretty simple - though I call it "Index" - which only send a string to the web service which later could be pull back through another web service. H