Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 59883 invoked from network); 17 Jun 2008 12:03:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jun 2008 12:03:17 -0000 Received: (qmail 62734 invoked by uid 500); 17 Jun 2008 12:03:18 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 62554 invoked by uid 500); 17 Jun 2008 12:03:18 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 62542 invoked by uid 99); 17 Jun 2008 12:03:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2008 05:03:18 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of supun06@gmail.com designates 64.233.184.238 as permitted sender) Received: from [64.233.184.238] (HELO wr-out-0506.google.com) (64.233.184.238) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2008 12:02:29 +0000 Received: by wr-out-0506.google.com with SMTP id 58so3268852wri.8 for ; Tue, 17 Jun 2008 05:02:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=I9TVX7IMmepAXs4jcA5zhD70kxwP/hJ1hEelju32rzc=; b=uPdoCW/HR0N6D4vB0sPXTVczVp4m8yms+FBJN77VruLJ21adejZu5x/I88J4ga9qFe NwLoiEGxPfPoYMNKPC4hiMoDhIpC/TY3jmxLVUtRdCgXv5xqY0hdTnCGCpnYc5M2cmW/ ODT/Hln7N+DRlkKfF/rnQ369AEYYYliyYQC58= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=Hrasskl2X3+wXrqtflAErjBUDy9O/L/GkFn5Qlw4hAblIobm1UXxsS2hKeP1OowP+i gIKZW3GnKRI2RslB/DgjBGxNv9grVhf10LaqkdTHrA1kWmT9Z1uEId5bdoJ1EpzVTIC3 AijxhHW9hMo5+wmiFn6ZHcWDktW6v/s2zAZps= Received: by 10.90.94.2 with SMTP id r2mr8662494agb.17.1213704167047; Tue, 17 Jun 2008 05:02:47 -0700 (PDT) Received: by 10.90.63.4 with HTTP; Tue, 17 Jun 2008 05:02:46 -0700 (PDT) Message-ID: Date: Tue, 17 Jun 2008 17:02:46 +0500 From: "Supun Kamburugamuva" To: "Apache AXIS C Developers List" Subject: Re: Looking for a debugger for axis2c In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_45046_23513824.1213704167019" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_45046_23513824.1213704167019 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Please set the working directory of axis2_http_server project to {AXIS2C_SRC_DIRECTORY}\ides\vc\axis2c\deploy\bin. The error happens because Axis2/C is looking for the axis2.xml file relative to the current working directory and it is set to ../axis2.xml. Supun.. On Tue, Jun 17, 2008 at 12:20 PM, Gupta, Shivam wrote: > Hi, > > I am facing problem in the function call > > axutil_stracat(env, conf_file_l, svr_xml_file) > > that sets the value of the configuration file to "..//axis2.xml" which > seems to be incorrect. > > Hence, AXIS fails to locate the file and exits. However, if I run the > object without debug mode, everything runs fine. > > I am trying to debug it using VC2005. > > > > Regards, > > Shivam. > > > > > > ------------------------------ > *From:* Supun Kamburugamuva [mailto:supun06@gmail.com] > *Sent:* Monday, June 16, 2008 6:14 PM > > *To:* Apache AXIS C Developers List > *Subject:* Re: Looking for a debugger for axis2c > > Please add {AXIIS2C_SOURCE_DIRECTORY}\ides\vc\axis2c\deploy\lib to your > PATH environment variable. Also add the AXIS2C_HOME variable and set it to > {AXIIS2C_SORUCE_DIRECTORY}\ides\vc\axis2c\deploy. > > Supun.. > > On Mon, Jun 16, 2008 at 5:27 PM, Gupta, Shivam > wrote: > >> Hi, >> >> I have finally succeeded in building the axis2c on VS2005. However, >> when I try to run the "axis2_http_server.exe" I get the error " Application >> failed because axutil.dll not found". Could you please help me with this... >> >> Thanks, >> Shivam >> >> ------------------------------ >> *From:* Supun Kamburugamuva [mailto:supun06@gmail.com] >> *Sent:* Wednesday, June 11, 2008 4:43 PM >> >> *To:* Apache AXIS C Developers List >> *Subject:* Re: Looking for a debugger for axis2c >> >> I think you are using the VS 2005 build. In that case you don't want to >> change any of the nmake build related stuff in build/win32 directory. I >> think the source distribution you are using has SSL and Libcurl stuff in the >> VC project. To go along with that you need to have those two libraries >> (Openssl and libcurl) included as well. If you can get the latest version >> from the SVN it won't have that problem. >> >> Supun. >> >> On Wed, Jun 11, 2008 at 3:54 AM, Gupta, Shivam >> wrote: >> >>> Hi, >>> >>> It worked!! Thanks there. But I got stuck at another instance. >>> >>> Now, my build gives the error " Cannot open the file openssl.h: No >>> such file or directory". >>> >>> Now, I have set the constant AUTOCONF = configure.in inside the >>> Makefile. In configure.in, I have set the values for Enable_SSL = 0. So, >>> I think the object should not worry about the files specific to openssl. >>> >>> Could you help me with this? >>> >>> Thanks, >>> Shivam. >>> >>> ------------------------------ >>> *From:* Supun Kamburugamuva [mailto:supun06@gmail.com] >>> *Sent:* Wednesday, June 11, 2008 2:24 PM >>> >>> *To:* Apache AXIS C Developers List >>> *Subject:* Re: Looking for a debugger for axis2c >>> >>> You can add the external library dependencies by going to >>> tools->options->projects and solutions->visual c++ directories. There you >>> can add the eternal libraries include paths as well as library paths. >>> Generally you have to add the libxml2, iconv and zlib library paths and >>> include paths there. >>> >>> Supun. >>> >>> On Wed, Jun 11, 2008 at 1:41 AM, Gupta, Shivam >>> wrote: >>> >>>> Hi, >>>> >>>> Thanks a lot for the project. However, I am trying to build it in >>>> VS2005, it gives the error message " Cannot open file zlib.h:No such file or >>>> directory". >>>> >>>> To correct this, I added the zlib directory location in the Makefile. >>>> But I wasn't successful in getting aroun the build issue. >>>> >>>> Thanks n Regards, >>>> Shivam. >>>> >>>> ------------------------------ >>>> *From:* Supun Kamburugamuva [mailto:supun06@gmail.com] >>>> *Sent:* Wednesday, June 11, 2008 11:52 AM >>>> *To:* Apache AXIS C Developers List >>>> *Subject:* Re: Looking for a debugger for axis2c >>>> >>>> Hi, >>>> >>>> There is a VS 2005 solution in the ides/vc/axis2c folder of Axis2/C >>>> source distribution. You can use that project. >>>> >>>> Supun. >>>> >>>> On Tue, Jun 10, 2008 at 11:09 PM, Gupta, Shivam >>>> wrote: >>>> >>>>> Hello, >>>>> >>>>> I have tried but was unsuccessful in managing to debug axis on >>>>> Visula Studio 2005. Could you provide me a link to some tutorial or document >>>>> that would guide me about creating a project in VS2005. I want to import >>>>> Axis2/c as a project in VS2005. >>>>> >>>>> Thanks, >>>>> Shivam >>>>> >>>>> ------------------------------ >>>>> *From:* Rajika Kumarasiri [mailto:rajikacc@gmail.com] >>>>> *Sent:* Tuesday, June 10, 2008 6:45 PM >>>>> *To:* Apache AXIS C Developers List >>>>> *Subject:* Re: Looking for a debugger for axis2c >>>>> >>>>> You can try gdb on Linux based platforms and Micrsoft Visual Studio >>>>> 2005 for Windows platform. >>>>> >>>>> -Rajika >>>>> >>>>> On Tue, Jun 10, 2008 at 6:25 PM, Gupta, Shivam >>>>> wrote: >>>>> >>>>>> Hello, >>>>>> >>>>>> Could someone suggest me the best debugger that could be used to >>>>>> debug Axis2/C. >>>>>> >>>>>> Thanks, >>>>>> Shivam >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> comp.lang.c - http://groups.google.com/group/comp.lang.c/topics >>>>> >>>> >>>> >>> >> > ------=_Part_45046_23513824.1213704167019 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Please set the working directory of axis2_http_server project to {AXIS2C_SRC_DIRECTORY}\ides\vc\axis2c\deploy\bin. The error happens because Axis2/C is looking for the axis2.xml file relative to the current working directory and it is set to ../axis2.xml.

