Re: Axis2/C 1.2 breaks my webservice

2008-03-06 Thread Senaka Fernando
ous threads. Even removing the "-static-libgcc" flag >>> during compilation of our libraries does not resolve the issue. >>> >>> Ed >>> >>> -Original Message- >>> From: Senaka Fernando [mailto:[EMAIL PROTECTED] >>> Sent:

Re: Axis2/C 1.2 breaks my webservice

2008-03-06 Thread Samisa Abeysinghe
n previous threads. Even removing the "-static-libgcc" flag during compilation of our libraries does not resolve the issue. Ed -Original Message- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 1:25 AM To: Apache AXIS C User List Subject: Re: A

RE: Axis2/C 1.2 breaks my webservice

2008-03-06 Thread Senaka Fernando
05, 2008 1:25 AM > To: Apache AXIS C User List > Subject: Re: Axis2/C 1.2 breaks my webservice > > Hi all, > >> Senaka, >> 1.3 has been released. Users can use the source pack. Why use svn? > > Well they should be using the source pack rather. SVN links were sim

RE: Axis2/C 1.2 breaks my webservice

2008-03-05 Thread Liu_Edward
issue. Ed -Original Message- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 1:25 AM To: Apache AXIS C User List Subject: Re: Axis2/C 1.2 breaks my webservice Hi all, > Senaka, > 1.3 has been released. Users can use the source pack. Why use svn? Wel

Re: Axis2/C 1.2 breaks my webservice

2008-03-04 Thread Senaka Fernando
Hi all, > Senaka, > 1.3 has been released. Users can use the source pack. Why use svn? Well they should be using the source pack rather. SVN links were simply to respond to Subra's last reply. Also, I believe that the Axis2/C 1.3.0 source pack would've solved this issue. Regards, Senaka > >

Re: Axis2/C 1.2 breaks my webservice

2008-03-04 Thread Samisa Abeysinghe
Senaka, 1.3 has been released. Users can use the source pack. Why use svn? Samisa... Senaka Fernando wrote: Hi Subra, No, I meant the whole source. You can try, [1] for this purpose. [2] is the 1.2.0 tag. I think you were rather trying an RC tag, according to what I gathered from your previ

Re: Axis2/C 1.2 breaks my webservice

2008-03-04 Thread Senaka Fernando
Hi Subra, No, I meant the whole source. You can try, [1] for this purpose. [2] is the 1.2.0 tag. I think you were rather trying an RC tag, according to what I gathered from your previous replies to this thread. [1] http://svn.apache.org/repos/asf/webservices/axis2/tags/c/1.3.0/ [2] http://svn.apa

Re: Axis2/C 1.2 breaks my webservice

2008-03-04 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Hi Senaka, I suggest you check out from a branch and try running ./build.sh so that the configure scripts will be regenerated to support your CFLAGS. If this also fails, may be it is the "-static-libgcc -shared" combination that gives trouble. I

Re: Axis2/C 1.2 breaks my webservice

2008-03-04 Thread Subra A Narayanan
Hi Senaka, I suggest you check out from a branch and try running ./build.sh so that > the configure scripts will be regenerated to support your CFLAGS. If this > also fails, may be it is the "-static-libgcc -shared" combination that > gives trouble. > I have downloaded ver 1.3 and would like to t

Re: Axis2/C 1.2 breaks my webservice

2008-02-29 Thread Manjula Peiris
Hi subra, I compiled the program in [1] to an external library after replacing the main function to a general c function. Then call this function through my echo service. It worked fine for me with the current svn. As you see it is a multithreaded program using semaphores. Following are my CFLAGS

Re: Axis2/C 1.2 breaks my webservice

2008-02-29 Thread Senaka Fernando
Hi Subra, I suggest you check out from a branch and try running ./build.sh so that the configure scripts will be regenerated to support your CFLAGS. If this also fails, may be it is the "-static-libgcc -shared" combination that gives trouble. And, also, this can be caused by someone hard-coding C

Re: Axis2/C 1.2 breaks my webservice

2008-02-29 Thread Samisa Abeysinghe
Subra A Narayanan wrote: >You mean 1.1? Sorry for the confusion. Yes I meant Axis2 1.1 >This is a thread issues as per your description. Hence I wonder if gdb >trace would lead to the exact problem, but it will lead to some clues as >to where it is hanging etc.

Re: Axis2/C 1.2 breaks my webservice

2008-02-28 Thread Subra A Narayanan
> > > >You mean 1.1? > Sorry for the confusion. Yes I meant Axis2 1.1 > > >This is a thread issues as per your description. Hence I wonder if gdb > >trace would lead to the exact problem, but it will lead to some clues as > >to where it is hanging etc. > > >The following information would help: > >

Re: Axis2/C 1.2 breaks my webservice

2008-02-27 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Hello folks, Here are my findings: A little more background first. The external library that my webservice calls is a multithreaded library and uses semaphores for inter-thread communication. When I was in the process of debugging this problem, I started httpd with

Re: Axis2/C 1.2 breaks my webservice

2008-02-27 Thread Subra A Narayanan
Hello folks, Here are my findings: A little more background first. The external library that my webservice calls is a multithreaded library and uses semaphores for inter-thread communication. When I was in the process of debugging this problem, I started httpd with the -X option (to limit httpd

Re: Axis2/C 1.2 breaks my webservice

2008-02-26 Thread Dumindu Pallewela
On Wed, Feb 27, 2008 at 5:50 AM, Subra A Narayanan <[EMAIL PROTECTED]> wrote: > I am running some other tests to see if I can get any further. I will report > my findings soon. In the meantime, if you guys can think of ways to track > down the problem, please let me know. > If you can provide a g

Re: Axis2/C 1.2 breaks my webservice

2008-02-26 Thread Subra A Narayanan
Hello folks, I also recompiled my code against Axis2 1.2 before trying to run. Even then I am having trouble running it. Its not like the webservice code doesn't comeup at all. I can see the request coming in, the input params being processed and then it hangs when trying to call an external libra

Re: Axis2/C 1.2 breaks my webservice

2008-02-26 Thread Michael Sutter
Hello Subra, I have done the same with version 1.1 and 1.2 and it works without problems. But I compiled everything with the new version. Regards Michael Subra A Narayanan wrote: Hello folks, I ran in to a curious problem and was wondering if anyone else has seen it too. My webservice code w

Re: Axis2/C 1.2 breaks my webservice

2008-02-25 Thread Manjula Peiris
Hi Subra, I have tested echo service with an external library and it works fine for me. Thanks, -Manjula. On Tue, 2008-02-26 at 07:01 +0530, Samisa Abeysinghe wrote: > Subra A Narayanan wrote: > > Hello folks, > > > > I ran in to a curious problem and was wondering if anyone else has > > seen

Re: Axis2/C 1.2 breaks my webservice

2008-02-25 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Hello folks, I ran in to a curious problem and was wondering if anyone else has seen it too. My webservice code works just fine with Axis2/C 1.1 . But when I checked out version1.2 source code from here => http://svn.apache.org/repos/asf/webservices/axis2/tags/c/1.2.0