Re: Problem while deploying service..

2008-04-16 Thread Samisa Abeysinghe
Rahil Ali wrote: I tried it with axis1.3.1 and its now executing the code I wrote, but a strange thing is happeningI am using a function "stat" when I invoke my service using apache it fails at this function where as it works fine when I use axis2_http_server.. httpd runs as apache user.

Re: Problem while deploying service..

2008-04-16 Thread Rahil Ali
I tried it with axis1.3.1 and its now executing the code I wrote, but a strange thing is happeningI am using a function "stat" when I invoke my service using apache it fails at this function where as it works fine when I use axis2_http_server.. Any ideas, Thanks Rahil Samisa Abey

Re: Problem while deploying service..

2008-04-15 Thread Samisa Abeysinghe
Please make sure you have "-ldl -lpthread" in your linker flags. Samisa... Rahil Ali wrote: Hello Manjula, I am using these commands: WSDL2C.sh -uri abc.wsdl -ss -sd -d adb -u gcc $CFLAGS -g -shared -olibFundTransferRequest.so $FLIBS -I $AXIS2C_HOME/include/axis2-1.3.0/ -L$AXIS2C_HOME/l

Re: Problem while deploying service..

2008-04-15 Thread Rahil Ali
Hello Manjula, I am using these commands: WSDL2C.sh -uri abc.wsdl -ss -sd -d adb -u gcc $CFLAGS -g -shared -olibFundTransferRequest.so $FLIBS -I $AXIS2C_HOME/include/axis2-1.3.0/ -L$AXIS2C_HOME/lib \ -laxutil \ -laxis2_axiom \ -laxis2_engine \ -laxis2_parser \ -

Re: Problem while deploying service..

2008-04-15 Thread Manjula Peiris
Rahil, I didn't see any problems with your httpd.conf file. What are the compiler options you used when compiling the service? BTW, We have added the dlerror to the log in 1.3.1. The RC [1] is available, can you try with that? [1] http://people.apache.org/~dinesh/release/Axis2C-1.3.1-RC1/ Thank

Re: Problem while deploying service..

2008-04-15 Thread Rahil Ali
Hello, I am using httpd ver 2.0 and I am not using any libraries; When I put nothing in the source file ( only autogenerated code ( return NULL)) even then its failing while creating dll, everything in my code works fine with axis_http_server.. pls find the attached my httpd.conf file.

Re: Problem while deploying service..

2008-04-15 Thread Manjula Peiris
What is the HTTPD version you are using? And Can you send the httpd.conf file ? Also are you calling to any external libraries from your service? -Manjula On Tue, 2008-04-15 at 02:15 -0700, Rahil Ali wrote: > Hello again, > > I tried the same thing without apache server, it works fine with >

Re: Problem while deploying service..

2008-04-15 Thread Rahil Ali
Hello again, I tried the same thing without apache server, it works fine with axis2_http_server... Any ideas.. Rgds, Rahil Rahil Ali <[EMAIL PROTECTED]> wrote: Hello All, I am having problem in deploying a service on other machine. I made archive of entire service folde

Problem while deploying service..

2008-04-15 Thread Rahil Ali
Hello All, I am having problem in deploying a service on other machine. I made archive of entire service folder and extract it in the service/ folder on the client machine. When I attempt to made a call it displayed "[error] raw_xml_in_out_msg_recv.c(115) Impl object for service 'FundTr