Supun..

On Tue, Jun 17, 2008 at 12:20 PM, Gupta, Shivam <shivam.gupta@hp.com> wrote:
Hi,
 
   I am facing problem in the function call

axutil_stracat(env, conf_file_l, svr_xml_file)

  that sets the value of the configuration file to "..//axis2.xml" which seems to be incorrect.

  Hence, AXIS fails to locate the file and exits. However, if I run the object without debug mode, everything runs fine.

 I am trying to debug it using VC2005.

 

Regards,

Shivam.

 

 



From: Supun Kamburugamuva [mailto:supun06@gmail.com]
Sent: Monday, June 16, 2008 6:14 PM

To: Apache AXIS C Developers List
Subject: Re: Looking for a debugger for axis2c

Please add {AXIIS2C_SOURCE_DIRECTORY}\ides\vc\axis2c\deploy\lib to your PATH environment variable. Also add the AXIS2C_HOME variable and set it to {AXIIS2C_SORUCE_DIRECTORY}\ides\vc\axis2c\deploy.

Supun..

On Mon, Jun 16, 2008 at 5:27 PM, Gupta, Shivam <shivam.gupta@hp.com> wrote:
Hi,
 
   I have finally succeeded in building the axis2c on VS2005. However, when I try to run the "axis2_http_server.exe" I get the error " Application failed because axutil.dll not found". Could you please help me with this...
 
