checking if axis server has started

2008-11-20 Thread indra.sharma
Hi!
Is there a way to check if axis server has started?
I have two threads, one initiates the axis server and gets stuck which
also makes the main thread to stop. I would like to somehow check if the
server has started and then let the main thread know so it can continue
running.

Regards
Indra


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: printing parts of a node

2008-11-10 Thread indra.sharma
Thanks!

/Indra

-Original Message-
From: Uthaiyashankar [mailto:[EMAIL PROTECTED] 
Sent: den 7 november 2008 05:15
To: Apache AXIS C Developers List
Subject: Re: printing parts of a node

[EMAIL PROTECTED] wrote:
 I tried to understand how I could use the serialize sub tree method
but
 I don't...
 I know how to get the node values but I also need to get the node
name,
 how can I do this?
   
Hi Indra,

try axiom_element_get_localname  and axiom_element_get_namespace

Regards,
Shankar.

 I'm very thankful for a reply

 Regards
 Indra

 -Original Message-
 From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] 
 Sent: den 5 november 2008 15:57
 To: Apache AXIS C Developers List
 Subject: Re: printing parts of a node

 [EMAIL PROTECTED] wrote:
   
 Hello!
 I want to print the parameter names in a node and not the parameter
 values. 
 For example: 
 param11/param1param23/param2 
 I want to print or get the hold of: param1 param2 but not 1 and 3

 Does anyone know how this can be done?
   
 

 This can be done using the serialize sub tree method. Please have a
look

 at the node header file.

 Samisa...
   
 /Indra


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
   

 


   
 Internal Virus Database is out of date.
 Checked by AVG - http://www.avg.com 
 Version: 8.0.175 / Virus Database: 270.8.5/1759 - Release Date:
 
 10/31/2008 4:10 PM
   
   
 


   


-- 
S.Uthaiyashankar
Software Architect
WSO2 Inc. 
http://wso2.com/ - The Open Source SOA Company 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



printing parts of a node

2008-11-05 Thread indra.sharma
Hello!
I want to print the parameter names in a node and not the parameter
values. 
For example: 
param11/param1param23/param2 
I want to print or get the hold of: param1 param2 but not 1 and 3

Does anyone know how this can be done?

/Indra


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: printing parts of a node

2008-11-05 Thread indra.sharma
I tried to understand how I could use the serialize sub tree method but
I don't...
I know how to get the node values but I also need to get the node name,
how can I do this?

I'm very thankful for a reply

Regards
Indra

-Original Message-
From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] 
Sent: den 5 november 2008 15:57
To: Apache AXIS C Developers List
Subject: Re: printing parts of a node

[EMAIL PROTECTED] wrote:
 Hello!
 I want to print the parameter names in a node and not the parameter
 values. 
 For example: 
 param11/param1param23/param2 
 I want to print or get the hold of: param1 param2 but not 1 and 3

 Does anyone know how this can be done?
   

This can be done using the serialize sub tree method. Please have a look

at the node header file.

Samisa...
 /Indra


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
   




 Internal Virus Database is out of date.
 Checked by AVG - http://www.avg.com 
 Version: 8.0.175 / Virus Database: 270.8.5/1759 - Release Date:
10/31/2008 4:10 PM

   


-- 
Samisa Abeysinghe 
Director, Engineering; WSO2 Inc.

http://www.wso2.com/ - The Open Source SOA Company


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Axis2/c math client

2008-10-27 Thread indra.sharma
Hello!
Does anyone know how I can print a node and see what it contains?
For example I would like to print the axiom_node_t *node in axis2c
math-client main...


Regards
Indra


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Axis2/c math client

2008-10-27 Thread indra.sharma
Thanks I'm gonna try that

 

/Indra

 



From: Rajika Kumarasiri [mailto:[EMAIL PROTECTED] 
Sent: den 27 oktober 2008 17:25
To: Apache AXIS C Developers List
Subject: Re: Axis2/c math client

 

 

On Mon, Oct 27, 2008 at 9:50 PM, [EMAIL PROTECTED] wrote:
hi, 
Try
printf(%s\n, axiom_node_to_string(node, env));

-Rajika

Hello!
Does anyone know how I can print a node and see what it contains?
For example I would like to print the axiom_node_t *node in axis2c
math-client main...


Regards
Indra


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-- 
http://wso2.org/
http://llvm.org/
http://www.osdev.org/



Embed axis in libray

2008-10-07 Thread indra.sharma
Hi,

I have a question regarding a project I'm working with. I want to embed
axis2c into a library that I've created. I want to make the library
available to the WS when invoke is called. Do you have any experience in
this or any guidelines?

 

Thank you

 

/Indra

 



RE: Axis2/c debug mode problem

2008-10-06 Thread indra.sharma
I tried to clean and build but I still have the same problem. I checked
and all the axis-dlls are compiled in debug but I think the problem has
to do with my libxml2. Do you know where I can find a libxml2.dll that
is compiled for debug?

 

/Indra

 



From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: den 4 oktober 2008 06:00
To: Apache AXIS C Developers List
Subject: Re: Axis2/c debug mode problem

 

Usually this happens due to DLL conflicts. Try to clean everything build
again. I usually clean everything manually and build again when this
happens.

Supun.

On Fri, Oct 3, 2008 at 7:36 PM, [EMAIL PROTECTED] wrote:

Hi again!

I have compiled axis2/c using the axis2c.sln in release mode which works
fine.

I want to compile it in debug mode but it's not working. I get this
error message when I debug: 

 

Windows has triggered a breakpoint in axis2_http_server.exe.

This may be due to a corruption of the heap, which indicates a bug in
axis2_http_server.exe or any of the DLLs it has loaded.

This may also be due to the user pressing F12 while
axis2_http_server.exe has focus.

The output window may have more diagnostic information.

 

And this when I try to run it:

 

Debug Assertion Failed!

Program: ...s2c-src-1.5.0\ides\axis2c\deploy\bin\axis2_httpserver.exe

File: f:\dd\vctools\crt_bld\self_x86\crt\src\dbgheap.c

Line:1317

 

Expression: _CrtIsValidHeapPointer(pUserData)

 

For information on how your program can cause an assertion failure, see
the Visual C++ documentation on asserts. 

 

I have attached a screen shot of the heap...

 

Can you help me?

 

/Indra

 

 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Software Engineer, WSO2 Inc
http://wso2.org



RE: Axis2/c debug mode problem

2008-10-06 Thread indra.sharma
Okay, I have added the projects axis2_parser_guththila and guththila. I
also need to add enable_guththila =1 in the preprocessor settings, don't
I?

 

 

/Indra

 



From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: den 6 oktober 2008 11:54
To: Apache AXIS C Developers List
Subject: Re: Axis2/c debug mode problem

 

Please try to build with Guththila and you will be able to know for sure
what is the cause of the problem.

Supun.

On Mon, Oct 6, 2008 at 2:48 PM, [EMAIL PROTECTED] wrote:

I tried to clean and build but I still have the same problem. I checked
and all the axis-dlls are compiled in debug but I think the problem has
to do with my libxml2. Do you know where I can find a libxml2.dll that
is compiled for debug?

 

/Indra

 



From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: den 4 oktober 2008 06:00
To: Apache AXIS C Developers List
Subject: Re: Axis2/c debug mode problem

 

Usually this happens due to DLL conflicts. Try to clean everything build
again. I usually clean everything manually and build again when this
happens.

Supun.

On Fri, Oct 3, 2008 at 7:36 PM, [EMAIL PROTECTED] wrote:

Hi again!

I have compiled axis2/c using the axis2c.sln in release mode which works
fine.

I want to compile it in debug mode but it's not working. I get this
error message when I debug: 

 

Windows has triggered a breakpoint in axis2_http_server.exe.

This may be due to a corruption of the heap, which indicates a bug in
axis2_http_server.exe or any of the DLLs it has loaded.

This may also be due to the user pressing F12 while
axis2_http_server.exe has focus.

The output window may have more diagnostic information.

 

And this when I try to run it:

 

Debug Assertion Failed!

Program: ...s2c-src-1.5.0\ides\axis2c\deploy\bin\axis2_httpserver.exe

File: f:\dd\vctools\crt_bld\self_x86\crt\src\dbgheap.c

Line:1317

 

Expression: _CrtIsValidHeapPointer(pUserData)

 

For information on how your program can cause an assertion failure, see
the Visual C++ documentation on asserts. 

 

I have attached a screen shot of the heap...

 

Can you help me?

 

/Indra

 

 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Software Engineer, WSO2 Inc
http://wso2.org




-- 
Software Engineer, WSO2 Inc
http://wso2.org



RE: Axis2/c debug mode problem

2008-10-06 Thread indra.sharma
I have removed axis2_parser-.lib and added axis2_parser_guththila.lib
instead in axiom-Linker-Input-additional dependencies. I still get
the same error...

In modules I can see that axis2_parser_guththila.dll is loaded but so is
also axis2_parser.dll...

 

/Indra

 



From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: den 6 oktober 2008 14:32
To: Apache AXIS C Developers List
Subject: Re: Axis2/c debug mode problem

 

You don't need to specify enable_guththila =1. You need to link axiom
against axis2_parser_guththila instead of axis2_parser.

Supun.. 

On Mon, Oct 6, 2008 at 5:27 PM, [EMAIL PROTECTED] wrote:

Okay, I have added the projects axis2_parser_guththila and guththila. I
also need to add enable_guththila =1 in the preprocessor settings, don't
I?

 

 

/Indra

 



From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: den 6 oktober 2008 11:54


To: Apache AXIS C Developers List
Subject: Re: Axis2/c debug mode problem

 

Please try to build with Guththila and you will be able to know for sure
what is the cause of the problem.

Supun.

On Mon, Oct 6, 2008 at 2:48 PM, [EMAIL PROTECTED] wrote:

I tried to clean and build but I still have the same problem. I checked
and all the axis-dlls are compiled in debug but I think the problem has
to do with my libxml2. Do you know where I can find a libxml2.dll that
is compiled for debug?

 

/Indra

 



From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: den 4 oktober 2008 06:00
To: Apache AXIS C Developers List
Subject: Re: Axis2/c debug mode problem

 

Usually this happens due to DLL conflicts. Try to clean everything build
again. I usually clean everything manually and build again when this
happens.

Supun.

On Fri, Oct 3, 2008 at 7:36 PM, [EMAIL PROTECTED] wrote:

Hi again!

I have compiled axis2/c using the axis2c.sln in release mode which works
fine.

I want to compile it in debug mode but it's not working. I get this
error message when I debug: 

 

Windows has triggered a breakpoint in axis2_http_server.exe.

This may be due to a corruption of the heap, which indicates a bug in
axis2_http_server.exe or any of the DLLs it has loaded.

This may also be due to the user pressing F12 while
axis2_http_server.exe has focus.

The output window may have more diagnostic information.

 

And this when I try to run it:

 

Debug Assertion Failed!

Program: ...s2c-src-1.5.0\ides\axis2c\deploy\bin\axis2_httpserver.exe

File: f:\dd\vctools\crt_bld\self_x86\crt\src\dbgheap.c

Line:1317

 

Expression: _CrtIsValidHeapPointer(pUserData)

 

For information on how your program can cause an assertion failure, see
the Visual C++ documentation on asserts. 

 

I have attached a screen shot of the heap...

 

Can you help me?

 

/Indra

 

 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Software Engineer, WSO2 Inc
http://wso2.org




-- 
Software Engineer, WSO2 Inc
http://wso2.org




-- 
Software Engineer, WSO2 Inc
http://wso2.org



RE: Axis2/c debug mode problem

2008-10-06 Thread indra.sharma
I'm sorry if I have been a little unclear about the problem, I don't
believe there is a bug in libxml2. I think that there is a problem
because memory is being allocated for libxml2 that is in release but is
freed in debug. Since my project is in debug I believe there is a
conflict with my libxml2... 

 

/Indra

 



From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: den 6 oktober 2008 15:31
To: Apache AXIS C Developers List
Subject: Re: Axis2/c debug mode problem

 

The chances are very small to a bug like this to be in libxml2 as it is
a very well tested and widely used XML library. If there is a problem
with the XML layer most probably that is in the axis2_parser or Axiom
layers. I'm unaware of a location for libxml2 debug library. The best
option may be to build it in Windows. But if you are using Guththila
these debugging problems won't occur as Guththila is part of Axis2/C.

Supun..

On Mon, Oct 6, 2008 at 6:22 PM, [EMAIL PROTECTED] wrote:

How can I know what is the problem as you indicated in the mail below? 

My guess is that it has to do with the libxml2.dll but where can I find
it for debug?

 

/Indra

 



From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 

Sent: den 6 oktober 2008 11:54

To: Apache AXIS C Developers List
Subject: Re: Axis2/c debug mode problem

 

Please try to build with Guththila and you will be able to know for sure
what is the cause of the problem.

Supun.

On Mon, Oct 6, 2008 at 2:48 PM, [EMAIL PROTECTED] wrote:

I tried to clean and build but I still have the same problem. I checked
and all the axis-dlls are compiled in debug but I think the problem has
to do with my libxml2. Do you know where I can find a libxml2.dll that
is compiled for debug?

 

/Indra

 



From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: den 4 oktober 2008 06:00
To: Apache AXIS C Developers List
Subject: Re: Axis2/c debug mode problem

 

Usually this happens due to DLL conflicts. Try to clean everything build
again. I usually clean everything manually and build again when this
happens.

Supun.

On Fri, Oct 3, 2008 at 7:36 PM, [EMAIL PROTECTED] wrote:

Hi again!

I have compiled axis2/c using the axis2c.sln in release mode which works
fine.

I want to compile it in debug mode but it's not working. I get this
error message when I debug: 

 

Windows has triggered a breakpoint in axis2_http_server.exe.

This may be due to a corruption of the heap, which indicates a bug in
axis2_http_server.exe or any of the DLLs it has loaded.

This may also be due to the user pressing F12 while
axis2_http_server.exe has focus.

The output window may have more diagnostic information.

 

And this when I try to run it:

 

Debug Assertion Failed!

Program: ...s2c-src-1.5.0\ides\axis2c\deploy\bin\axis2_httpserver.exe

File: f:\dd\vctools\crt_bld\self_x86\crt\src\dbgheap.c

Line:1317

 

Expression: _CrtIsValidHeapPointer(pUserData)

 

For information on how your program can cause an assertion failure, see
the Visual C++ documentation on asserts. 

 

I have attached a screen shot of the heap...

 

Can you help me?

 

/Indra

 

 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Software Engineer, WSO2 Inc
http://wso2.org




-- 
Software Engineer, WSO2 Inc
http://wso2.org




-- 
Software Engineer, WSO2 Inc
http://wso2.org



RE: Axis2/c debug mode problem

2008-10-06 Thread indra.sharma
Thanks!

It's now working =)

 

/Indra

 



From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: den 6 oktober 2008 15:41
To: Apache AXIS C Developers List
Subject: Re: Axis2/c debug mode problem

 

When you use libxml2 you need to define the AXIS2_LIBXML2_ENABLED
pre-processor directive in the axiom project. I think this is the cause
of this error. I realized this only when I go though the code.

Supun.

On Mon, Oct 6, 2008 at 6:31 PM, Supun Kamburugamuva [EMAIL PROTECTED]
wrote:

The chances are very small to a bug like this to be in libxml2 as it is
a very well tested and widely used XML library. If there is a problem
with the XML layer most probably that is in the axis2_parser or Axiom
layers. I'm unaware of a location for libxml2 debug library. The best
option may be to build it in Windows. But if you are using Guththila
these debugging problems won't occur as Guththila is part of Axis2/C.

Supun..

 

On Mon, Oct 6, 2008 at 6:22 PM, [EMAIL PROTECTED] wrote:

How can I know what is the problem as you indicated in the mail below? 

My guess is that it has to do with the libxml2.dll but where can I find
it for debug?

 

/Indra

 



From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 

Sent: den 6 oktober 2008 11:54

To: Apache AXIS C Developers List
Subject: Re: Axis2/c debug mode problem

 

Please try to build with Guththila and you will be able to know for sure
what is the cause of the problem.

Supun.

On Mon, Oct 6, 2008 at 2:48 PM, [EMAIL PROTECTED] wrote:

I tried to clean and build but I still have the same problem. I checked
and all the axis-dlls are compiled in debug but I think the problem has
to do with my libxml2. Do you know where I can find a libxml2.dll that
is compiled for debug?

 

/Indra

 



From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] 
Sent: den 4 oktober 2008 06:00
To: Apache AXIS C Developers List
Subject: Re: Axis2/c debug mode problem

 

