|
From: Sunkavelli, S. M \(Sai\)** C. ** <sai...@al...> - 2009-02-19 19:44:30
|
Hi Leif, I changed the path and removed the additional '\' in the path as you suggested below and still we have the problem. Here is the log file with the error, could you please let us know why this is happening. Thanks -Sai -----Original Message----- From: Leif Mortenson [mailto:lei...@ta...] Sent: Saturday, February 14, 2009 10:44 AM To: wra...@li... Cc: Jan, Salman (Salman) Subject: Re: [Wrapper-user] wrapper service going down with thefollowingexceptions 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. ------------------------------------------------------------------------ ------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Wrapper-user mailing list Wra...@li... https://lists.sourceforge.net/lists/listinfo/wrapper-user |