Re: resolving relative file paths (mod_axis2)

2009-04-06 Thread Supun Kamburugamuva
supu...@gmail.com wrote: I'm not that clear about your question. Generally if the info is available for mod_axis2 at start-up you can put it to conf_ctx and retrieve it when the service is invoked. Supun, I think that is EXACTLY what I need. Is there any chance there might be some

Re: resolving relative file paths (mod_axis2)

2009-04-05 Thread Sam Carleton
On Sun, Apr 5, 2009 at 11:27 PM, Supun Kamburugamuva supu...@gmail.com wrote: I'm not that clear about your question. Generally if the info is available for mod_axis2 at start-up you can put it to conf_ctx and retrieve it when the service is invoked. Supun, I think that is EXACTLY what I need

Re: bare minimum to run mod_axis2?

2009-03-08 Thread Supun Kamburugamuva
It seems you don't need to have all the dlls in the lib directory. Only transport dlls are required. You can place other dlls in the PATH. Supun On Mon, Mar 2, 2009 at 9:38 AM, Dinesh Premalal xydin...@gmail.com wrote: Supun Kamburugamuva supu...@gmail.com writes: You need modules folder,

bare minimum to run mod_axis2?

2009-03-01 Thread Sam Carleton
I am a one man ISV. I am adding Axis2/C to my software. I have mod_axis2 up and running in my own minimal install of Apache 2.2.10. The only issue is that I still have Axis2RepoPath in the httpd.conf pointing to the original deploy folder that was created when I compiled from the subversion

Re: bare minimum to run mod_axis2?

2009-03-01 Thread Supun Kamburugamuva
You need modules folder, services folder and axis2.xml Supun. On Mon, Mar 2, 2009 at 9:10 AM, Sam Carleton scarle...@miltonstreet.comwrote: I am a one man ISV. I am adding Axis2/C to my software. I have mod_axis2 up and running in my own minimal install of Apache 2.2.10. The only issue

Re: bare minimum to run mod_axis2?

2009-03-01 Thread Dinesh Premalal
Supun Kamburugamuva supu...@gmail.com writes: You need modules folder, services folder and axis2.xml I guess you might need 'lib' directory too. thanks, Dinesh

Re: Another memory leak in axis2/C - mod_axis2

2008-07-26 Thread Alex Bolgarov
On Fri, Jul 25, 2008 at 11:02 PM, Uthaiyashankar [EMAIL PROTECTED] wrote: Hi Alex, Thank you for pointing out. Yes, it is a serious memory leak. Can you create a jira in [1]. We'll fix it ASAP. How do I create a jira there? I can't find any link or button for reporting issues... Thank you,

Re: Another memory leak in axis2/C - mod_axis2

2008-07-26 Thread Subra A Narayanan
here you go = https://issues.apache.org/jira/browse/AXIS2C On Sat, Jul 26, 2008 at 10:37 AM, Alex Bolgarov [EMAIL PROTECTED] wrote: On Fri, Jul 25, 2008 at 11:02 PM, Uthaiyashankar [EMAIL PROTECTED] wrote: Hi Alex, Thank you for pointing out. Yes, it is a serious memory leak. Can you

Re: Another memory leak in axis2/C - mod_axis2

2008-07-26 Thread Subra A Narayanan
i think u do. click on the log in link on the top right corner and then u will see a link to sign up On Sat, Jul 26, 2008 at 10:50 AM, Alex Bolgarov [EMAIL PROTECTED] wrote: On Sat, Jul 26, 2008 at 10:46 AM, Subra A Narayanan [EMAIL PROTECTED] wrote: here you go =

Re: Another memory leak in axis2/C - mod_axis2

2008-07-26 Thread Alex Bolgarov
On Sat, Jul 26, 2008 at 10:56 AM, Manjula Peiris [EMAIL PROTECTED] wrote: On Sat, 2008-07-26 at 10:50 -0400, Alex Bolgarov wrote: On Sat, Jul 26, 2008 at 10:46 AM, Subra A Narayanan [EMAIL PROTECTED] wrote: here you go = https://issues.apache.org/jira/browse/AXIS2C Do I need to have an

