|
From: Leif M. <lei...@ta...> - 2009-02-14 15:44:06
|
Sai, The problem is that the Wrapper's native DLL is not being located correctly. Without that, the wrapper loses the ability to protect the Java process from system logout events. This message should have been visible in your logs even without enabling debug output: --- INFO | jvm 1 | 2009/02/12 15:10:11 | WrapperManager: INFO | jvm 1 | 2009/02/12 15:10:11 | WrapperManager: WARNING - Unable to load the Wrapper's native library because none of the INFO | jvm 1 | 2009/02/12 15:10:11 | WrapperManager: following files: INFO | jvm 1 | 2009/02/12 15:10:11 | WrapperManager: wrapper-windows-x86-64.dll INFO | jvm 1 | 2009/02/12 15:10:11 | WrapperManager: wrapper.dll INFO | jvm 1 | 2009/02/12 15:10:11 | WrapperManager: could be located on the following java.library.path: INFO | jvm 1 | 2009/02/12 15:10:11 | WrapperManager: C:\Program Files\wrapper-delta-pack-3.3.1\lib INFO | jvm 1 | 2009/02/12 15:10:11 | WrapperManager: Please see the documentation for the wrapper.java.library.path INFO | jvm 1 | 2009/02/12 15:10:11 | WrapperManager: configuration property. INFO | jvm 1 | 2009/02/12 15:10:11 | WrapperManager: System signals will not be handled correctly. INFO | jvm 1 | 2009/02/12 15:10:11 | WrapperManager: --- The generated library path is currently set to: -Djava.library.path="C:/Program Files/wrapper-delta-pack-3.3.1\/lib" My guess is that the extra slash before the lib is what is causing your problems. Try removing that by correcting the following in your wrapper.conf: wrapper.java.library.path.1=C:/Program Files/wrapper-delta-pack-3.3.1\/lib Change to: wrapper.java.library.path.1=C:/Program Files/wrapper-delta-pack-3.3.1/lib Let me know how this works for you. Cheers, Leif On Sat, Feb 14, 2009 at 8:47 AM, Sunkavelli, Sai M (Sai)** CTR ** <sai...@al...> wrote: > Hi Leif, > > Here are the log and conf files. Please let us know why this User logged > out error is occurring. > > Thanks > -Sai > > -----Original Message----- > From: Leif Mortenson [mailto:lei...@ta...] > Sent: Wednesday, February 11, 2009 10:54 PM > To: wra...@li... > Cc: Jan, Salman (Salman) > Subject: Re: [Wrapper-user] wrapper service going down with the > followingexceptions > > Salman, > I am not able to tell exactly what is happening from what was sent. > Could you please set the wrapper.debug=true property, delete any > existing wrapper.log file, then reproduce this. Send me the resulting > wrapper.log and wrapper.conf files in entirety as attachments. I should > then be able to tell you what is happening. > > Cheers, > Leif > > On Thu, Feb 12, 2009 at 8:09 AM, Sunkavelli, Sai M (Sai)** CTR ** > <sai...@al...> wrote: >> Hi >> >> Please help with the following exception in the wrapper log and my >> java program is terminating after this error. >> >> >> INFO | wrapper | 2009/02/11 16:43:13 | User logged out. Ignored. >> INFO | wrapper | 2009/02/11 16:43:13 | User logged out. Ignored. >> STATUS | wrapper | 2009/02/11 16:43:16 | <-- Wrapper Stopped >> >> Thanks and regards >> Sai Manohar Sunkavelli. |