RE: Core dumps in Axis libraries

2008-03-10 Thread Raghavendra SM
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, there are some still reachable and possibly lost blocks. Please find the attached valgrind report. Please let me know if the valgrind is revealing

RE: Core dumps in Axis libraries

2008-03-10 Thread Manjula Peiris
Is this valgrind report is when your log level 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

RE: Core dumps in Axis libraries

2008-03-10 Thread Raghavendra SM
Manjula, This was with out my logs enabled. Regards, ~raghav -Original Message- From: Manjula Peiris [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2008 12:58 PM To: Apache AXIS C User List Subject: RE: Core dumps in Axis libraries Is this valgrind report is when your log level

RE: Core dumps in Axis libraries

2008-03-10 Thread Senaka Fernando
Found it! ==22786== Process terminating with default action of signal 15 (SIGTERM) ==22786==at 0x403760E: accept (in /lib/tls/libpthread-2.3.6.so) ==22786==by 0x44C2CF2: axis2_http_svr_thread_run (http_svr_thread.c:128) ==22786==by 0x44C28D4: axis2_http_server_start

RE: Core dumps in Axis libraries

2008-03-10 Thread Raghavendra SM
Isn't that just reflecting that the process has been killed? I can't any programming error being detected in that. Please correct me if wrong. Regards, ~raghav -Original Message- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2008 1:02 PM To: Apache AXIS C

Re: Core dumps in Axis libraries

2008-03-10 Thread Samisa Abeysinghe
I too think that it is not the place that it is crashing. We have to locate the place where it is corrupting memory. Samisa... Raghavendra SM wrote: Isn't that just reflecting that the process has been killed? I can't any programming error being detected in that. Please correct me if wrong.

RE: Core dumps in Axis libraries

2008-03-10 Thread Raghavendra SM
As expected, when I put a delay of about 50 milliseconds between the requests there is no dump. But we would still like to know the following, + Isn't Axis capable of handling such huge bombardment of requests (of the order of 1000's) one after another without any delay between the requests?

Re: Core dumps in Axis libraries

2008-03-10 Thread Samisa Abeysinghe
Raghavendra SM wrote: As expected, when I put a delay of about 50 milliseconds between the requests there is no dump. But we would still like to know the following, + Isn't Axis capable of handling such huge bombardment of requests (of the order of 1000's) one after another without any delay

RE: Core dumps in Axis libraries

2008-03-10 Thread Senaka Fernando
Hi Raghav, Are you connecting to a fast CGI server? If so, I think that [1] would help. [1] http://search.cpan.org/src/JURACH/FCGI-ProcManager-0.17/ProcManager.pm Regards, Senaka As expected, when I put a delay of about 50 milliseconds between the requests there is no dump. But we would

RE: Core dumps in Axis libraries

2008-03-10 Thread Senaka Fernando
Hi again Raghav, Forgot to mention. This is of course if you use mod_axis2. If not I don't think this might affect you rather. Anyway the FastCGI issue may not be relevant at all. I came across that while googling for what could cause a SIGTERM in accept(2). Also, is http_server_main.cpp

RE: Problem with Service deployed

2008-03-10 Thread Rahil Ali
Hi Senaka, samisa, I cannot run the WSDL2C.sh successfully... I downloaded all the jar files and put them in to $AXIS2C_HOME/lib folder. My WSDL2C.sh is like: #!/bin/sh #export AXIS2_HOME=/home/axis2java for f in $AXIS2C_HOME/lib/*.jar do

problem with deserialize response using WSDL2C generated code

2008-03-10 Thread Carl Lefrançois
Hello group, I am getting an access violation on a call to axiom_element_get_qname() This call results from a call to Deserialize in WSDL2C generated code while processing the following document: ?xml version='1.0' encoding='UTF-8'? soapenv:Envelope

Re: problem with deserialize response using WSDL2C generated code

2008-03-10 Thread Dimuthu Gamage
Hi Carl, I 'm not sure exactly what the reason you got the error. But it seems happening when accessing the qname of a text node rather than an element node. But currently codegen is mostly fixed to test whether it is a text node or element before accessing element properties. But there may be

Re: Axis2/C for Apapche 2.2.8

2008-03-10 Thread Graf László
Hi Fernando, I have to disappoint you, the mod_axis2.so still does not wotk for me. The error message is this: The Apache service named reported the following error: httpd.exe: Syntax error on line 484 of C:/Apache2.2.8/conf/httpd.conf: Cannot load C:/Apache2.2.8/modules/mod_axis2.so into

Re: WSDL2C Generates Files with Compilation Errors

2008-03-10 Thread astuce
I've just downloaded the Axis2 version 1.3 and I cannot see any class or module that can generate C code from a wsdl file, even though the axis2c documentation specifies that there is such a tool written in Java and even points me to the Web location where I can find the the Java binaries... Can

Re: WSDL2C Generates Files with Compilation Errors

2008-03-10 Thread Senaka Fernando
I've just downloaded the Axis2 version 1.3 and I cannot see any class or module that can generate C code from a wsdl file, even though the axis2c documentation specifies that there is such a tool written in Java and even points me to the Web location where I can find the the Java binaries...

Re: Axis2/C for Apapche 2.2.8

2008-03-10 Thread Senaka Fernando
Hi Laszlo, Will send you a Apache2.2.8 compatible mod_axis2.so built in Windows XP SP2, using VS2005. In the mean time, would it be possible for you to, 1. Attach your httpd.conf file, 2. Attach your apache error log, To this mail thread and, 3. Let me know whether your folder path contains

Re: Axis2/C for Apapche 2.2.8

2008-03-10 Thread Dushshantha Chandradasa
Hi Graf, According to the error message You have given below, apache complains about mod_axis2.so file instead mod_axis2.dll. Did you rename the dll in to .so and copied in to apache modules folder? Just wondering whether you missed that.. BTW you don't need to rename it to .so , you can just