Re: Crash on axiom_document_build_all of axis2.xml

2008-10-27 Thread Supun Kamburugamuva
Hi Carl, This is a little strange and an unexpected error. I have being using Guththila with settings like that. But it never crashed. May be there is a DLL conflict or some error like that. Supun. On Tue, Oct 28, 2008 at 1:50 AM, Lefrancois, Carl < [EMAIL PROTECTED]> wrote: > minor update: af

Re: RE : RE : early env cleanup in asynchronous mode

2008-10-27 Thread Supun Kamburugamuva
Your service DLL gets unloaded only when you free the axis2_svc_client_t Supun. On Tue, Oct 28, 2008 at 1:59 AM, Lefrancois, Carl < [EMAIL PROTECTED]> wrote: > I am (now) using the latest SVN version of Axis2/C. Unfortunately my > workstation is not equipped with a profiling tool. Maybe I can

Re: AXIS2/Java ICU BCEL Build Error

2008-10-27 Thread Samisa Abeysinghe
You are on the wrong list, you should be asking the Java list. Samisa... David Taylor (Lowell) wrote: I am trying to build AXIS2/Java version 1.4.1 but I am getting a build failure from the BCEL JarAnalyzer on the ICU 2.6.1 JAR file. I'd appreciate any suggestions on how to work past this. Tha

RE : RE : early env cleanup in asynchronous mode

2008-10-27 Thread Lefrancois, Carl
I am (now) using the latest SVN version of Axis2/C. Unfortunately my workstation is not equipped with a profiling tool. Maybe I can try a trial version of BoundsChecker or some similar windows tool. Does anyone have an idea how I can delay the unloading of my DLL until my code finishes exe

Re: Crash on axiom_document_build_all of axis2.xml

2008-10-27 Thread Lefrancois, Carl
minor update: after enabling LibXml2 there is no crash during stub creation. I have no idea why it crashes when guththila is left enabled. _ "Ce message est confidentiel, a l'usage exclusif du destinataire ci-dessus et son contenu ne represente en aucun cas un engagement de la part de AX

Crash on axiom_document_build_all of axis2.xml

2008-10-27 Thread Lefrancois, Carl
Hello all, Since updating to the latest SVN revision of Axis2/C this morning my application crashes on the call to stub_create() Further tracing reveals that this function call eventually crashes while parsing the Axis2.xml file. The only change in my Axis2.xml file is the following line: Her

AXIS2/Java ICU BCEL Build Error

2008-10-27 Thread David Taylor (Lowell)
I am trying to build AXIS2/Java version 1.4.1 but I am getting a build failure from the BCEL JarAnalyzer on the ICU 2.6.1 JAR file. I'd appreciate any suggestions on how to work past this. Thanks, -David K. Taylor [INFO] Executed tasks [INFO] [install:install] [INFO] Installing /cavins-vm1/Buil

RE : RE : early env cleanup in asynchronous mode

2008-10-27 Thread Lefrancois, Carl
The changelog file has version 1.3.0 as the latest and the file dates from july 2008. I have spent the morning working on getting the latest SVN revision up and running on my workstation. So far the new version is crashing on the following call: stub = axis2_stub_create_MyService() This may

Re: RE : early env cleanup in asynchronous mode

2008-10-27 Thread Manjula Peiris
What is the Axis2/C version you are using ? Can you ran the client through a memory profiling tool like valgrind and sent us the traces? On Mon, 2008-10-27 at 10:14 -0400, Lefrancois, Carl wrote: > Thanks for your reply, Supun > > I am hesitant to raise a Jira right away for two reasons: my ve

RE : early env cleanup in asynchronous mode

2008-10-27 Thread Lefrancois, Carl
Thanks for your reply, Supun I am hesitant to raise a Jira right away for two reasons: my version of Axis2/C is a few months old and I believe this behaviour may be right, and it is me who is calling the wrong function. Are we sure there is a bug here? Has anyone on the list made a client whic