Dump is axis

2008-04-29 Thread Raghavendra SM
Please find the back trace of the core dump I encountered while using axis2c.0. This is not seen constantly but rarely. Can you please suggest what needs to be done to fix this. (gdb) bt #0 0xb78d9947 in raise () from /lib/tls/libc.so.6 #1 0xb78db0c9 in abort () from /lib/tls/libc.so.6 #2

RE: Dump is axis

2008-04-29 Thread Raghavendra SM
Axis2c1.0 Regards, ~raghav -Original Message- From: Manjula Peiris [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 2:10 PM To: Apache AXIS C User List Subject: Re: Dump is axis What is the Axis2/C version you are using ? On Tue, 2008-04-29 at 12:31 +0530, Raghavendra SM

RE: Dump is axis

2008-04-29 Thread Raghavendra SM
Please find the axis log attached Regards, ~raghav _ From: Dinesh Premalal [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 2:42 PM To: Apache AXIS C User List Subject: Re: Dump is axis On Tue, Apr 29, 2008 at 12:31 PM, Raghavendra SM [EMAIL PROTECTED] wrote

RE: Core dumps in Axis libraries

2008-03-10 Thread Raghavendra SM
something here? Thanks Regards, ~raghav -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 7:07 PM To: Apache AXIS C User List Subject: Re: Core dumps in Axis libraries Raghavendra SM wrote: Thanks Folks, I'm attaching the server log

RE: Core dumps in Axis libraries

2008-03-10 Thread Raghavendra SM
increased or not ? If yes then can you try valgrind without increasing the log level. -Manjula. On Mon, 2008-03-10 at 12:39 +0530, Raghavendra SM wrote: When I tried the Valgrind, it doesn't point to any obvious clues atleast. It doesn't show any definitely lost or indirectly lost blocks

RE: Core dumps in Axis libraries

2008-03-10 Thread Raghavendra SM
or not ? If yes then can you try valgrind without increasing the log level. -Manjula. On Mon, 2008-03-10 at 12:39 +0530, Raghavendra SM wrote: When I tried the Valgrind, it doesn't point to any obvious clues atleast. It doesn't show any definitely lost or indirectly lost blocks. Though

RE: Core dumps in Axis libraries

2008-03-10 Thread Raghavendra SM
:25 PM To: Apache AXIS C User List Subject: Re: Core dumps in Axis libraries Raghavendra SM wrote: Thanks Manjula, But thats not a viable option for us. We would still want to continue using axis2C-1.0 for some more time. Are these dumps well known? No. Are you using the same service

RE: Core dumps in Axis libraries

2008-03-06 Thread Raghavendra SM
:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 7:25 PM To: Apache AXIS C User List Subject: Re: Core dumps in Axis libraries Raghavendra SM wrote: Thanks Manjula, But thats not a viable option for us. We would still want to continue using axis2C-1.0 for some more time. Are these dumps well

Core dumps in Axis libraries

2008-03-05 Thread Raghavendra SM
All, For a particular scenario, our module core dumps in some axis library functions consistently but with different back traces. I'm attaching the dumps.log file that has as many as 4 different back-traces produced for the same scenario. Also, please find attached the log that has axis

RE: Core dumps in Axis libraries

2008-03-05 Thread Raghavendra SM
, Manjula. On Wed, 2008-03-05 at 17:34 +0530, Raghavendra SM wrote: All, For a particular scenario, our module core dumps in some axis library functions consistently but with different back traces. I'm attaching the dumps.log file that has as many as 4 different back-traces produced

Axis Core Dump while writing to log file

2007-10-17 Thread Raghavendra SM
Hi All, Please find below the GDB back trace of the core dump I found. Program terminated with signal 25, File size limit exceeded. #0 0xb79ac2f1 in write () from /lib/tls/libc.so.6 (gdb) bt #0 0xb79ac2f1 in write () from /lib/tls/libc.so.6 #1 0xb794ce4c in _IO_file_write () from

Issues with the log directory

2007-09-03 Thread Raghavendra SM
Hi All, Axis2C, by default writes the axis2.log file to logs directory. But we need to write the axis2.log to a new directory say, axis2_log. I tried changing the Makefile and Makefile.in as below, logsdir=$(prefix)/logs # old logsdir=$(prefix)/axis_logs #mine With the above

Issue with Content Type

2007-08-01 Thread Raghavendra SM
Hi All, Recently, we migrated from Axis0.90 to Axis1.0. The responses are observed to have the following content-type with 0.90, Content-Type: text/xml;charset=UTF-8 and the following Content-type with 1.0, Content-Type: multipart/related;

RE: Services.xml

2007-07-26 Thread Raghavendra SM
Hi Samisa, Please find the server code below, which is causing the problems as described by Manoj Rao. Please let me know if need more information than this. These are the skeleton functions of the server. -- 33 int AXIS2_CALL 34

RE: Services.xml

2007-07-26 Thread Raghavendra SM
, July 27, 2007 6:53 AM To: Apache AXIS C User List Subject: Re: Services.xml Raghavendra SM wrote: Hi Samisa, Please find the server code below, which is causing the problems as described by Manoj Rao. Please let me know if need more information than this. These are the skeleton functions