Usually this happens due to DLL conflicts. Try to clean everything build
again. I usually clean everything manually and build again when this
happens.

Supun.

On Fri, Oct 3, 2008 at 7:36 PM, [EMAIL PROTECTED] wrote:

Hi again!

I have compiled axis2/c using the axis2c.sln in release mode which works
fine.

I want to compile it in debug mode but it's not working. I get this
error message when I debug: 

 

Windows has triggered a breakpoint in axis2_http_server.exe.

This may be due to a corruption of the heap, which indicates a bug in
axis2_http_server.exe or any of the DLLs it has loaded.

This may also be due to the user pressing F12 while
axis2_http_server.exe has focus.

The output window may have more diagnostic information.

 

And this when I try to run it:

 

Debug Assertion Failed!

Program: ...s2c-src-1.5.0\ides\axis2c\deploy\bin\axis2_httpserver.exe

File: f:\dd\vctools\crt_bld\self_x86\crt\src\dbgheap.c

Line:1317

 

Expression: _CrtIsValidHeapPointer(pUserData)

 

For information on how your program can cause an assertion failure, see
the Visual C++ documentation on asserts. 

 

I have attached a screen shot of the heap...

 

Can you help me?

 

/Indra

 

 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Software Engineer, WSO2 Inc
http://wso2.org




-- 
Software Engineer, WSO2 Inc
http://wso2.org




-- 
Software Engineer, WSO2 Inc
http://wso2.org




-- 
Software Engineer, WSO2 Inc
http://wso2.org



SV: Axis2/c source in VS

2008-09-19 Thread indra.sharma
Here are the *.vcproj and axis2c.sln
Let me know if there is anything else you need.


/Indra

-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: to 2008-09-18 16:22
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
 
Yes, That would be nice.

Supun..

On Thu, Sep 18, 2008 at 7:00 PM, [EMAIL PROTECTED] wrote:

 Btw, du you want me to send you my axis2c.sln for VS2008?

 /Indra


 -Ursprungligt meddelande-
 Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
 Skickat: to 2008-09-18 11:41
 Till: Apache AXIS C Developers List
 Ämne: Re: Axis2/c source in VS

 You are using VS 2008. We don't have any experience with VS 2008 and
 Axis2/C. When we move from VS 2003 to VS 2005 one problem that we
 encountered was the project property character set. By default it was set
 to
 unicord. But Axis2/C doesn't support uncode and uses multibye character
 set.
 After changing that everything worked well.

 Supun.

 On Thu, Sep 18, 2008 at 2:27 PM, [EMAIL PROTECTED] wrote:

  That's strange because when I was compiling the compiler was complaining
  about not beeing able to find libcur_imp.lib was missing. This was before
 I
  put enable_libcurl = 0.
 
 
  -Ursprungligt meddelande-
  Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
  Skickat: to 2008-09-18 11:25
  Till: Apache AXIS C Developers List
  Ämne: Re: Axis2/c source in VS
 
  AFAIK what you did doesn't have any effect. By default libcul is
 disabled.
  If you want to enable libcurl you need to define the preprocessor
 directive
  AXIS2_LIBCURL_ENABLED. You can check weather you are linking to libcurl
 by
  using the depends.exe that comes with VS.
 
  Supun..
 
  On Thu, Sep 18, 2008 at 2:15 PM, [EMAIL PROTECTED] wrote:
 
   It might also be good to know that I have enable_libcurl = 0 in NR2. I
  did
   it by adding enable_libcurl =0 in my preprocessor settings and removing
   libcurl_imp from properties - Linker - Input - additional
  dependencies.
  
   /Indra
  
  
   -Ursprungligt meddelande-
   Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
   Skickat: to 2008-09-18 11:05
   Till: Apache AXIS C Developers List
   Ämne: Re: Axis2/c source in VS
  
   Did you try to run the NR2 from the command line?
  
   On Thu, Sep 18, 2008 at 2:00 PM, [EMAIL PROTECTED] wrote:
  
Yes, I have it in the lib folder.
   
I have 2 axis2_http_server.exe, one that is working and one that is
 not