Thanks,
Shivam


From: Supun Kamburugamuva [mailto:supun06@gmail.com]
Sent: Wednesday, June 11, 2008 4:43 PM

To: Apache AXIS C Developers List
Subject: Re: Looking for a debugger for axis2c

I think you are using the VS 2005 build. In that case you don't want to change any of the nmake build related stuff in build/win32 directory. I think the source distribution you are using has SSL and Libcurl stuff in the VC project. To go along with that you need to have those two libraries (Openssl and libcurl) included as well. If you can get the latest version from the SVN it won't have that problem.

Supun.

On Wed, Jun 11, 2008 at 3:54 AM, Gupta, Shivam <shivam.gupta@hp.com> wrote:
Hi,
 
   It worked!! Thanks there. But I got stuck at another instance.
 
   Now, my build gives the error " Cannot open the file openssl.h: No such file or directory".
 
   Now, I have set the constant AUTOCONF = configure.in inside the Makefile. In configure.in, I have set the values for Enable_SSL = 0. So, I think the object should not worry about the files specific to openssl.
 
   Could you help me with this?
 
Thanks,
Shivam.


From: Supun Kamburugamuva [mailto:supun06@gmail.com]
Sent: Wednesday, June 11, 2008 2:24 PM

To: Apache AXIS C Developers List
Subject: Re: Looking for a debugger for axis2c

You can add the external library dependencies by going to tools->options->projects and solutions->visual c++ directories. There you can add the eternal libraries include paths as well as library paths. Generally you have to add the libxml2, iconv and zlib library paths and include paths there.

Supun.

On Wed, Jun 11, 2008 at 1:41 AM, Gupta, Shivam <shivam.gupta@hp.com> wrote:
Hi,
 
   Thanks a lot for the project. However, I am trying to build it in VS2005, it gives the error message " Cannot open file zlib.h:No such file or directory".
 
   To correct this, I added the zlib directory location in the Makefile. But I wasn't successful in getting aroun the build issue.
 
Thanks n Regards,
Shivam.


From: Supun Kamburugamuva [mailto:supun06@gmail.com]
Sent: Wednesday, June 11, 2008 11:52 AM

To: Apache AXIS C Developers List
Subject: Re: Looking for a debugger for axis2c

Hi,

There is a VS 2005 solution in the ides/vc/axis2c folder of Axis2/C source distribution. You can use that project.

Supun.

On Tue, Jun 10, 2008 at 11:09 PM, Gupta, Shivam <shivam.gupta@hp.com> wrote:
Hello,
 
    I have tried but was unsuccessful in managing to debug axis on Visula Studio 2005. Could you provide me a link to some tutorial or document that would guide me about creating a project in VS2005. I want to import Axis2/c as a project in VS2005.
 
Thanks,
Shivam


From: Rajika Kumarasiri [mailto:rajikacc@gmail.com]
Sent: Tuesday, June 10, 2008 6:45 PM
To: Apache AXIS C Developers List
Subject: Re: Looking for a debugger for axis2c

You can try gdb on Linux based platforms and Micrsoft Visual Studio 2005 for Windows platform.

-Rajika

On Tue, Jun 10, 2008 at 6:25 PM, Gupta, Shivam <shivam.gupta@hp.com> wrote:
Hello,
 
   Could someone suggest me the best debugger that could be used to debug Axis2/C.
 
Thanks,
Shivam



--
comp.lang.c - http://groups.google.com/group/comp.lang.c/topics





------=_Part_45046_23513824.1213704167019--