|
From: Leif M. <le...@ta...> - 2006-07-10 07:45:01
|
Jaison, The problem is that your libwrapper.so file is not being found. The signal trapping features require that this native library be present. There should have been a message in the wrapper.log file even without enabling debug output. Cheers, Leif maria jaison wrote: > Hi Leif, > I did uncommenting the line IGNORE_SIGNALS=true. > But still the problem(Logout stops daemon) exist. I > attached log files with this mail. Could you please > check it and help me to come out of this problem. > > Thanks and Regards > Jaison > > > > >> Jaison, >> I have seen problems on Solaris where processes >> with sometimes get >> TERM signals. >> That let me to implement the IGNORE_SIGNALS >feature >> > .several versions back. > >> In the sh script that comes with the wrapper, simply >> uncomment the >> following line: >> > >#IGNORE_SIGNALS=true > > > If you are still seeing problems after doing so, > >> set the >> > >wrapper.debug=true property > >and then post back with the contents of your > >> wrapper.log file. >> > > Cheers, > Leif > |