Another memory leak in axis2/C - mod_axis2

2008-07-25 Thread Alex Bolgarov
Hi, I found another serious memory leak in the mod_axis2. Using the SVN's version of the Axis2/C, in the file src/core/transport/http/server/apache2/mod_axis2.c in the function axis2_handler(): at the very beginning of the function there are two function calls: apr_allocator_create

Re: Another memory leak in axis2/C - mod_axis2

2008-07-25 Thread Uthaiyashankar
Hi Alex, Thank you for pointing out. Yes, it is a serious memory leak. Can you create a jira in [1]. We'll fix it ASAP. Regards, Shankar [1] https://issues.apache.org/jira/browse/AXIS2C Alex Bolgarov wrote: Hi, I found another serious memory leak in the mod_axis2. Using the SVN's version

Re: Another memory leak in axis2/C - mod_axis2

2008-07-25 Thread Manjula Peiris
Hi Alex, Thanks for pointing this out. And there are some other places in that code which need to be fixed. Thanks, -Manjula. On Fri, 2008-07-25 at 17:16 -0400, Alex Bolgarov wrote: Hi, I found another serious memory leak in the mod_axis2. Using the SVN's version of the Axis2/C

Re: Loading mod_axis2.so module into Apache

2008-07-17 Thread Supun Kamburugamuva
it is supposed to work if I use the Axis2C binary distribution? 1. Unzip the binary to a location, 2. Copy the mod_axis2.so to the Apache module directory. 3. Set the LoadModule and the Axis2RepoPath in httpd.conf Restart the Apache server. -Rajika And it should have nothing to do

Re: Loading mod_axis2.so module into Apache

