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 <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]
> *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 <[EMAIL PROTECTED]>
> 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:[EMAIL PROTECTED]
>> *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 <[EMAIL PROTECTED]>
>> 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:[EMAIL PROTECTED]
>>> *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 <[EMAIL PROTECTED]>
>>> 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:[EMAIL PROTECTED]
>>>> *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 <[EMAIL PROTECTED]>
>>>> 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:[EMAIL PROTECTED]
>>>>> *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 <[EMAIL PROTECTED]>
>>>>> 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
>>>>>
>>>>
>>>>
>>>
>>
>

Reply via email to