|
From: Leif M. <lei...@ta...> - 2010-06-18 03:14:30
|
Juan,
Thank for the information. From the screen shots, the closing of
your Swing GUI is causing the Wrapper to shutdown correct? Are you
seeing a black console window at all? I know we had issues with that
in the past, but with the default settings, I believed that they were
resolved.
Could you please set the wrapper.debug=true property and retest this?
Then send me the resulting wrapper.log file directly. Please make a
note of the time that you close your application if it is not obvious.
The Wrapper.log should let me see exactly why it is shutting down.
Thanks in advance,
Cheers,
Leif
On Fri, Jun 18, 2010 at 1:01 AM, Juan Sanchez <jsa...@pu...> wrote:
> Hi Lief, thanks for the reply.
> Wrapper version 3.3.9.0 Windows XP Java 1.6
>
> here is my wrapper.conf
>
> wrapper.java.command=java
> wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
> wrapper.java.classpath.1=dist/lib/wrappertest.jar
> wrapper.java.classpath.2=dist/lib/wrapper.jar
> wrapper.java.classpath.3=dist/lib/jna.jar
> wrapper.java.classpath.4=dist/lib/jdom.jar
> wrapper.java.classpath.5=dist/lib/mysql-connector-java-5.1.7-bin.jar
> wrapper.java.classpath.6=dist/MonitorLanCenter.jar
> wrapper.java.library.path.1=lib
> wrapper.java.additional.auto_bits=TRUE
> wrapper.java.initmemory=64
> wrapper.java.maxmemory=512
> wrapper.app.parameter.1=com.monitor.lancenter.Main
> wrapper.console.format=PM
> wrapper.console.loglevel=INFO
> wrapper.logfile=logs/wrapper.log
> wrapper.logfile.format=LPTM
> wrapper.logfile.loglevel=INFO
> wrapper.logfile.maxsize=100k
> wrapper.logfile.maxfiles=0
> wrapper.syslog.loglevel=NONE
> wrapper.ignore_sequence_gaps=TRUE
> wrapper.console.title=MonitorLanCenterServicio
> wrapper.name=MonitorLanCenterServicio
> wrapper.displayname=MonitorLanCenterServicio
> wrapper.description=MonitorLanCenterServicio
> wrapper.ntservice.dependency.1=
> wrapper.ntservice.starttype=AUTO_START
> wrapper.ntservice.interactive=TRUE
> # I aggregate the ones below 'cause I thought helped me
> wrapper.ntservice.hide_console=TRUE
> wrapper.ntservice.console=FALSE
> wrapper.ntservice.generate_console=FALSE
>
> remembering my problem. when the service runs abviously the process is un
> background and work all ok, but when the GUI appears (JFrame) I can close
> that , so if I do it the services automatically STOP. and that is my problem
> ... the service MUST NOT stop, even if the user close the GUI.
> I adjunt a screen shot of my problem to explain better.
> I hope to helped me. Thanks in advance.
>
> Juan
|