2008-07-17 Thread Samisa Abeysinghe
the libmod_axis2.so, embeds into this library the pathes to the other Axis2/C libraries so, when I copy the mod_axis2.so into the Apache modules directory on the same machine, it finds them using those embedded pathes? Thank you, alex. On Wed, Jul 16, 2008 at 3:28 PM, lahiru gunathilake [EMAIL PROTECTED

Re: Loading mod_axis2.so module into Apache

2008-07-17 Thread Samisa Abeysinghe
. Copy the mod_axis2.so to the Apache module directory. 3. Set the LoadModule and the Axis2RepoPath in httpd.conf Restart the Apache server. -Rajika And it should have nothing to do with environment variables settings (other then possible LD_LIBRARY_PATH) because

Re: Loading mod_axis2.so module into Apache

2008-07-17 Thread Supun Kamburugamuva
to a location, 2. Copy the mod_axis2.so to the Apache module directory. 3. Set the LoadModule and the Axis2RepoPath in httpd.conf Restart the Apache server. -Rajika And it should have nothing to do with environment variables settings (other then possible

Re: Loading mod_axis2.so module into Apache

2008-07-17 Thread John Mocho
to a location, 2. Copy the mod_axis2.so to the Apache module directory. 3. Set the LoadModule and the Axis2RepoPath in httpd.conf Restart the Apache server. -Rajika And it should have nothing to do with environment variables settings (other then possible

Re: Loading mod_axis2.so module into Apache

2008-07-17 Thread Alex Bolgarov
Hi, Thank you to all who replied. We managed to make it work either by setting LD_LIBRARY_PATH value to the lib directory in the axis repository before starting Apache or by adding path to the lib directory of the repository into the /etc/ld.so.conf file and running ldconfig. Using envvars file

Re: Loading mod_axis2.so module into Apache

2008-07-17 Thread Samisa Abeysinghe
tools at all. So I can't compile the Axis2/C on it. Then, how it is supposed to work if I use the Axis2C binary distribution? 1. Unzip the binary to a location, 2. Copy the mod_axis2.so to the Apache module directory

Re: Loading mod_axis2.so module into Apache

2008-07-16 Thread lahiru gunathilake
PROTECTED] wrote: Hi, How do you load a mod_axis2.so module into the Apache when you copy the Axis2/C libraries to some directory - for example, when you are using the binary Axis2/C distribution, or just build Axis2/C from source on one machine (and installed itto some directory

Re: Loading mod_axis2.so module into Apache

2008-07-16 Thread lahiru gunathilake
to recompile Axis2C on your server machine and create libmod_axis2.so otherwise previously compiled library won't work on the server machine. Regards Lahiru On Thu, Jul 17, 2008 at 12:03 AM, Alex Bolgarov [EMAIL PROTECTED] wrote: Hi, How do you load a mod_axis2.so module into the Apache when

Re: Loading mod_axis2.so module into Apache

2008-07-16 Thread Alex Bolgarov
where I compile the Axis2C. Does the linker, when it builds the libmod_axis2.so, embeds into this library the pathes to the other Axis2/C libraries so, when I copy the mod_axis2.so into the Apache modules directory on the same machine, it finds them using those embedded pathes? Thank you, alex

Re: Loading mod_axis2.so module into Apache

2008-07-16 Thread Rajika Kumarasiri
On Thu, Jul 17, 2008 at 12:03 AM, Alex Bolgarov [EMAIL PROTECTED] wrote: Hi, How do you load a mod_axis2.so module into the Apache when you copy the Axis2/C libraries to some directory Apache load mod_axis2 using the path in Axis2/c Loadmodule directives.( LoadModule axis2_module

Re: Loading mod_axis2.so module into Apache

2008-07-16 Thread Rajika Kumarasiri
, 2. Copy the mod_axis2.so to the Apache module directory. 3. Set the LoadModule and the Axis2RepoPath in httpd.conf Restart the Apache server. -Rajika And it should have nothing to do with environment variables settings (other then possible LD_LIBRARY_PATH) because Apache can't load

Reload mod_axis2

2008-05-29 Thread Subra A Narayanan
Hello all, I was wondering if there was a way to reload the apache axis2 module (so that it picks up config file changes like loglevel) without having to restart apache? The reason I ask this is I have other modules loaded in to apache and I want those modules to continue serving incoming

Re: Reload mod_axis2

2008-05-29 Thread Manjula Peiris
On Thu, 2008-05-29 at 15:12 -0400, Subra A Narayanan wrote: Hello all, I was wondering if there was a way to reload the apache axis2 module (so that it picks up config file changes like loglevel) without having to restart apache? The reason I ask this is I have other modules loaded in to

Re: Reload mod_axis2

2008-05-29 Thread Samisa Abeysinghe
Manjula Peiris wrote: On Thu, 2008-05-29 at 15:12 -0400, Subra A Narayanan wrote: Hello all, I was wondering if there was a way to reload the apache axis2 module (so that it picks up config file changes like loglevel) without having to restart apache? The reason I ask this is I have other

Re: Memory leak in mod_axis2?

2008-04-23 Thread Samisa Abeysinghe
Alex Bolgarov wrote: Samisa, thank you; I checked out the SVN trunk version, build it and run the test again. On the server side (mod_axis2) there is no more memory leaks: I run the test with 10 iterations, it took 4 minutes, httpd process memory usage is stable and is not increasing

Re: Memory leak in mod_axis2?

2008-04-16 Thread Dinesh Premalal
Hi, Other solution may be we could define AXIS2_LIBXML2_DEFINED with --enable-libxml2 and modify the logic according to it. There are only 4 or 5 places that need to be changed. +1 for fixing this before 1.3.1 release. thanks, Dinesh On Wed, Apr 16, 2008 at 11:58 AM, Milinda Pathirage

Re: Memory leak in mod_axis2?

2008-04-11 Thread Samisa Abeysinghe
Milinda Pathirage wrote: Hi Alex and Samisa, This bug was caused by recent change of default parser. In the om_stax_builder.c, we previously check whether guththila is enabled and free the comment vlaue when we encounter a comment. Now guththila is default we don have

Re: Memory leak in mod_axis2?

2008-04-10 Thread Samisa Abeysinghe
Alex, In the mean time, try with libxml2 paarser. Samisa... Samisa Abeysinghe wrote: Samisa Abeysinghe wrote: Alex Bolgarov wrote: On Wed, Apr 9, 2008 at 3:36 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: In the mean time, please send the valgrind log. I did send the valgrind

Re: Memory leak in mod_axis2?

2008-04-09 Thread Alex Bolgarov
Samisa, thank you; I checked out the SVN trunk version, build it and run the test again. On the server side (mod_axis2) there is no more memory leaks: I run the test with 10 iterations, it took 4 minutes, httpd process memory usage is stable and is not increasing. But now there is a memory

Re: Memory leak in mod_axis2?

2008-04-09 Thread Samisa Abeysinghe
Alex Bolgarov wrote: Samisa, thank you; I checked out the SVN trunk version, build it and run the test again. On the server side (mod_axis2) there is no more memory leaks: I run the test with 10 iterations, it took 4 minutes, httpd process memory usage is stable and is not increasing

Re: Memory leak in mod_axis2?

2008-04-09 Thread Alex Bolgarov
On Wed, Apr 9, 2008 at 3:36 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: In the mean time, please send the valgrind log. I did send the valgrind log to the list :) - you can even see it in the marc.info archive, at the bottom of the message: http://marc.info/?l=axis-c-userm=120776918704827

Re: Memory leak in mod_axis2?

2008-04-09 Thread Samisa Abeysinghe
Alex Bolgarov wrote: On Wed, Apr 9, 2008 at 3:36 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: In the mean time, please send the valgrind log. I did send the valgrind log to the list Sorry, I missed it (was a bit sleepy at the time I replied ;) ) Looking at the log, it is a

Re: Memory leak in mod_axis2?

2008-04-08 Thread Samisa Abeysinghe
Local pools have been integrated to mod_axis2 in Axis2/C trunk. You may run the tests again and see the improved memory footprint. Samisa... Samisa Abeysinghe wrote: Alex Bolgarov wrote: On Mon, Mar 31, 2008 at 11:17 PM, Uthaiyashankar [EMAIL PROTECTED] wrote: I doubt whether

Re: Yet another cannot load mod_axis2.dll problem

2008-04-08 Thread Samisa Abeysinghe
to look into Axis C++ for a long time. Anyway, looking at the problem you have, looks like httpd cannot locate the module file. So do the following: 1. Check if mod_axis2.dll is in C:/Program Files/Apache Group/Apache2/modules/ 2. If it is already there, make sure you have added dependent dlls

Re: Yet another cannot load mod_axis2.dll problem

2008-04-04 Thread Dinesh Premalal
Hi Andre, On Fri, Apr 4, 2008 at 8:04 PM, Andre Coelho [EMAIL PROTECTED] wrote: Why you guys never answers my threads? It's the third one without answers. Please, help me. I'm new to axis! I think your question is regarding Axis-C++ , I'm not familiar with Axis-C++. Hope someone will help

Re: Yet another cannot load mod_axis2.dll problem

2008-04-04 Thread Andre Coelho
But I'm at the wright list, correct? On Fri, Apr 4, 2008 at 12:58 PM, Dinesh Premalal [EMAIL PROTECTED] wrote: Hi Andre, On Fri, Apr 4, 2008 at 8:04 PM, Andre Coelho [EMAIL PROTECTED] wrote: Why you guys never answers my threads? It's the third one without answers. Please, help me.

Re: Yet another cannot load mod_axis2.dll problem

2008-04-03 Thread Andre Coelho
By the way, I'm using the binaries. On Thu, Apr 3, 2008 at 4:20 PM, Andre Coelho [EMAIL PROTECTED] wrote: So, I'm using apache 2.0.63, Xerces 2.2.0 and Axis c++ 1.6b. My httpd looks like this on the end: LoadModule axis_module modules/mod_axis2.dll Location /axis SetHandler axis

Re: Memory leak in mod_axis2?

2008-04-02 Thread Manjula Peiris
whether it is a memory leak. When using mod_axis2, memory management is done by apache apr. Memory is released only when pools are destroyed. Memory will not be released when calling AXIS2_FREE. (axis2_module_free is implemented in mod_axis2.c:412 and it is an empty method unless

Re: Memory leak in mod_axis2?

2008-04-02 Thread Samisa Abeysinghe
Alex Bolgarov wrote: On Mon, Mar 31, 2008 at 11:17 PM, Uthaiyashankar [EMAIL PROTECTED] wrote: I doubt whether it is a memory leak. When using mod_axis2, memory management is done by apache apr. Memory is released only when pools are destroyed. Memory will not be released when calling

Re: Memory leak in mod_axis2?

2008-04-01 Thread Alex Bolgarov
On Mon, Mar 31, 2008 at 11:17 PM, Uthaiyashankar [EMAIL PROTECTED] wrote: I doubt whether it is a memory leak. When using mod_axis2, memory management is done by apache apr. Memory is released only when pools are destroyed. Memory will not be released when calling AXIS2_FREE

Re: Memory leak in mod_axis2?

2008-04-01 Thread Supun Kamburugamuva
whether it is a memory leak. When using mod_axis2, memory management is done by apache apr. Memory is released only when pools are destroyed. Memory will not be released when calling AXIS2_FREE. (axis2_module_free is implemented in mod_axis2.c:412 and it is an empty method unless

Re: Memory leak in mod_axis2?

2008-03-31 Thread Alex Bolgarov
On Sat, Mar 29, 2008 at 10:48 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Alex Bolgarov wrote: Hi again. I've just run the echo service sample within the Apache2 httpd server (with the mod_axis2 module), I used the echo client but put the send-receive into the loop

Re: Memory leak in mod_axis2?

2008-03-31 Thread Samisa Abeysinghe
Alex Bolgarov wrote: On Sat, Mar 29, 2008 at 10:48 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Alex Bolgarov wrote: Hi again. I've just run the echo service sample within the Apache2 httpd server (with the mod_axis2 module), I used the echo client but put the send-receive

Re: Memory leak in mod_axis2?

2008-03-31 Thread Uthaiyashankar
No, MaxRequstsPerClient is set to 0, and yes, I understand that I can use this to kill old children processes with accumulated memory leaks and start new fresh ones, but you know, using MaxRequestPerClient is kind of cheating :) - there should not be memory leaks in the mod_axis2 in the first

Re: Memory leak in mod_axis2?

2008-03-29 Thread Samisa Abeysinghe
Alex Bolgarov wrote: Hi again. I've just run the echo service sample within the Apache2 httpd server (with the mod_axis2 module), I used the echo client but put the send-receive into the loop with 1,000,000 iterations. What I observed, was constant increasing of the memory (both resident

Memory leak in mod_axis2?

2008-03-28 Thread Alex Bolgarov
Hi again. I've just run the echo service sample within the Apache2 httpd server (with the mod_axis2 module), I used the echo client but put the send-receive into the loop with 1,000,000 iterations. What I observed, was constant increasing of the memory (both resident and virtual, as the 'top

Re: [Axis2C] mod_axis2 service shutdown problem

2008-02-20 Thread Ben Wyckoff
: Apache AXIS C Developers List [EMAIL PROTECTED], Apache AXIS C User List axis-c-user@ws.apache.org Subject: Re: [Axis2C] mod_axis2 service shutdown problem Hi Ben, On Feb 20, 2008 1:40 AM, Ben Wyckoff [EMAIL PROTECTED] wrote: snip Has anyone else run into this issue? Is anyone trying

[Axis2C] mod_axis2 service shutdown problem

2008-02-19 Thread Ben Wyckoff
Hello, I'm experimenting with mod_axis2 in Apache 2.2.4 on Solaris 10 (I know Solaris isn't officially supported, but this appears to be a general apache2 issue.) I started with the echo service sample and started modifying it. I allocate some resources at service init time (in echo_init

Re: [Axis2C] mod_axis2 service shutdown problem

2008-02-19 Thread Dumindu Pallewela
or close file handles.) /snip This seems to be a problem with mod_axis2. Although the memory allocated with apr_pools will get free'd eventually without free functions being called, in order to free up other resources, we need to register relevant free functions to pool cleanup of a pool which has

mod_axis2 could not be loaded

2007-11-30 Thread Sunil Pandit
Hi , I am trying to deploy AXIS2/C under Apche web server . I am using version 2.0.61 . I have followed all the steps described in document however I am getting following error . Cannot load C:/Apache206/Apache2/modules/mod_axis2.dll into server: The specified procedure could not be found

Re: mod_axis2 could not be loaded

2007-11-30 Thread Subra A Narayanan
Did you build the axis2 apache module according to these instructions: http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2 axis2_http_server will work without the module but to deploy axis2 under apache, you would need the module. Subra On Nov 30, 2007 4:26 PM, Sunil Pandit [EMAIL

Cannot load mod_axis2.dll into server. The specified module could not be found.

2007-05-31 Thread Vikas Saurabh
Hi Steve, I am very new to both Web Services and Axis. I installed Axis 1.6 (the build from Aug-06), along with Apache 2.2. I guess you are installing axis on Apache 2.2. Axis module is, currently, only supported on Axis 2.0 and 1.3. thanks, Vikas

RE: Cannot load mod_axis2.dll into server. The specified module c ould not be found.

2007-03-22 Thread Steve Porter
Message- From: Dinesh Premalal [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 10:24 PM To: axis-c-user@ws.apache.org Subject: Re: Cannot load mod_axis2.dll into server. The specified module could not be found. Hi Steve, Steve Porter [EMAIL PROTECTED] writes: I am very new to both Web

Re: Cannot load mod_axis2.dll into server. The specified module could not be found.

2007-03-21 Thread Dinesh Premalal
Hi Steve, Steve Porter [EMAIL PROTECTED] writes: I am very new to both Web Services and Axis. I installed Axis 1.6 (the build from Aug-06), along with Apache 2.2. I'm bit confused, AFAIK there is no relationship between Axis 1.6 and mod_axis2.dll. Are you using axis-cpp or axis2c ? thanks

Cannot load mod_axis2.dll into server. The specified module could not be found.

2007-03-13 Thread Steve Porter
: Syntax error on line 487 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_axis2.dll into server: The specified module could not be found. At some point I determined that the mod_axis2.dll file

can not load mod_axis2.dll

2007-03-08 Thread Elke100
/Apache Software Foundation/Apache2.2/modules/mod_axis2.dll into server: The specified module could not be found. Elke -- View this message in context: http://www.nabble.com/can-not-load-mod_axis2.dll-tf3369124.html#a9374190 Sent from the Axis - C++ - User mailing list archive at Nabble.com

Re: [axis2c] unable to startup mod_axis2

2007-01-28 Thread Dinesh Premalal
Hi Mark, I can see some mistakes here, please try to correct them and run LoadModule axis2_module modules/mod_axis2.so Axis2RepoPath D:/cpp/axis2c/services Axis2RepoPath should set do $AXIS2C_HOME directory. Which is the directory your axis2.xml file and services directory should place

Re: [axis2c] unable to startup mod_axis2

2007-01-27 Thread mgt
:13:54 -0500 Von: Nabeel Yoosuf [EMAIL PROTECTED] An: Apache AXIS C User List axis-c-user@ws.apache.org Betreff: Re: [axis2c] unable to startup mod_axis2 Hi Mark, It seems that you have not set the repo path (Axis2RepoPath) correctly in httpd.conf. Axis2RepoPath D:/cpp/axis2c (in your case

Re: [axis2c] unable to startup mod_axis2

2007-01-26 Thread Nabeel Yoosuf
the correct paths in configure.in, I switched off the following parameter. (ie. set to false) APACHE_VERSION_IS_2_0_59 = 0 And copied the mod_axis2.dll to modules directory. My httpd.conf looks like as follows. LoadModule axis2_module modules\mod_axis2.dll Axis2RepoPath D:\axis2c-src-0.96

mod_axis2

2006-11-12 Thread Marc Giger
Hi, I'm trying to get mod_axis2 running. When I try to invoke a webservice e.g the echo sample I get a 500 and the following in the log file: (Sorry for the bad formatting) [Sun Nov 12 14:34:59 2006] [debug] addr_disp.c(165) Checking for operation using WSA Action : http://ws.apache.org/axis2/c

Can not load mod_axis2.dll into server

2006-10-26 Thread Song Haojie-a23023
/Apache Software Foundation/Apache2.2/modules/mod_axis2.dll intoserver: The specified module could not be found. I find there are many same questions in this site, but I haven't found an obvious answer. Cound anyone give me an answer for it? I make sure I have configuredit correctly according

RE: Axis C++ 1.6Beta fails to load mod_axis2.dll

2006-03-17 Thread John Hawkins
To Apache AXIS C User List axis-c-user@ws.apache.org cc Subject RE: Axis C++ 1.6Beta fails to load mod_axis2.dll Well, good news. While getting simpleAxisServer running, it failed due to missing dlls msvcp70.dll msvcr70.dll Putting these in c:\windows\system32 got simplesAxisServer

RE: Axis C++ 1.6Beta fails to load mod_axis2.dll

2006-03-16 Thread John Hawkins
Voellmann \(fvoellma\) [EMAIL PROTECTED] 15/03/2006 19:54 Please respond to Apache AXIS C User List axis-c-user@ws.apache.org To Apache AXIS C User List axis-c-user@ws.apache.org cc Subject RE: Axis C++ 1.6Beta fails to load mod_axis2.dll The 15-Mar nightly did the same thing

RE: Axis C++ 1.6Beta fails to load mod_axis2.dll

2006-03-16 Thread Frank Voellmann \(fvoellma\)
Well, good news.While getting simpleAxisServer running, it failed due to missing dlls msvcp70.dll msvcr70.dll Putting these in c:\windows\system32 got simplesAxisServer AND apache2 running! mod_axis2.dll loads! Thanks much for the help. -Frank PS Why aren't the webservices dlls included

Re: Axis C++ 1.6Beta fails to load mod_axis2.dll

2006-03-15 Thread John Hawkins
@ws.apache.org cc Subject Axis C++ 1.6Beta fails to load mod_axis2.dll Hi, While developing my application, I've had Axis C++ 1.5 and 1.6Beta running on Win2000 Server successfully, and 1.5 running on Win2003 Server successfully too. My final deliverable requires Axis C++ 1.6Beta (due

RE: Axis C++ 1.6Beta fails to load mod_axis2.dll

2006-03-15 Thread Frank Voellmann \(fvoellma\)
, March 15, 2006 5:34 AMTo: Apache AXIS C User ListSubject: Re: Axis C++ 1.6Beta fails to load mod_axis2.dll Could you put start-up trace on for axis please. Set an env AXISCPP_STARTUP_TRACE=logfilename The log might give you some clues "Frank Voel

RE: Axis C++ 1.6Beta fails to load mod_axis2.dll

2006-03-15 Thread John Hawkins
++ 1.6Beta fails to load mod_axis2.dll Could you put start-up trace on for axis please. Set an env AXISCPP_STARTUP_TRACE=logfilename The log might give you some clues Frank Voellmann \(fvoellma\) [EMAIL PROTECTED] 14/03/2006 20:56 Please respond to Apache AXIS C User List axis-c

RE: Axis C++ 1.6Beta fails to load mod_axis2.dll

2006-03-15 Thread Frank Voellmann \(fvoellma\)
The 15-Mar nightly did the same thing, with no trace file created. From: John Hawkins [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 11:58 AMTo: Apache AXIS C User ListSubject: RE: Axis C++ 1.6Beta fails to load mod_axis2.dll Unfortunately - I just remembered

Axis C++ 1.6Beta fails to load mod_axis2.dll

2006-03-14 Thread Frank Voellmann \(fvoellma\)
configuration has the EXACT same problem as reported by others for different combinations of OS and Axis C++ version: Syntax error on line 957 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf: Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_axis2.dll into server: The specified

Re: v1.5 on XP fails to load mod_axis2.dll

2005-09-16 Thread Peter
John Hawkins wrote: I can't remember whether reboot is still required for env vars in windows Definitely not required, as my environment changes would show up in any new shell that I launched after the changes. Note that any existing shells and programs still see the environnment prior to the

Re: v1.5 on XP fails to load mod_axis2.dll

2005-09-15 Thread Peter
Thanks to Stephane for emailing me to confirm that he has had the same troubles. He also found the main problem: The install instructions (http://ws.apache.org/axis/cpp/wininstall-guide.html) are missing a crucial instruction. Thanks for the kindness of strangers! To complete the install: =

Re: v1.5 on XP fails to load mod_axis2.dll

2005-09-15 Thread Peter
John Hawkins wrote: ... I've just trawled the code and can find no instance of AXIS_HOME being used anywhere So I removed the definition of the AXIS_HOME environment variable, rebooted, and axis still works! I'm puzzled. I was careful to shut down the apache server and exit the Apache Service

Re: v1.5 on XP fails to load mod_axis2.dll

2005-09-15 Thread Samisa Abeysinghe
We need to revisit the docs for sure. That will save time on the part of both users as well as developers. Peter wrote: John Hawkins wrote: ... I've just trawled the code and can find no instance of AXIS_HOME being used anywhere So I removed the definition of the AXIS_HOME

Re: v1.5 on XP fails to load mod_axis2.dll

2005-09-14 Thread John Hawkins
Sorry - I don't see the rest of the thread? What messages are you seeing ? Peter [EMAIL PROTECTED] wrote on 14/09/2005 15:22:43: Could someone please offer me advice on what I should do to get past my initialization failure as detailed in this thread? I am stuck. Initialization on XP

Re: [Fwd: Re: v1.5 on XP fails to load mod_axis2.dll]

2005-09-14 Thread Peter
--- Samisa Abeysinghe [EMAIL PROTECTED] wrote: Could you please capture the Request/Response messages that is passes back and forth for a sample and send it. It will take me a few days before I have time to try this. But please understand that I cannot bring up the server without using the

RE: [Fwd: Re: v1.5 on XP fails to load mod_axis2.dll]

2005-09-14 Thread Chinthana C. Dinapala
[mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 10:17 PM To: Apache AXIS C User List Subject: Re: [Fwd: Re: v1.5 on XP fails to load mod_axis2.dll] Peter wrote: Samisa Abeysinghe wrote: I would also suggest tat you also try the latest code from SVN, building it on your own

Re: v1.5 on XP fails to load mod_axis2.dll

2005-09-09 Thread not given
I repeated the install on a Win2000 machine and got exactly the same (failed) results. Please note too that (on both configurations) when I try to start the apache server from the "Apache Service Monitor" an error dialog pops up that reports: "The requested operation has failed!" Also, I am sure

v1.5 on XP fails to load mod_axis2.dll

2005-09-08 Thread not given
Problem: - Apache fails during startup (only) when the following line in httpd.conf is uncommented: LoadModule axis_module modules/mod_axis2.dll Related Problems: -- dated a few days ago: (1) http://marc.theaimsgroup.com/?l=axis-c-userm=112601466412086w=2

RE: v1.5 on XP fails to load mod_axis2.dll

2005-09-08 Thread Dushshantha Chandradasa
Hmmm, Im using Apache 2.0.54 (installed using apache_2.0.54-win32-x86-no_ssl.msi) and Axis C++ latest version checked out from SVN and built using ant in Windows XP 2002. I have my mod_axis2.dll in APACHE_HOME/modules/ folder and all other env. vars are correctly set. Apache version