AXIS1.6b:: HTTPTransportException

2006-12-07 Thread Srivastava, Vimal
Hi, I am using 1.6b release of AXIS for C++. I am having problem related to HTTPTransportException. I saw Tim's response to Mark's fix and the solution you have suggested (RTLD_GLOBAL FLAG). I checked the PlatformSpecificUnix.hpp file and I don't see this flag in there. Am I using some wrong versi

[Axis 1.6b] How to catch / handle Transport Exception ?

2006-12-07 Thread Vijayaraghavan, Sriraam
Hi All, We have integrated an app with Axis C++ 1.6b. Currently the app crashes with the following partial stack trace #0 0x400a0c01 in kill () from /lib/libc.so.6 (gdb) bt #0 0x400a0c01 in kill () from /lib/libc.so.6 #1 0x4002625b in raise () from /lib/libpthread.so.0 #2 0x400a2182

Simple svc client or http client crashing in linux...

2006-12-07 Thread Raju, Prabhakar \(P.\)
Hi, If I run the simple server and echo client ( axis2/c) , if the server dies or hangs for a while (I think) , the client crashes with segmentation fault. To test this, I ran the sample client echo.c Something like this. for(i=0;i<10;++i){ ret_node = AXIS2_SVC_CLIENT_SEND_RECEIVE(svc_c