On 1/9/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
Jean-Sebastien Delfino wrote: > Simon Laws wrote: >> I'm trying to run up the Axis2C server configured with C++/SCA from >> svn. The >> server crashes on start up having reported the following debug... >> >> C:\simon\apps\axis2c-bin-0.95-win32\bin>axis2_http_server.exe -l 4 >> 7656:6784 >> tuscany::sca::util::ThreadLocal::~ThreadLocal >> 7656:6784 << tuscany::sca::util::ThreadLocal::~ThreadLocal >> 7656:6784 >> tuscany::sca::util::Mutex::~Mutex >> 7656:6784 << tuscany::sca::util::Mutex::~Mutex >> >> I remember seeing a few threading type emails flying past. Is the >> current >> code in svn OK. If so I'll get it in the debugger and dig further. >> >> Thanks >> >> Simon >> > > Simon, > > I recently added some code to allow SCA runtime to be used in the > multithreaded environment (important on Windows as on Windows Httpd > runs multithreaded), but I have not be running into any startup > crashes. The log you've included here simply shows that the server is > going down, and doing so invokes the destructors of two static objects > (a ThreadLocal and a Mutex). > > Do you have any more context from your debugging session that could > help us understand what's crashing the server? > Simon, I tried Axis2c 0.94, 0.95 and 0.96 on Windows and they all work for me. Is your environment set up like we usually set it up in our runwsserver.bat files? -- Jean-Sebastien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jean-Sebastien
Thanks for that. At least I know it's my set up and not a more general program. I'll investigate. Regards Simon
