Stefan,
There is a known seg fault in version 3.0.2 on all unix systems. It
was a
malloc problem so it is not crashing for everyone. I am going to try and
get the 3.0.3 release with the fix out this weekend, but could you first
verify that the fix solves your problem as well. If there is another
problem
then I would like to get it fixed for this release as well.
I have placed an alpha version of 3.0.3 up on the server. Could you
please download and try it out?
http://wrapper.tanukisoftware.org/tmp/wrapper_solaris_3.0.3a.tar.gz
Pauwels Stefan wrote:
> Hello,
> When I run my application on Solaris with JRE 1.4.1_01
> and JSW 3.0.2, I get following output:
> I noticed that the wrapper process is stopped, but the JVM is still
> running.
The JVM should exit within a minute or so in the event that Wrapper
process crashes. This is only true if the WrapperManager class has
been initialized. Your main class is com.siemens.ipm.icti.IcTiMediation
so I can't tell if you are using the WrapperListener integration method or
if you are just not integrating things correctly. If the WrapperManager
class is not being initialized, then the stray JVM will probably just
continue
to run and you will have to kill it manually. This is normally not a
problem
when the Wrapper is working correctly :-)
Cheers,
Leif
|