working.
The one that is working i compiled with the instructions from the
  webpage
with nmake and that .exe runs fine and i will call it NR1. The one I
  have
compiled in VS is the one with an .exe that's not starting and I will
   call
it NR2. I tried to exchange just axutil.dll generated for NR1 with
 the
axutil.dll for NR2 and then NR1s' server (.exe) runs fine. So I guess
   that
something is wrong generating the axutil.dll...
   
/Indra
   
-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: to 2008-09-18 10:50
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
   
Sorry I have misspelled the axis2_http_sender.dll as
axis2_http_library.dll.
Do you have the axis2_http_sender.dll?
   
Supun..
   
On Thu, Sep 18, 2008 at 1:40 PM, [EMAIL PROTECTED] wrote:
   
 I have tried to build it in VS and it works, no compiling errors.
 The
 problem is when I try to run the .exe that is generated. I have
  OpenSSL
 installed and the axis2c lib-files.

 When I compile and run from the comand promt with nmake (as
 described
   on
 the webpage but without libcurl, enable_libcurl=0) it works and the
   .exe
 starts, but I need to get it working using VS environment. I don't
  have
any
 library called axis2_http_library.dll in any project, not the one
   working
 nor the one I'm having trouble with...


 -Ursprungligt meddelande-
 Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
 Skickat: to 2008-09-18 10:38
 Till: Apache AXIS C Developers List
 Ämne: Re: Axis2/c source in VS

 Try to build the visual studio solution again and see what is the
   error.
 You
 need OpenSLL installed and configured for building the sender from
  the
 visual studio. You need OpenSSL include files and library files
   included
 for
 the axis2_http_sender project.

 Supun.



 On Thu, Sep 18, 2008 at 1:22 PM, [EMAIL PROTECTED] wrote:

  Hi Supun!
  Thank you for your reply.
  I've checked for the library named axis2_http_library but I can't
   find
 one.
  It seems I don't have it but I don't know why, do you?
 
 
 
  /Indra
 
 
  -Ursprungligt meddelande-
  Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
  Skickat: on 2008-09-17 18:25
  Till: Apache AXIS C Developers List
  Ämne: Re: 

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
Hi Supun!
Thank you for your reply.
I've checked for the library named axis2_http_library but I can't find one. It 
seems I don't have it but I don't know why, do you?



/Indra


-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: on 2008-09-17 18:25
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
 
Also please make sure that the axis2_http_sender.dll is in the lib folder of
Axis2/C build.

Supun..

On Wed, Sep 17, 2008 at 8:47 PM, Supun Kamburugamuva [EMAIL PROTECTED]wrote:

 I think the problem is with the axis2_http_library.dll. Please make sure
 that all the libraries that are linked to this dll are in the PATH.

 Supun..


 On Wed, Sep 17, 2008 at 7:58 PM, Supun Kamburugamuva [EMAIL PROTECTED]wrote:

 Did you set the working directory? If you are running from the VS solution
 you should set the current working directory.

 Supun.

 On Wed, Sep 17, 2008 at 7:39 PM, [EMAIL PROTECTED] wrote:

 Hello,
 I'm trying to compile axis2/c in Visual Studios (2008) (using axis2c.sln)
 and it works out well in both release (and debug mode). I'm only using these
 projects: axutil, axis2_parser, axiom, neethi, axis2_engine,
 axis2_http_sender, axis2_httpreceiver, axis2_http_server, axis2_mod_addr.
 I'm having trouble to start the server.

 When I try to run the server wich was compiled in release mode it doesn't
 start and the log sais:pu


 [Wed Sep 17 16:16:20 2008] [info]  Starting Axis2 HTTP server
 [Wed Sep 17 16:16:20 2008] [info]  Apache Axis2/C version in use : 1.5.0
 [Wed Sep 17 16:16:20 2008] [info]  Server port : 9090
 [Wed Sep 17 16:16:20 2008] [info]  Repo location : ../
 [Wed Sep 17 16:16:20 2008] [info]  Read Timeout : 6 ms
 [Wed Sep 17 16:16:20 2008] [debug]
 ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
 *request_uri_based_dispatcher added to the index 0 of the phase Transport
 [Wed Sep 17 16:16:20 2008] [debug]
 ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
 *addressing_based_dispatcher added to the index 1 of the phase Transport
 [Wed Sep 17 16:16:20 2008] [debug]
 ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t *rest_dispatcher
 added to the index 0 of the phase Dispatch
 [Wed Sep 17 16:16:20 2008] [debug]
 ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
 *soap_message_body_based_dispatcher added to the index 1 of the phase
 Dispatch
 [Wed Sep 17 16:16:20 2008] [debug]
 ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
 *soap_action_based_dispatcher added to the index 2 of the phase Dispatch
 [Wed Sep 17 16:16:20 2008] [debug]
 ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
 *dispatch_post_conditions_evaluator added to the index 0 of the phase
 PostDispatch
 [Wed Sep 17 16:16:20 2008] [debug]
 ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t *context_handler
 added to the index 1 of the phase PostDispatch
 [Wed Sep 17 16:16:20 2008] [debug]
 ..\..\..\..\src\core\deployment\conf_builder.c(233) No custom dispatching
 order found. Continue with the default dispatching order
 [Wed Sep 17 16:16:20 2008] [debug]
 ..\..\..\..\src\core\deployment\conf_builder.c(378) Module addressing found
 in axis2.xml
 [Wed Sep 17 16:16:20 2008] [error]
 ..\..\..\..\util\src\class_loader.c(167) Loading shared library
 ..//lib/axis2_http_sender.dll  Failed. DLERROR IS DLL Load Error 126: T
 [Wed Sep 17 16:16:20 2008] [error]
 ..\..\..\..\src\core\deployment\conf_builder.c(898) Transport sender is NULL
 for transport http, unable to continue
 [Wed Sep 17 16:16:20 2008] [error]
 ..\..\..\..\src\core\deployment\conf_builder.c(261) Processing transport
 senders failed, unable to continue
 [Wed Sep 17 16:16:20 2008] [error]
 ..\..\..\..\src\core\deployment\dep_engine.c(752) Populating Axis2
 Configuration failed
 [Wed Sep 17 16:16:20 2008] [error]
 ..\..\..\..\src\core\deployment\conf_init.c(64) Loading deployment engine
 failed for repository ../.
 [Wed Sep 17 16:16:20 2008] [error]
 ..\..\..\..\src\core\transport\http\receiver\http_receiver.c(127) unable to
 create private configuration contextfor repo path ../
 [Wed Sep 17 16:16:20 2008] [error]
 ..\..\..\..\src\core\transport\http\server\simple_axis2_server\http_server_main.c(215)
 Server creation failed: Error code: 101 :: Failed in creating DLL




 I have tested to fix this and then discovered that something seems to be
 wrong with the axutil.dll...
 Does anyone know what might be wrong?

 Sincerely
 Indra Sharma


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 --
 Software Engineer, WSO2 Inc
 http://wso2.com




 --
 Software Engineer, WSO2 Inc
 http://wso2.com




-- 
Software Engineer, WSO2 Inc
http://wso2.com

winmail.dat-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
I have tried to build it in VS and it works, no compiling errors. The problem 
is when I try to run the .exe that is generated. I have OpenSSL installed and 
the axis2c lib-files. 

When I compile and run from the comand promt with nmake (as described on the 
webpage but without libcurl, enable_libcurl=0) it works and the .exe starts, 
but I need to get it working using VS environment. I don't have any library 
called axis2_http_library.dll in any project, not the one working nor the one 
I'm having trouble with...


-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: to 2008-09-18 10:38
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
 
Try to build the visual studio solution again and see what is the error. You
need OpenSLL installed and configured for building the sender from the
visual studio. You need OpenSSL include files and library files included for
the axis2_http_sender project.

Supun.



On Thu, Sep 18, 2008 at 1:22 PM, [EMAIL PROTECTED] wrote:

 Hi Supun!
 Thank you for your reply.
 I've checked for the library named axis2_http_library but I can't find one.
 It seems I don't have it but I don't know why, do you?



 /Indra


 -Ursprungligt meddelande-
 Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
 Skickat: on 2008-09-17 18:25
 Till: Apache AXIS C Developers List
 Ämne: Re: Axis2/c source in VS

 Also please make sure that the axis2_http_sender.dll is in the lib folder
 of
 Axis2/C build.

 Supun..

 On Wed, Sep 17, 2008 at 8:47 PM, Supun Kamburugamuva [EMAIL PROTECTED]
 wrote:

  I think the problem is with the axis2_http_library.dll. Please make sure
  that all the libraries that are linked to this dll are in the PATH.
 
  Supun..
 
 
  On Wed, Sep 17, 2008 at 7:58 PM, Supun Kamburugamuva [EMAIL PROTECTED]
 wrote:
 
  Did you set the working directory? If you are running from the VS
 solution
  you should set the current working directory.
 
  Supun.
 
  On Wed, Sep 17, 2008 at 7:39 PM, [EMAIL PROTECTED] wrote:
 
  Hello,
  I'm trying to compile axis2/c in Visual Studios (2008) (using
 axis2c.sln)
  and it works out well in both release (and debug mode). I'm only using
 these
  projects: axutil, axis2_parser, axiom, neethi, axis2_engine,
  axis2_http_sender, axis2_httpreceiver, axis2_http_server,
 axis2_mod_addr.
  I'm having trouble to start the server.
 
  When I try to run the server wich was compiled in release mode it
 doesn't
  start and the log sais:pu
 
 
  [Wed Sep 17 16:16:20 2008] [info]  Starting Axis2 HTTP server
  [Wed Sep 17 16:16:20 2008] [info]  Apache Axis2/C version in use :
 1.5.0
  [Wed Sep 17 16:16:20 2008] [info]  Server port : 9090
  [Wed Sep 17 16:16:20 2008] [info]  Repo location : ../
  [Wed Sep 17 16:16:20 2008] [info]  Read Timeout : 6 ms
  [Wed Sep 17 16:16:20 2008] [debug]
  ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
  *request_uri_based_dispatcher added to the index 0 of the phase
 Transport
  [Wed Sep 17 16:16:20 2008] [debug]
  ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
  *addressing_based_dispatcher added to the index 1 of the phase
 Transport
  [Wed Sep 17 16:16:20 2008] [debug]
  ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
 *rest_dispatcher
  added to the index 0 of the phase Dispatch
  [Wed Sep 17 16:16:20 2008] [debug]
  ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
  *soap_message_body_based_dispatcher added to the index 1 of the phase
  Dispatch
  [Wed Sep 17 16:16:20 2008] [debug]
  ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
  *soap_action_based_dispatcher added to the index 2 of the phase
 Dispatch
  [Wed Sep 17 16:16:20 2008] [debug]
  ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
  *dispatch_post_conditions_evaluator added to the index 0 of the phase
  PostDispatch
  [Wed Sep 17 16:16:20 2008] [debug]
  ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
 *context_handler
  added to the index 1 of the phase PostDispatch
  [Wed Sep 17 16:16:20 2008] [debug]
  ..\..\..\..\src\core\deployment\conf_builder.c(233) No custom
 dispatching
  order found. Continue with the default dispatching order
  [Wed Sep 17 16:16:20 2008] [debug]
  ..\..\..\..\src\core\deployment\conf_builder.c(378) Module addressing
 found
  in axis2.xml
  [Wed Sep 17 16:16:20 2008] [error]
  ..\..\..\..\util\src\class_loader.c(167) Loading shared library
  ..//lib/axis2_http_sender.dll  Failed. DLERROR IS DLL Load Error 126: T
  [Wed Sep 17 16:16:20 2008] [error]
  ..\..\..\..\src\core\deployment\conf_builder.c(898) Transport sender is
 NULL
  for transport http, unable to continue
  [Wed Sep 17 16:16:20 2008] [error]
  ..\..\..\..\src\core\deployment\conf_builder.c(261) Processing
 transport
  senders failed, unable to continue
  [Wed Sep 17 16:16:20 2008] [error]
  ..\..\..\..\src\core\deployment\dep_engine.c(752) Populating Axis2
  Configuration failed
  [Wed Sep 17 16:16:20 2008] [error]
  

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
Yes, I have it in the lib folder. 

I have 2 axis2_http_server.exe, one that is working and one that is not working.
The one that is working i compiled with the instructions from the webpage with 
nmake and that .exe runs fine and i will call it NR1. The one I have compiled 
in VS is the one with an .exe that's not starting and I will call it NR2. I 
tried to exchange just axutil.dll generated for NR1 with the axutil.dll for NR2 
and then NR1s' server (.exe) runs fine. So I guess that something is wrong 
generating the axutil.dll...

/Indra

-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: to 2008-09-18 10:50
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
 
Sorry I have misspelled the axis2_http_sender.dll as axis2_http_library.dll.
Do you have the axis2_http_sender.dll?

Supun..

On Thu, Sep 18, 2008 at 1:40 PM, [EMAIL PROTECTED] wrote:

 I have tried to build it in VS and it works, no compiling errors. The
 problem is when I try to run the .exe that is generated. I have OpenSSL
 installed and the axis2c lib-files.

 When I compile and run from the comand promt with nmake (as described on
 the webpage but without libcurl, enable_libcurl=0) it works and the .exe
 starts, but I need to get it working using VS environment. I don't have any
 library called axis2_http_library.dll in any project, not the one working
 nor the one I'm having trouble with...


 -Ursprungligt meddelande-
 Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
 Skickat: to 2008-09-18 10:38
 Till: Apache AXIS C Developers List
 Ämne: Re: Axis2/c source in VS

 Try to build the visual studio solution again and see what is the error.
 You
 need OpenSLL installed and configured for building the sender from the
 visual studio. You need OpenSSL include files and library files included
 for
 the axis2_http_sender project.

 Supun.



 On Thu, Sep 18, 2008 at 1:22 PM, [EMAIL PROTECTED] wrote:

  Hi Supun!
  Thank you for your reply.
  I've checked for the library named axis2_http_library but I can't find
 one.
  It seems I don't have it but I don't know why, do you?
 
 
 
  /Indra
 
 
  -Ursprungligt meddelande-
  Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
  Skickat: on 2008-09-17 18:25
  Till: Apache AXIS C Developers List
  Ämne: Re: Axis2/c source in VS
 
  Also please make sure that the axis2_http_sender.dll is in the lib folder
  of
  Axis2/C build.
 
  Supun..
 
  On Wed, Sep 17, 2008 at 8:47 PM, Supun Kamburugamuva [EMAIL PROTECTED]
  wrote:
 
   I think the problem is with the axis2_http_library.dll. Please make
 sure
   that all the libraries that are linked to this dll are in the PATH.
  
   Supun..
  
  
   On Wed, Sep 17, 2008 at 7:58 PM, Supun Kamburugamuva 
 [EMAIL PROTECTED]
  wrote:
  
   Did you set the working directory? If you are running from the VS
  solution
   you should set the current working directory.
  
   Supun.
  
   On Wed, Sep 17, 2008 at 7:39 PM, [EMAIL PROTECTED] wrote:
  
   Hello,
   I'm trying to compile axis2/c in Visual Studios (2008) (using
  axis2c.sln)
   and it works out well in both release (and debug mode). I'm only
 using
  these
   projects: axutil, axis2_parser, axiom, neethi, axis2_engine,
   axis2_http_sender, axis2_httpreceiver, axis2_http_server,
  axis2_mod_addr.
   I'm having trouble to start the server.
  
   When I try to run the server wich was compiled in release mode it
  doesn't
   start and the log sais:pu
  
  
   [Wed Sep 17 16:16:20 2008] [info]  Starting Axis2 HTTP server
   [Wed Sep 17 16:16:20 2008] [info]  Apache Axis2/C version in use :
  1.5.0
   [Wed Sep 17 16:16:20 2008] [info]  Server port : 9090
   [Wed Sep 17 16:16:20 2008] [info]  Repo location : ../
   [Wed Sep 17 16:16:20 2008] [info]  Read Timeout : 6 ms
   [Wed Sep 17 16:16:20 2008] [debug]
   ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
   *request_uri_based_dispatcher added to the index 0 of the phase
  Transport
   [Wed Sep 17 16:16:20 2008] [debug]
   ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
   *addressing_based_dispatcher added to the index 1 of the phase
  Transport
   [Wed Sep 17 16:16:20 2008] [debug]
   ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
  *rest_dispatcher
   added to the index 0 of the phase Dispatch
   [Wed Sep 17 16:16:20 2008] [debug]
   ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
   *soap_message_body_based_dispatcher added to the index 1 of the phase
   Dispatch
   [Wed Sep 17 16:16:20 2008] [debug]
   ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
   *soap_action_based_dispatcher added to the index 2 of the phase
  Dispatch
   [Wed Sep 17 16:16:20 2008] [debug]
   ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
   *dispatch_post_conditions_evaluator added to the index 0 of the phase
   PostDispatch
   [Wed Sep 17 16:16:20 2008] [debug]
   ..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
  *context_handler
   

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
Yes, I tried to run it from the command prompt


-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: to 2008-09-18 11:05
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
 
Did you try to run the NR2 from the command line?

On Thu, Sep 18, 2008 at 2:00 PM, [EMAIL PROTECTED] wrote:

 Yes, I have it in the lib folder.

 I have 2 axis2_http_server.exe, one that is working and one that is not
 working.
 The one that is working i compiled with the instructions from the webpage
 with nmake and that .exe runs fine and i will call it NR1. The one I have
 compiled in VS is the one with an .exe that's not starting and I will call
 it NR2. I tried to exchange just axutil.dll generated for NR1 with the
 axutil.dll for NR2 and then NR1s' server (.exe) runs fine. So I guess that
 something is wrong generating the axutil.dll...

 /Indra

 -Ursprungligt meddelande-
 Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
 Skickat: to 2008-09-18 10:50
 Till: Apache AXIS C Developers List
 Ämne: Re: Axis2/c source in VS

 Sorry I have misspelled the axis2_http_sender.dll as
 axis2_http_library.dll.
 Do you have the axis2_http_sender.dll?

 Supun..

 On Thu, Sep 18, 2008 at 1:40 PM, [EMAIL PROTECTED] wrote:

  I have tried to build it in VS and it works, no compiling errors. The
  problem is when I try to run the .exe that is generated. I have OpenSSL
  installed and the axis2c lib-files.
 
  When I compile and run from the comand promt with nmake (as described on
  the webpage but without libcurl, enable_libcurl=0) it works and the .exe
  starts, but I need to get it working using VS environment. I don't have
 any
  library called axis2_http_library.dll in any project, not the one working
  nor the one I'm having trouble with...
 
 
  -Ursprungligt meddelande-
  Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
  Skickat: to 2008-09-18 10:38
  Till: Apache AXIS C Developers List
  Ämne: Re: Axis2/c source in VS
 
  Try to build the visual studio solution again and see what is the error.
  You
  need OpenSLL installed and configured for building the sender from the
  visual studio. You need OpenSSL include files and library files included
  for
  the axis2_http_sender project.
 
  Supun.
 
 
 
  On Thu, Sep 18, 2008 at 1:22 PM, [EMAIL PROTECTED] wrote:
 
   Hi Supun!
   Thank you for your reply.
   I've checked for the library named axis2_http_library but I can't find
  one.
   It seems I don't have it but I don't know why, do you?
  
  
  
   /Indra
  
  
   -Ursprungligt meddelande-
   Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
   Skickat: on 2008-09-17 18:25
   Till: Apache AXIS C Developers List
   Ämne: Re: Axis2/c source in VS
  
   Also please make sure that the axis2_http_sender.dll is in the lib
 folder
   of
   Axis2/C build.
  
   Supun..
  
   On Wed, Sep 17, 2008 at 8:47 PM, Supun Kamburugamuva 
 [EMAIL PROTECTED]
   wrote:
  
I think the problem is with the axis2_http_library.dll. Please make
  sure
that all the libraries that are linked to this dll are in the PATH.
   
Supun..
   
   
On Wed, Sep 17, 2008 at 7:58 PM, Supun Kamburugamuva 
  [EMAIL PROTECTED]
   wrote:
   
Did you set the working directory? If you are running from the VS
   solution
you should set the current working directory.
   
Supun.
   
On Wed, Sep 17, 2008 at 7:39 PM, [EMAIL PROTECTED] wrote:
   
Hello,
I'm trying to compile axis2/c in Visual Studios (2008) (using
   axis2c.sln)
and it works out well in both release (and debug mode). I'm only
  using
   these
projects: axutil, axis2_parser, axiom, neethi, axis2_engine,
axis2_http_sender, axis2_httpreceiver, axis2_http_server,
   axis2_mod_addr.
I'm having trouble to start the server.
   
When I try to run the server wich was compiled in release mode it
   doesn't
start and the log sais:pu
   
   
[Wed Sep 17 16:16:20 2008] [info]  Starting Axis2 HTTP server
[Wed Sep 17 16:16:20 2008] [info]  Apache Axis2/C version in use :
   1.5.0
[Wed Sep 17 16:16:20 2008] [info]  Server port : 9090
[Wed Sep 17 16:16:20 2008] [info]  Repo location : ../
[Wed Sep 17 16:16:20 2008] [info]  Read Timeout : 6 ms
[Wed Sep 17 16:16:20 2008] [debug]
..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
*request_uri_based_dispatcher added to the index 0 of the phase
   Transport
[Wed Sep 17 16:16:20 2008] [debug]
..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
*addressing_based_dispatcher added to the index 1 of the phase
   Transport
[Wed Sep 17 16:16:20 2008] [debug]
..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
   *rest_dispatcher
added to the index 0 of the phase Dispatch
[Wed Sep 17 16:16:20 2008] [debug]
..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
*soap_message_body_based_dispatcher added to the index 1 of the
 phase
Dispatch
[Wed Sep 

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
It might also be good to know that I have enable_libcurl = 0 in NR2. I did it 
by adding enable_libcurl =0 in my preprocessor settings and removing 
libcurl_imp from properties - Linker - Input - additional dependencies.

/Indra


-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: to 2008-09-18 11:05
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
 
Did you try to run the NR2 from the command line?

On Thu, Sep 18, 2008 at 2:00 PM, [EMAIL PROTECTED] wrote:

 Yes, I have it in the lib folder.

 I have 2 axis2_http_server.exe, one that is working and one that is not
 working.
 The one that is working i compiled with the instructions from the webpage
 with nmake and that .exe runs fine and i will call it NR1. The one I have
 compiled in VS is the one with an .exe that's not starting and I will call
 it NR2. I tried to exchange just axutil.dll generated for NR1 with the
 axutil.dll for NR2 and then NR1s' server (.exe) runs fine. So I guess that
 something is wrong generating the axutil.dll...

 /Indra

 -Ursprungligt meddelande-
 Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
 Skickat: to 2008-09-18 10:50
 Till: Apache AXIS C Developers List
 Ämne: Re: Axis2/c source in VS

 Sorry I have misspelled the axis2_http_sender.dll as
 axis2_http_library.dll.
 Do you have the axis2_http_sender.dll?

 Supun..

 On Thu, Sep 18, 2008 at 1:40 PM, [EMAIL PROTECTED] wrote:

  I have tried to build it in VS and it works, no compiling errors. The
  problem is when I try to run the .exe that is generated. I have OpenSSL
  installed and the axis2c lib-files.
 
  When I compile and run from the comand promt with nmake (as described on
  the webpage but without libcurl, enable_libcurl=0) it works and the .exe
  starts, but I need to get it working using VS environment. I don't have
 any
  library called axis2_http_library.dll in any project, not the one working
  nor the one I'm having trouble with...
 
 
  -Ursprungligt meddelande-
  Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
  Skickat: to 2008-09-18 10:38
  Till: Apache AXIS C Developers List
  Ämne: Re: Axis2/c source in VS
 
  Try to build the visual studio solution again and see what is the error.
  You
  need OpenSLL installed and configured for building the sender from the
  visual studio. You need OpenSSL include files and library files included
  for
  the axis2_http_sender project.
 
  Supun.
 
 
 
  On Thu, Sep 18, 2008 at 1:22 PM, [EMAIL PROTECTED] wrote:
 
   Hi Supun!
   Thank you for your reply.
   I've checked for the library named axis2_http_library but I can't find
  one.
   It seems I don't have it but I don't know why, do you?
  
  
  
   /Indra
  
  
   -Ursprungligt meddelande-
   Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
   Skickat: on 2008-09-17 18:25
   Till: Apache AXIS C Developers List
   Ämne: Re: Axis2/c source in VS
  
   Also please make sure that the axis2_http_sender.dll is in the lib
 folder
   of
   Axis2/C build.
  
   Supun..
  
   On Wed, Sep 17, 2008 at 8:47 PM, Supun Kamburugamuva 
 [EMAIL PROTECTED]
   wrote:
  
I think the problem is with the axis2_http_library.dll. Please make
  sure
that all the libraries that are linked to this dll are in the PATH.
   
Supun..
   
   
On Wed, Sep 17, 2008 at 7:58 PM, Supun Kamburugamuva 
  [EMAIL PROTECTED]
   wrote:
   
Did you set the working directory? If you are running from the VS
   solution
you should set the current working directory.
   
Supun.
   
On Wed, Sep 17, 2008 at 7:39 PM, [EMAIL PROTECTED] wrote:
   
Hello,
I'm trying to compile axis2/c in Visual Studios (2008) (using
   axis2c.sln)
and it works out well in both release (and debug mode). I'm only
  using
   these
projects: axutil, axis2_parser, axiom, neethi, axis2_engine,
axis2_http_sender, axis2_httpreceiver, axis2_http_server,
   axis2_mod_addr.
I'm having trouble to start the server.
   
When I try to run the server wich was compiled in release mode it
   doesn't
start and the log sais:pu
   
   
[Wed Sep 17 16:16:20 2008] [info]  Starting Axis2 HTTP server
[Wed Sep 17 16:16:20 2008] [info]  Apache Axis2/C version in use :
   1.5.0
[Wed Sep 17 16:16:20 2008] [info]  Server port : 9090
[Wed Sep 17 16:16:20 2008] [info]  Repo location : ../
[Wed Sep 17 16:16:20 2008] [info]  Read Timeout : 6 ms
[Wed Sep 17 16:16:20 2008] [debug]
..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
*request_uri_based_dispatcher added to the index 0 of the phase
   Transport
[Wed Sep 17 16:16:20 2008] [debug]
..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
*addressing_based_dispatcher added to the index 1 of the phase
   Transport
[Wed Sep 17 16:16:20 2008] [debug]
..\..\..\..\src\core\engine\phase.c(121) axis2_handler_t
   *rest_dispatcher
added to the index 0 of the phase Dispatch
[Wed Sep 17 

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
This it what it says:

DWMAPI.DLL Error opening file. The system cannot find the file specified(2)

Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export 
function in a delay-load dependent module.


The other files seem to be ok...




-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: to 2008-09-18 11:14
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
 
You can verify weather there is something wrong with the DLLs by usign
depends.exe tool. Try to load the axis2_http_server.exe from depends and see
if everything is ok.

Supun..

On Thu, Sep 18, 2008 at 2:06 PM, [EMAIL PROTECTED] wrote:

 Yes, I tried to run it from the command prompt


 -Ursprungligt meddelande-
 Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
 Skickat: to 2008-09-18 11:05
 Till: Apache AXIS C Developers List
 Ämne: Re: Axis2/c source in VS

 Did you try to run the NR2 from the command line?

 On Thu, Sep 18, 2008 at 2:00 PM, [EMAIL PROTECTED] wrote:

  Yes, I have it in the lib folder.
 
  I have 2 axis2_http_server.exe, one that is working and one that is not
  working.
  The one that is working i compiled with the instructions from the webpage
  with nmake and that .exe runs fine and i will call it NR1. The one I have
  compiled in VS is the one with an .exe that's not starting and I will
 call
  it NR2. I tried to exchange just axutil.dll generated for NR1 with the
  axutil.dll for NR2 and then NR1s' server (.exe) runs fine. So I guess
 that
  something is wrong generating the axutil.dll...
 
  /Indra
 
  -Ursprungligt meddelande-
  Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
  Skickat: to 2008-09-18 10:50
  Till: Apache AXIS C Developers List
  Ämne: Re: Axis2/c source in VS
 
  Sorry I have misspelled the axis2_http_sender.dll as
  axis2_http_library.dll.
  Do you have the axis2_http_sender.dll?
 
  Supun..
 
  On Thu, Sep 18, 2008 at 1:40 PM, [EMAIL PROTECTED] wrote:
 
   I have tried to build it in VS and it works, no compiling errors. The
   problem is when I try to run the .exe that is generated. I have OpenSSL
   installed and the axis2c lib-files.
  
   When I compile and run from the comand promt with nmake (as described
 on
   the webpage but without libcurl, enable_libcurl=0) it works and the
 .exe
   starts, but I need to get it working using VS environment. I don't have
  any
   library called axis2_http_library.dll in any project, not the one
 working
   nor the one I'm having trouble with...
  
  
   -Ursprungligt meddelande-
   Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
   Skickat: to 2008-09-18 10:38
   Till: Apache AXIS C Developers List
   Ämne: Re: Axis2/c source in VS
  
   Try to build the visual studio solution again and see what is the
 error.
   You
   need OpenSLL installed and configured for building the sender from the
   visual studio. You need OpenSSL include files and library files
 included
   for
   the axis2_http_sender project.
  
   Supun.
  
  
  
   On Thu, Sep 18, 2008 at 1:22 PM, [EMAIL PROTECTED] wrote:
  
Hi Supun!
Thank you for your reply.
I've checked for the library named axis2_http_library but I can't
 find
   one.
It seems I don't have it but I don't know why, do you?
   
   
   
/Indra
   
   
-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: on 2008-09-17 18:25
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
   
Also please make sure that the axis2_http_sender.dll is in the lib
  folder
of
Axis2/C build.
   
Supun..
   
On Wed, Sep 17, 2008 at 8:47 PM, Supun Kamburugamuva 
  [EMAIL PROTECTED]
wrote:
   
 I think the problem is with the axis2_http_library.dll. Please make
   sure
 that all the libraries that are linked to this dll are in the PATH.

 Supun..


 On Wed, Sep 17, 2008 at 7:58 PM, Supun Kamburugamuva 
   [EMAIL PROTECTED]
wrote:

 Did you set the working directory? If you are running from the VS
solution
 you should set the current working directory.

 Supun.

 On Wed, Sep 17, 2008 at 7:39 PM, [EMAIL PROTECTED]
 wrote:

 Hello,
 I'm trying to compile axis2/c in Visual Studios (2008) (using
axis2c.sln)
 and it works out well in both release (and debug mode). I'm only
   using
these
 projects: axutil, axis2_parser, axiom, neethi, axis2_engine,
 axis2_http_sender, axis2_httpreceiver, axis2_http_server,
axis2_mod_addr.
 I'm having trouble to start the server.

 When I try to run the server wich was compiled in release mode it
doesn't
 start and the log sais:pu


 [Wed Sep 17 16:16:20 2008] [info]  Starting Axis2 HTTP server
 [Wed Sep 17 16:16:20 2008] [info]  Apache Axis2/C version in use
 :
1.5.0
 [Wed Sep 17 

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
Hi!
I tried changing the settings for the axutil setting it from unicode to 
multi-byte character set and now the .exe starts. Do you know why this is?

Anyways, thanks a lot for you time and help =)

/Indra

-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: to 2008-09-18 11:25
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
 
AFAIK what you did doesn't have any effect. By default libcul is disabled.
If you want to enable libcurl you need to define the preprocessor directive
AXIS2_LIBCURL_ENABLED. You can check weather you are linking to libcurl by
using the depends.exe that comes with VS.

Supun..

On Thu, Sep 18, 2008 at 2:15 PM, [EMAIL PROTECTED] wrote:

 It might also be good to know that I have enable_libcurl = 0 in NR2. I did
 it by adding enable_libcurl =0 in my preprocessor settings and removing
 libcurl_imp from properties - Linker - Input - additional dependencies.

 /Indra


 -Ursprungligt meddelande-
 Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
 Skickat: to 2008-09-18 11:05
 Till: Apache AXIS C Developers List
 Ämne: Re: Axis2/c source in VS

 Did you try to run the NR2 from the command line?

 On Thu, Sep 18, 2008 at 2:00 PM, [EMAIL PROTECTED] wrote:

  Yes, I have it in the lib folder.
 
  I have 2 axis2_http_server.exe, one that is working and one that is not
  working.
  The one that is working i compiled with the instructions from the webpage
  with nmake and that .exe runs fine and i will call it NR1. The one I have
  compiled in VS is the one with an .exe that's not starting and I will
 call
  it NR2. I tried to exchange just axutil.dll generated for NR1 with the
  axutil.dll for NR2 and then NR1s' server (.exe) runs fine. So I guess
 that
  something is wrong generating the axutil.dll...
 
  /Indra
 
  -Ursprungligt meddelande-
  Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
  Skickat: to 2008-09-18 10:50
  Till: Apache AXIS C Developers List
  Ämne: Re: Axis2/c source in VS
 
  Sorry I have misspelled the axis2_http_sender.dll as
  axis2_http_library.dll.
  Do you have the axis2_http_sender.dll?
 
  Supun..
 
  On Thu, Sep 18, 2008 at 1:40 PM, [EMAIL PROTECTED] wrote:
 
   I have tried to build it in VS and it works, no compiling errors. The
   problem is when I try to run the .exe that is generated. I have OpenSSL
   installed and the axis2c lib-files.
  
   When I compile and run from the comand promt with nmake (as described
 on
   the webpage but without libcurl, enable_libcurl=0) it works and the
 .exe
   starts, but I need to get it working using VS environment. I don't have
  any
   library called axis2_http_library.dll in any project, not the one
 working
   nor the one I'm having trouble with...
  
  
   -Ursprungligt meddelande-
   Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
   Skickat: to 2008-09-18 10:38
   Till: Apache AXIS C Developers List
   Ämne: Re: Axis2/c source in VS
  
   Try to build the visual studio solution again and see what is the
 error.
   You
   need OpenSLL installed and configured for building the sender from the
   visual studio. You need OpenSSL include files and library files
 included
   for
   the axis2_http_sender project.
  
   Supun.
  
  
  
   On Thu, Sep 18, 2008 at 1:22 PM, [EMAIL PROTECTED] wrote:
  
Hi Supun!
Thank you for your reply.
I've checked for the library named axis2_http_library but I can't
 find
   one.
It seems I don't have it but I don't know why, do you?
   
   
   
/Indra
   
   
-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: on 2008-09-17 18:25
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
   
Also please make sure that the axis2_http_sender.dll is in the lib
  folder
of
Axis2/C build.
   
Supun..
   
On Wed, Sep 17, 2008 at 8:47 PM, Supun Kamburugamuva 
  [EMAIL PROTECTED]
wrote:
   

 I think the problem is with the axis2_http_library.dll. Please make
   sure
 that all the libraries that are linked to this dll are in the PATH.

 Supun..


 On Wed, Sep 17, 2008 at 7:58 PM, Supun Kamburugamuva 
   [EMAIL PROTECTED]
wrote:

 Did you set the working directory? If you are running from the VS
solution
 you should set the current working directory.

 Supun.

 On Wed, Sep 17, 2008 at 7:39 PM, [EMAIL PROTECTED]
 wrote:

 Hello,
 I'm trying to compile axis2/c in Visual Studios (2008) (using
axis2c.sln)
 and it works out well in both release (and debug mode). I'm only
   using
these
 projects: axutil, axis2_parser, axiom, neethi, axis2_engine,
 axis2_http_sender, axis2_httpreceiver, axis2_http_server,
axis2_mod_addr.
 I'm having trouble to start the server.

 When I try to run the server wich was compiled in release mode it
doesn't
 start and the log sais:pu


 

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
Ok!
Thanks, just got ur mail!

/indra


-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: to 2008-09-18 11:41
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
 
You are using VS 2008. We don't have any experience with VS 2008 and
Axis2/C. When we move from VS 2003 to VS 2005 one problem that we
encountered was the project property character set. By default it was set to
unicord. But Axis2/C doesn't support uncode and uses multibye character set.
After changing that everything worked well.

Supun.

On Thu, Sep 18, 2008 at 2:27 PM, [EMAIL PROTECTED] wrote:

 That's strange because when I was compiling the compiler was complaining
 about not beeing able to find libcur_imp.lib was missing. This was before I
 put enable_libcurl = 0.


 -Ursprungligt meddelande-
 Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
 Skickat: to 2008-09-18 11:25
 Till: Apache AXIS C Developers List
 Ämne: Re: Axis2/c source in VS

 AFAIK what you did doesn't have any effect. By default libcul is disabled.
 If you want to enable libcurl you need to define the preprocessor directive
 AXIS2_LIBCURL_ENABLED. You can check weather you are linking to libcurl by
 using the depends.exe that comes with VS.

 Supun..

 On Thu, Sep 18, 2008 at 2:15 PM, [EMAIL PROTECTED] wrote:

  It might also be good to know that I have enable_libcurl = 0 in NR2. I
 did
  it by adding enable_libcurl =0 in my preprocessor settings and removing
  libcurl_imp from properties - Linker - Input - additional
 dependencies.
 
  /Indra
 
 
  -Ursprungligt meddelande-
  Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
  Skickat: to 2008-09-18 11:05
  Till: Apache AXIS C Developers List
  Ämne: Re: Axis2/c source in VS
 
  Did you try to run the NR2 from the command line?
 
  On Thu, Sep 18, 2008 at 2:00 PM, [EMAIL PROTECTED] wrote:
 
   Yes, I have it in the lib folder.
  
   I have 2 axis2_http_server.exe, one that is working and one that is not
   working.
   The one that is working i compiled with the instructions from the
 webpage
   with nmake and that .exe runs fine and i will call it NR1. The one I
 have
   compiled in VS is the one with an .exe that's not starting and I will
  call
   it NR2. I tried to exchange just axutil.dll generated for NR1 with the
   axutil.dll for NR2 and then NR1s' server (.exe) runs fine. So I guess
  that
   something is wrong generating the axutil.dll...
  
   /Indra
  
   -Ursprungligt meddelande-
   Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
   Skickat: to 2008-09-18 10:50
   Till: Apache AXIS C Developers List
   Ämne: Re: Axis2/c source in VS
  
   Sorry I have misspelled the axis2_http_sender.dll as
   axis2_http_library.dll.
   Do you have the axis2_http_sender.dll?
  
   Supun..
  
   On Thu, Sep 18, 2008 at 1:40 PM, [EMAIL PROTECTED] wrote:
  
I have tried to build it in VS and it works, no compiling errors. The
problem is when I try to run the .exe that is generated. I have
 OpenSSL
installed and the axis2c lib-files.
   
When I compile and run from the comand promt with nmake (as described
  on
the webpage but without libcurl, enable_libcurl=0) it works and the
  .exe
starts, but I need to get it working using VS environment. I don't
 have
   any
library called axis2_http_library.dll in any project, not the one
  working
nor the one I'm having trouble with...
   
   
-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: to 2008-09-18 10:38
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
   
Try to build the visual studio solution again and see what is the
  error.
You
need OpenSLL installed and configured for building the sender from
 the
visual studio. You need OpenSSL include files and library files
  included
for
the axis2_http_sender project.
   
Supun.
   
   
   
On Thu, Sep 18, 2008 at 1:22 PM, [EMAIL PROTECTED] wrote:
   
 Hi Supun!
 Thank you for your reply.
 I've checked for the library named axis2_http_library but I can't
  find
one.
 It seems I don't have it but I don't know why, do you?



 /Indra


 -Ursprungligt meddelande-
 Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
 Skickat: on 2008-09-17 18:25
 Till: Apache AXIS C Developers List
 Ämne: Re: Axis2/c source in VS

 Also please make sure that the axis2_http_sender.dll is in the lib
   folder
 of
 Axis2/C build.

 Supun..

 On Wed, Sep 17, 2008 at 8:47 PM, Supun Kamburugamuva 
   [EMAIL PROTECTED]
 wrote:


  I think the problem is with the axis2_http_library.dll. Please
 make
sure
  that all the libraries that are linked to this dll are in the
 PATH.
 
  Supun..
 
 
  On Wed, Sep 17, 2008 at 7:58 PM, Supun Kamburugamuva 
[EMAIL PROTECTED]
 wrote:
 
  

SV: Axis2/c source in VS

2008-09-18 Thread indra.sharma
Btw, du you want me to send you my axis2c.sln for VS2008?

/Indra


-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: to 2008-09-18 11:41
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
 
You are using VS 2008. We don't have any experience with VS 2008 and
Axis2/C. When we move from VS 2003 to VS 2005 one problem that we
encountered was the project property character set. By default it was set to
unicord. But Axis2/C doesn't support uncode and uses multibye character set.
After changing that everything worked well.

Supun.

On Thu, Sep 18, 2008 at 2:27 PM, [EMAIL PROTECTED] wrote:

 That's strange because when I was compiling the compiler was complaining
 about not beeing able to find libcur_imp.lib was missing. This was before I
 put enable_libcurl = 0.


 -Ursprungligt meddelande-
 Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
 Skickat: to 2008-09-18 11:25
 Till: Apache AXIS C Developers List
 Ämne: Re: Axis2/c source in VS

 AFAIK what you did doesn't have any effect. By default libcul is disabled.
 If you want to enable libcurl you need to define the preprocessor directive
 AXIS2_LIBCURL_ENABLED. You can check weather you are linking to libcurl by
 using the depends.exe that comes with VS.

 Supun..

 On Thu, Sep 18, 2008 at 2:15 PM, [EMAIL PROTECTED] wrote:

  It might also be good to know that I have enable_libcurl = 0 in NR2. I
 did
  it by adding enable_libcurl =0 in my preprocessor settings and removing
  libcurl_imp from properties - Linker - Input - additional
 dependencies.
 
  /Indra
 
 
  -Ursprungligt meddelande-
  Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
  Skickat: to 2008-09-18 11:05
  Till: Apache AXIS C Developers List
  Ämne: Re: Axis2/c source in VS
 
  Did you try to run the NR2 from the command line?
 
  On Thu, Sep 18, 2008 at 2:00 PM, [EMAIL PROTECTED] wrote:
 
   Yes, I have it in the lib folder.
  
   I have 2 axis2_http_server.exe, one that is working and one that is not
   working.
   The one that is working i compiled with the instructions from the
 webpage
   with nmake and that .exe runs fine and i will call it NR1. The one I
 have
   compiled in VS is the one with an .exe that's not starting and I will
  call
   it NR2. I tried to exchange just axutil.dll generated for NR1 with the
   axutil.dll for NR2 and then NR1s' server (.exe) runs fine. So I guess
  that
   something is wrong generating the axutil.dll...
  
   /Indra
  
   -Ursprungligt meddelande-
   Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
   Skickat: to 2008-09-18 10:50
   Till: Apache AXIS C Developers List
   Ämne: Re: Axis2/c source in VS
  
   Sorry I have misspelled the axis2_http_sender.dll as
   axis2_http_library.dll.
   Do you have the axis2_http_sender.dll?
  
   Supun..
  
   On Thu, Sep 18, 2008 at 1:40 PM, [EMAIL PROTECTED] wrote:
  
I have tried to build it in VS and it works, no compiling errors. The
problem is when I try to run the .exe that is generated. I have
 OpenSSL
installed and the axis2c lib-files.
   
When I compile and run from the comand promt with nmake (as described
  on
the webpage but without libcurl, enable_libcurl=0) it works and the
  .exe
starts, but I need to get it working using VS environment. I don't
 have
   any
library called axis2_http_library.dll in any project, not the one
  working
nor the one I'm having trouble with...
   
   
-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: to 2008-09-18 10:38
Till: Apache AXIS C Developers List
Ämne: Re: Axis2/c source in VS
   
Try to build the visual studio solution again and see what is the
  error.
You
need OpenSLL installed and configured for building the sender from
 the
visual studio. You need OpenSSL include files and library files
  included
for
the axis2_http_sender project.
   
Supun.
   
   
   
On Thu, Sep 18, 2008 at 1:22 PM, [EMAIL PROTECTED] wrote:
   
 Hi Supun!
 Thank you for your reply.
 I've checked for the library named axis2_http_library but I can't
  find
one.
 It seems I don't have it but I don't know why, do you?



 /Indra


 -Ursprungligt meddelande-
 Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
 Skickat: on 2008-09-17 18:25
 Till: Apache AXIS C Developers List
 Ämne: Re: Axis2/c source in VS

 Also please make sure that the axis2_http_sender.dll is in the lib
   folder
 of
 Axis2/C build.

 Supun..

 On Wed, Sep 17, 2008 at 8:47 PM, Supun Kamburugamuva 
   [EMAIL PROTECTED]
 wrote:


  I think the problem is with the axis2_http_library.dll. Please
 make
sure
  that all the libraries that are linked to this dll are in the
 PATH.
 
  Supun..
 
 
  On Wed, Sep 17, 2008 at 7:58 PM, Supun Kamburugamuva 
[EMAIL 

Axis2/c source in VS

2008-09-17 Thread indra.sharma
Hello,
I'm trying to compile axis2/c in Visual Studios (2008) (using axis2c.sln) and 
it works out well in both release (and debug mode). I'm only using these 
projects: axutil, axis2_parser, axiom, neethi, axis2_engine, axis2_http_sender, 
axis2_httpreceiver, axis2_http_server, axis2_mod_addr. I'm having trouble to 
start the server.

When I try to run the server wich was compiled in release mode it doesn't start 
and the log sais:

[Wed Sep 17 16:16:20 2008] [info]  Starting Axis2 HTTP server
[Wed Sep 17 16:16:20 2008] [info]  Apache Axis2/C version in use : 1.5.0
[Wed Sep 17 16:16:20 2008] [info]  Server port : 9090
[Wed Sep 17 16:16:20 2008] [info]  Repo location : ../
[Wed Sep 17 16:16:20 2008] [info]  Read Timeout : 6 ms
[Wed Sep 17 16:16:20 2008] [debug] ..\..\..\..\src\core\engine\phase.c(121) 
axis2_handler_t *request_uri_based_dispatcher added to the index 0 of the phase 
Transport
[Wed Sep 17 16:16:20 2008] [debug] ..\..\..\..\src\core\engine\phase.c(121) 
axis2_handler_t *addressing_based_dispatcher added to the index 1 of the phase 
Transport
[Wed Sep 17 16:16:20 2008] [debug] ..\..\..\..\src\core\engine\phase.c(121) 
axis2_handler_t *rest_dispatcher added to the index 0 of the phase Dispatch
[Wed Sep 17 16:16:20 2008] [debug] ..\..\..\..\src\core\engine\phase.c(121) 
axis2_handler_t *soap_message_body_based_dispatcher added to the index 1 of the 
phase Dispatch
[Wed Sep 17 16:16:20 2008] [debug] ..\..\..\..\src\core\engine\phase.c(121) 
axis2_handler_t *soap_action_based_dispatcher added to the index 2 of the phase 
Dispatch
[Wed Sep 17 16:16:20 2008] [debug] ..\..\..\..\src\core\engine\phase.c(121) 
axis2_handler_t *dispatch_post_conditions_evaluator added to the index 0 of the 
phase PostDispatch
[Wed Sep 17 16:16:20 2008] [debug] ..\..\..\..\src\core\engine\phase.c(121) 
axis2_handler_t *context_handler added to the index 1 of the phase PostDispatch
[Wed Sep 17 16:16:20 2008] [debug] 
..\..\..\..\src\core\deployment\conf_builder.c(233) No custom dispatching order 
found. Continue with the default dispatching order
[Wed Sep 17 16:16:20 2008] [debug] 
..\..\..\..\src\core\deployment\conf_builder.c(378) Module addressing found in 
axis2.xml
[Wed Sep 17 16:16:20 2008] [error] ..\..\..\..\util\src\class_loader.c(167) 
Loading shared library ..//lib/axis2_http_sender.dll  Failed. DLERROR IS DLL 
Load Error 126: T
[Wed Sep 17 16:16:20 2008] [error] 
..\..\..\..\src\core\deployment\conf_builder.c(898) Transport sender is NULL 
for transport http, unable to continue
[Wed Sep 17 16:16:20 2008] [error] 
..\..\..\..\src\core\deployment\conf_builder.c(261) Processing transport 
senders failed, unable to continue
[Wed Sep 17 16:16:20 2008] [error] 
..\..\..\..\src\core\deployment\dep_engine.c(752) Populating Axis2 
Configuration failed
[Wed Sep 17 16:16:20 2008] [error] 
..\..\..\..\src\core\deployment\conf_init.c(64) Loading deployment engine 
failed for repository ../.
[Wed Sep 17 16:16:20 2008] [error] 
..\..\..\..\src\core\transport\http\receiver\http_receiver.c(127) unable to 
create private configuration contextfor repo path ../
[Wed Sep 17 16:16:20 2008] [error] 
..\..\..\..\src\core\transport\http\server\simple_axis2_server\http_server_main.c(215)
 Server creation failed: Error code: 101 :: Failed in creating DLL




I have tested to fix this and then discovered that something seems to be wrong 
with the axutil.dll...
Does anyone know what might be wrong?

Sincerely
Indra Sharma 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



SV: Problems with axis2c source

2008-09-11 Thread indra.sharma
Thanks!

/Indra


-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: to 2008-09-11 07:02
Till: Apache AXIS C Developers List
Ämne: Re: Problems with axis2c source
 
I'm using curl-7.15.1.

Supun..

On Wed, Sep 10, 2008 at 7:27 PM, [EMAIL PROTECTED] wrote:

 Thank you very much for your quick reply!
 It seems (like you said) that I'm missing the curl-files (curl.h). I
 downloaded curl-7.19.0 but it seems to be a different version than the one
 neededdo you know what version of curl I should use?

 Thank you for your time

 /Indra Sharma


 -Ursprungligt meddelande-
 Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
 Skickat: on 2008-09-10 12:01
 Till: Apache AXIS C Developers List
 Ämne: Re: Problems with axis2c source

 It seems that axis2_http_sender is failed to load. Please check weather
 this
 file is in the Path. If axis2_http_sender is in the Path make sure that all
 the dependent libraries of the axis2_http_sender is in the path. For
 example
 if you build with OpenSSL, these libraries should be in the path. You can
 easily done this by using depends.exe in windows and ldd command in Linux.

 Supun..

 On Wed, Sep 10, 2008 at 2:47 PM, [EMAIL PROTECTED] wrote:

  Hello!
  I have installed axis2c latest release binary dist. and it works well =
  but what I really want is to use the source distr. I have compiled the =
  source but the server doesn't start. I have tested to switch the lib =
  files from the src-lib to the bin-lib (just to see if the src-lib files =
  are ok) and it works for all files except with the axis2_http_sender.dll
 =
  (from the src-lib). Has anyone encountered this problem before? I have =
  compiled the source following the instructions on the axis2c web site.=20
 
  This is my log file for the source dist.:
 
  [Mon Sep 08 14:17:33 2008] [info]  Starting Axis2 HTTP server
  [Mon Sep 08 14:17:33 2008] [info]  Apache Axis2/C version in use : 1.5.0
  [Mon Sep 08 14:17:33 2008] [info]  Server port : 9090
  [Mon Sep 08 14:17:33 2008] [info]  Repo location : ../
  [Mon Sep 08 14:17:33 2008] [info]  Read Timeout : 6 ms
  [Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
  axis2_handler_t *request_uri_based_dispatcher added to the index 0 of =
  the phase Transport
  [Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
  axis2_handler_t *addressing_based_dispatcher added to the index 1 of the
 =
  phase Transport
  [Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
  axis2_handler_t *rest_dispatcher added to the index 0 of the phase =
  Dispatch
  [Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
  axis2_handler_t *soap_message_body_based_dispatcher added to the index 1
 =
  of the phase Dispatch
  [Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
  axis2_handler_t *soap_action_based_dispatcher added to the index 2 of =
  the phase Dispatch
  [Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
  axis2_handler_t *dispatch_post_conditions_evaluator added to the index 0
 =
  of the phase PostDispatch
  [Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
  axis2_handler_t *context_handler added to the index 1 of the phase =
  PostDispatch
  [Mon Sep 08 14:17:33 2008] [debug] =
  ..\..\src\core\deployment\conf_builder.c(233) No custom dispatching =
  order found. Continue with the default dispatching order
  [Mon Sep 08 14:17:33 2008] [debug] =
  ..\..\src\core\deployment\conf_builder.c(378) Module addressing found in
 =
  axis2.xml
  [Mon Sep 08 14:17:33 2008] [error] =
  ..\..\src\core\deployment\conf_builder.c(898) Transport sender is NULL =
  for transport http, unable to continue
  [Mon Sep 08 14:17:33 2008] [error] =
  ..\..\src\core\deployment\conf_builder.c(261) Processing transport =
  senders failed, unable to continue
  [Mon Sep 08 14:17:33 2008] [error] =
  ..\..\src\core\deployment\dep_engine.c(752) Populating Axis2 =
  Configuration failed
  [Mon Sep 08 14:17:33 2008] [error] =
  ..\..\src\core\deployment\conf_init.c(64) Loading deployment engine =
  failed for repository ../.
  [Mon Sep 08 14:17:33 2008] [error] =
  ..\..\src\core\transport\http\receiver\http_receiver.c(127) unable to =
  create private configuration contextfor repo path ../
  [Mon Sep 08 14:17:33 2008] [error] =
 
 ..\..\src\core\transport\http\server\simple_axis2_server\http_server_main=
  .c(215) Server creation failed: Error code: 133 :: XML builder done with
 =
  pulling. Pull parser cannot pull any more
 
 
  Thank you for your time
 
  Sincerely
  Indra Sharma
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 Software Engineer, WSO2 Inc


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For 

Problems with axis2c source

2008-09-10 Thread indra.sharma
Hello!
I have installed axis2c latest release binary dist. and it works well =
but what I really want is to use the source distr. I have compiled the =
source but the server doesn't start. I have tested to switch the lib =
files from the src-lib to the bin-lib (just to see if the src-lib files =
are ok) and it works for all files except with the axis2_http_sender.dll =
(from the src-lib). Has anyone encountered this problem before? I have =
compiled the source following the instructions on the axis2c web site.=20

This is my log file for the source dist.:

[Mon Sep 08 14:17:33 2008] [info]  Starting Axis2 HTTP server
[Mon Sep 08 14:17:33 2008] [info]  Apache Axis2/C version in use : 1.5.0
[Mon Sep 08 14:17:33 2008] [info]  Server port : 9090
[Mon Sep 08 14:17:33 2008] [info]  Repo location : ../
[Mon Sep 08 14:17:33 2008] [info]  Read Timeout : 6 ms
[Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
axis2_handler_t *request_uri_based_dispatcher added to the index 0 of =
the phase Transport
[Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
axis2_handler_t *addressing_based_dispatcher added to the index 1 of the =
phase Transport
[Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
axis2_handler_t *rest_dispatcher added to the index 0 of the phase =
Dispatch
[Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
axis2_handler_t *soap_message_body_based_dispatcher added to the index 1 =
of the phase Dispatch
[Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
axis2_handler_t *soap_action_based_dispatcher added to the index 2 of =
the phase Dispatch
[Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
axis2_handler_t *dispatch_post_conditions_evaluator added to the index 0 =
of the phase PostDispatch
[Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
axis2_handler_t *context_handler added to the index 1 of the phase =
PostDispatch
[Mon Sep 08 14:17:33 2008] [debug] =
..\..\src\core\deployment\conf_builder.c(233) No custom dispatching =
order found. Continue with the default dispatching order
[Mon Sep 08 14:17:33 2008] [debug] =
..\..\src\core\deployment\conf_builder.c(378) Module addressing found in =
axis2.xml
[Mon Sep 08 14:17:33 2008] [error] =
..\..\src\core\deployment\conf_builder.c(898) Transport sender is NULL =
for transport http, unable to continue
[Mon Sep 08 14:17:33 2008] [error] =
..\..\src\core\deployment\conf_builder.c(261) Processing transport =
senders failed, unable to continue
[Mon Sep 08 14:17:33 2008] [error] =
..\..\src\core\deployment\dep_engine.c(752) Populating Axis2 =
Configuration failed
[Mon Sep 08 14:17:33 2008] [error] =
..\..\src\core\deployment\conf_init.c(64) Loading deployment engine =
failed for repository ../.
[Mon Sep 08 14:17:33 2008] [error] =
..\..\src\core\transport\http\receiver\http_receiver.c(127) unable to =
create private configuration contextfor repo path ../
[Mon Sep 08 14:17:33 2008] [error] =
..\..\src\core\transport\http\server\simple_axis2_server\http_server_main=
.c(215) Server creation failed: Error code: 133 :: XML builder done with =
pulling. Pull parser cannot pull any more


Thank you for your time

Sincerely
Indra Sharma



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



SV: Problems with axis2c source

2008-09-10 Thread indra.sharma
Thank you very much for your quick reply!
It seems (like you said) that I'm missing the curl-files (curl.h). I downloaded 
curl-7.19.0 but it seems to be a different version than the one neededdo 
you know what version of curl I should use?

Thank you for your time

/Indra Sharma


-Ursprungligt meddelande-
Från: Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
Skickat: on 2008-09-10 12:01
Till: Apache AXIS C Developers List
Ämne: Re: Problems with axis2c source
 
It seems that axis2_http_sender is failed to load. Please check weather this
file is in the Path. If axis2_http_sender is in the Path make sure that all
the dependent libraries of the axis2_http_sender is in the path. For example
if you build with OpenSSL, these libraries should be in the path. You can
easily done this by using depends.exe in windows and ldd command in Linux.

Supun..

On Wed, Sep 10, 2008 at 2:47 PM, [EMAIL PROTECTED] wrote:

 Hello!
 I have installed axis2c latest release binary dist. and it works well =
 but what I really want is to use the source distr. I have compiled the =
 source but the server doesn't start. I have tested to switch the lib =
 files from the src-lib to the bin-lib (just to see if the src-lib files =
 are ok) and it works for all files except with the axis2_http_sender.dll =
 (from the src-lib). Has anyone encountered this problem before? I have =
 compiled the source following the instructions on the axis2c web site.=20

 This is my log file for the source dist.:

 [Mon Sep 08 14:17:33 2008] [info]  Starting Axis2 HTTP server
 [Mon Sep 08 14:17:33 2008] [info]  Apache Axis2/C version in use : 1.5.0
 [Mon Sep 08 14:17:33 2008] [info]  Server port : 9090
 [Mon Sep 08 14:17:33 2008] [info]  Repo location : ../
 [Mon Sep 08 14:17:33 2008] [info]  Read Timeout : 6 ms
 [Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
 axis2_handler_t *request_uri_based_dispatcher added to the index 0 of =
 the phase Transport
 [Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
 axis2_handler_t *addressing_based_dispatcher added to the index 1 of the =
 phase Transport
 [Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
 axis2_handler_t *rest_dispatcher added to the index 0 of the phase =
 Dispatch
 [Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
 axis2_handler_t *soap_message_body_based_dispatcher added to the index 1 =
 of the phase Dispatch
 [Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
 axis2_handler_t *soap_action_based_dispatcher added to the index 2 of =
 the phase Dispatch
 [Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
 axis2_handler_t *dispatch_post_conditions_evaluator added to the index 0 =
 of the phase PostDispatch
 [Mon Sep 08 14:17:33 2008] [debug] ..\..\src\core\engine\phase.c(121) =
 axis2_handler_t *context_handler added to the index 1 of the phase =
 PostDispatch
 [Mon Sep 08 14:17:33 2008] [debug] =
 ..\..\src\core\deployment\conf_builder.c(233) No custom dispatching =
 order found. Continue with the default dispatching order
 [Mon Sep 08 14:17:33 2008] [debug] =
 ..\..\src\core\deployment\conf_builder.c(378) Module addressing found in =
 axis2.xml
 [Mon Sep 08 14:17:33 2008] [error] =
 ..\..\src\core\deployment\conf_builder.c(898) Transport sender is NULL =
 for transport http, unable to continue
 [Mon Sep 08 14:17:33 2008] [error] =
 ..\..\src\core\deployment\conf_builder.c(261) Processing transport =
 senders failed, unable to continue
 [Mon Sep 08 14:17:33 2008] [error] =
 ..\..\src\core\deployment\dep_engine.c(752) Populating Axis2 =
 Configuration failed
 [Mon Sep 08 14:17:33 2008] [error] =
 ..\..\src\core\deployment\conf_init.c(64) Loading deployment engine =
 failed for repository ../.
 [Mon Sep 08 14:17:33 2008] [error] =
 ..\..\src\core\transport\http\receiver\http_receiver.c(127) unable to =
 create private configuration contextfor repo path ../
 [Mon Sep 08 14:17:33 2008] [error] =
 ..\..\src\core\transport\http\server\simple_axis2_server\http_server_main=
 .c(215) Server creation failed: Error code: 133 :: XML builder done with =
 pulling. Pull parser cannot pull any more


 Thank you for your time

 Sincerely
 Indra Sharma



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Software Engineer, WSO2 Inc

winmail.dat-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

About Axis C/C++ Final release

2008-08-28 Thread indra.sharma
Hello!
I'm looking for a FINAL version of Axis C++ with functioning src and bin. I've 
tried to find it on the web but all versions are linked to the same webpage 
with the latest release (that's not working). Does anyone know how I can find 
what I'm looking for?

Thank you for your time!

Sincerely
Indra Sharma 






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]