<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-13978</id>
	<title>Nabble - Java Service Wrapper</title>
	<updated>2009-12-16T09:17:08Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Java-Service-Wrapper-f13978.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Java-Service-Wrapper-f13978.html" />
	<subtitle type="html">&lt;a href=&quot;http://wrapper.tanukisoftware.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Java Service Wrapper&lt;/a&gt;&amp;nbsp;is a configurable tool which allows Java applications to be installed and controlled like native NT or Unix services. Includes fault correction software to automatically restart crashed or frozen JVMs. Critical when app is needed 24x7. Built for flexibility</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26814955</id>
	<title>Re: killing jboss process kills wrapper process</title>
	<published>2009-12-16T09:17:08Z</published>
	<updated>2009-12-16T09:17:08Z</updated>
	<author>
		<name>Hoa Lu</name>
	</author>
	<content type="html">Thanks Leif. &amp;nbsp;Kill -9 17197 for the example below did the trick. &amp;nbsp;The
&lt;br&gt;wrapper restarted the jboss in a second jvm.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 12/13/09 7:09 PM, &amp;quot;Leif Mortenson&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814955&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leif.mortenson@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hoa,
&lt;br&gt;&amp;gt; If you kill the JVM using &amp;quot;kill &amp;lt;NNN&amp;gt;&amp;quot; then the Java process will
&lt;br&gt;&amp;gt; receive a SIGTERM. &amp;nbsp; That is a sift kill which the JVM has the
&lt;br&gt;&amp;gt; opportunity to respond to or ignore. &amp;nbsp; See the javadocs for the
&lt;br&gt;&amp;gt; WrapperListener.controlEvent method.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wrapper.tanukisoftware.org/doc/english/javadocs.html?org/tanukisoftware&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/javadocs.html?org/tanukisoftware&lt;/a&gt;&lt;br&gt;&amp;gt; /wrapper/WrapperListener.html
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If your application decided to honor the SIGTERM request, then it will
&lt;br&gt;&amp;gt; begin the JVM/Wrapper shutdown process as you are seeing.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If you wish to simulate a JVM crash, please use &amp;quot;kill -9 &amp;lt;NNN&amp;gt;&amp;quot; to
&lt;br&gt;&amp;gt; forcibly kill the Java process. &amp;nbsp;In this case, the Wrapper will always
&lt;br&gt;&amp;gt; restart the JVM.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If you kill the Wrapper process in this way, the JVM will shut itself
&lt;br&gt;&amp;gt; down cleanly after the configured ping timeout has expired (30 seconds
&lt;br&gt;&amp;gt; by default) but nothing will be restarted.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You can also create an actual JVM crash by calling
&lt;br&gt;&amp;gt; WrapperManager.accessViolationNative()
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wrapper.tanukisoftware.org/doc/english/javadocs.html?org/tanukisoftware&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/javadocs.html?org/tanukisoftware&lt;/a&gt;&lt;br&gt;&amp;gt; /wrapper/WrapperManager.html
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Let me know if you have any more questions.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Leif
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Sat, Dec 12, 2009 at 2:38 AM, Hoa Lu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814955&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hlu@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Resending this since I¹m not sure if it went through the first time.  It
&lt;br&gt;&amp;gt;&amp;gt; didn¹t show up in the archives online.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I downloaded the wrapper and followed the instructions for Integration
&lt;br&gt;&amp;gt;&amp;gt; Method 1 using jboss.  How do I stimulate jboss jvm failure?  Whenever I try
&lt;br&gt;&amp;gt;&amp;gt; to kill the jboss process, it seems to kill the wrapper process as well.
&lt;br&gt;&amp;gt;&amp;gt;  I¹m running in a linux box.  Here is what I did:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; ps ­ef | grep jboss
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; And get :
&lt;br&gt;&amp;gt;&amp;gt; ------------------------
&lt;br&gt;&amp;gt;&amp;gt; gateway  17195     1  0 11:06 ?        00:00:00
&lt;br&gt;&amp;gt;&amp;gt; /home/gateway/jboss-5.1.0.GA/bin/./wrapper
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://jboss-5.1.0.GA/bin/./wrapper&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jboss-5.1.0.GA/bin/./wrapper&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;  /home/gateway/jboss-5.1.0.GA/bin/../conf/wrapper.conf
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://jboss-5.1.0.GA/bin/../conf/wrapper.conf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jboss-5.1.0.GA/bin/../conf/wrapper.conf&lt;/a&gt;&amp;gt;  wrapper.syslog.ident=jboss
&lt;br&gt;&amp;gt;&amp;gt; wrapper.pidfile=/home/gateway/jboss-5.1.0.GA/bin/./jboss.pid
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://jboss-5.1.0.GA/bin/./jboss.pid&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jboss-5.1.0.GA/bin/./jboss.pid&lt;/a&gt;&amp;gt;  wrapper.name &amp;lt;&lt;a href=&quot;http://wrapper.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.name&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; =jboss wrapper.displayname=JBoss Application Server wrapper.daemonize=TRUE
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; gateway  17197 17195 99 11:06 ?        00:00:22
&lt;br&gt;&amp;gt;&amp;gt; /usr/java/jdk1.6.0_11/bin/java -Dprogram.name=run.sh
&lt;br&gt;&amp;gt;&amp;gt; -Djava.library.path=../lib -classpath
&lt;br&gt;&amp;gt;&amp;gt; ../lib/wrapper.jar:./run.jar:/usr/java/jdk1.5.0_11/lib/tools.jar
&lt;br&gt;&amp;gt;&amp;gt; -Dwrapper.key=rKAoI1Pvy2FtDsh8 -Dwrapper.port=32000
&lt;br&gt;&amp;gt;&amp;gt; -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999
&lt;br&gt;&amp;gt;&amp;gt; -Dwrapper.disable_console_input=TRUE -Dwrapper.pid=17195
&lt;br&gt;&amp;gt;&amp;gt; -Dwrapper.version=3.3.9 -Dwrapper.native_library=wrapper
&lt;br&gt;&amp;gt;&amp;gt; -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1
&lt;br&gt;&amp;gt;&amp;gt; org.tanukisoftware.wrapper.WrapperSimpleApp org.jboss.Main
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; gateway  17220 15030  0 11:06 pts/2    00:00:00 grep jboss
&lt;br&gt;&amp;gt;&amp;gt; ----------------------------------
&lt;br&gt;&amp;gt;&amp;gt; ./jboss status tells me  JBoss Application Server is running (PID:17195)
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Which process can I kill to stimulate jboss going down and the wrapper will
&lt;br&gt;&amp;gt;&amp;gt; restart jboss?  I tried both 17197 or 17195, and the end result is the same,
&lt;br&gt;&amp;gt;&amp;gt; the wrapper gets killed.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; Hoa
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Wrapper-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814955&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814955&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/killing-jboss-process-kills-wrapper-process-tp26748914p26814955.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26805686</id>
	<title>Dietmar Mueller ist außer Haus.</title>
	<published>2009-12-15T19:03:21Z</published>
	<updated>2009-12-15T19:03:21Z</updated>
	<author>
		<name>Dietmar.Mueller</name>
	</author>
	<content type="html">&lt;br&gt;Ich werde ab &amp;nbsp;15.12.2009 nicht im Büro sein. Ich kehre zurück am
&lt;br&gt;28.12.2009.
&lt;br&gt;&lt;br&gt;Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.
&lt;br&gt;&lt;br&gt;In dringenden Fällen wenden Sie sich bitte bei Anfragen zu XML und SOAP an:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26805686&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;horst.glasauer@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26805686&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;michael.werlberger@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;ansonsten
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26805686&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hans.danzl@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26805686&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ivan.lun@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;danke
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26805686&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dietmar-Mueller-ist-au%C3%9Fer-Haus.-tp26805686p26805686.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26803616</id>
	<title>Re: DLPI Error running wrapper in console mode on HP-UX</title>
	<published>2009-12-15T15:15:19Z</published>
	<updated>2009-12-15T15:15:19Z</updated>
	<author>
		<name>Leif Mortenson-3</name>
	</author>
	<content type="html">Tim,
&lt;br&gt;That is an error being reported by the code used to query your system
&lt;br&gt;for a list of hostIds. &amp;nbsp;In your case you are using a development
&lt;br&gt;license so this will not cause any problems. &amp;nbsp; It is a check which
&lt;br&gt;only happens on startup so it will not affect your application once it
&lt;br&gt;is running.
&lt;br&gt;&lt;br&gt;I would like to get this cleaned up however for the next release.
&lt;br&gt;&lt;br&gt;Could you please send me the output of running &amp;quot;wrapper -h&amp;quot;? &amp;nbsp;Please
&lt;br&gt;send it to me off list to avoid making that information public.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Leif
&lt;br&gt;&lt;br&gt;On Wed, Dec 16, 2009 at 7:30 AM, Tim Whittington
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26803616&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tim.whittington@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We're getting the following error printed to the console when running
&lt;br&gt;&amp;gt; wrapper 3.3.9 in console mode on HP-UX (PA-RISC and IA64).
&lt;br&gt;&amp;gt; It doesn't appear to cause any other issues - just wondering if it's
&lt;br&gt;&amp;gt; something to worry about and/or fix.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  $ ./server.sh console
&lt;br&gt;&amp;gt; Running Orion Health Platform...
&lt;br&gt;&amp;gt; wrapper  | --&amp;gt; Wrapper Started as Console
&lt;br&gt;&amp;gt; wrapper  | Java Service Wrapper Standard Edition 64-bit 3.3.9
&lt;br&gt;&amp;gt; wrapper  |   Copyright (C) 1999-2009 Tanuki Software, Ltd.  All Rights
&lt;br&gt;&amp;gt; Reserved.
&lt;br&gt;&amp;gt; wrapper  |     &lt;a href=&quot;http://wrapper.tanukisoftware.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org&lt;/a&gt;&lt;br&gt;&amp;gt; DLPI Error (Primitive:0x0b, Errno:0x03, UnixErr:0x00)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; cheers
&lt;br&gt;&amp;gt; tim
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26803616&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DLPI-Error-running-wrapper-in-console-mode-on-HP-UX-tp26803421p26803616.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26803421</id>
	<title>DLPI Error running wrapper in console mode on HP-UX</title>
	<published>2009-12-15T14:30:23Z</published>
	<updated>2009-12-15T14:30:23Z</updated>
	<author>
		<name>Tim Whittington</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style='font-family: Times New Roman; font-size: 12pt; color: #000000'&gt;Hi&lt;br&gt;&lt;br&gt;We're getting the following error printed to the console when running wrapper 3.3.9 in console mode on HP-UX (PA-RISC and IA64).&lt;br&gt;It doesn't appear to cause any other issues - just wondering if it's something to worry about and/or fix.&lt;br&gt;&lt;br&gt;&amp;nbsp;$ ./server.sh console&lt;br&gt;Running Orion Health Platform...&lt;br&gt;wrapper&amp;nbsp; | --&amp;gt; Wrapper Started as Console&lt;br&gt;wrapper&amp;nbsp; | Java Service Wrapper Standard Edition 64-bit 3.3.9&lt;br&gt;wrapper&amp;nbsp; |&amp;nbsp;&amp;nbsp; Copyright (C) 1999-2009 Tanuki Software, Ltd.&amp;nbsp; All Rights Reserved.&lt;br&gt;wrapper&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http://wrapper.tanukisoftware.org&lt;br&gt;DLPI Error (Primitive:0x0b, Errno:0x03, UnixErr:0x00)&lt;br&gt;&lt;br&gt;cheers&lt;br&gt;tim&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Verizon Developer Community
&lt;br&gt;Take advantage of Verizon's best-in-class app development support
&lt;br&gt;A streamlined, 14 day to market process makes app distribution fast and easy
&lt;br&gt;Join now and get one step closer to millions of Verizon customers
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/verizon-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/verizon-dev2dev&lt;/a&gt;&amp;nbsp;&lt;br /&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26803421&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DLPI-Error-running-wrapper-in-console-mode-on-HP-UX-tp26803421p26803421.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26772448</id>
	<title>Re: killing jboss process kills wrapper process</title>
	<published>2009-12-13T19:09:00Z</published>
	<updated>2009-12-13T19:09:00Z</updated>
	<author>
		<name>Leif Mortenson-3</name>
	</author>
	<content type="html">Hoa,
&lt;br&gt;If you kill the JVM using &amp;quot;kill &amp;lt;NNN&amp;gt;&amp;quot; then the Java process will
&lt;br&gt;receive a SIGTERM. &amp;nbsp; That is a sift kill which the JVM has the
&lt;br&gt;opportunity to respond to or ignore. &amp;nbsp; See the javadocs for the
&lt;br&gt;WrapperListener.controlEvent method.
&lt;br&gt;&lt;a href=&quot;http://wrapper.tanukisoftware.org/doc/english/javadocs.html?org/tanukisoftware/wrapper/WrapperListener.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/javadocs.html?org/tanukisoftware/wrapper/WrapperListener.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;If your application decided to honor the SIGTERM request, then it will
&lt;br&gt;begin the JVM/Wrapper shutdown process as you are seeing.
&lt;br&gt;&lt;br&gt;If you wish to simulate a JVM crash, please use &amp;quot;kill -9 &amp;lt;NNN&amp;gt;&amp;quot; to
&lt;br&gt;forcibly kill the Java process. &amp;nbsp;In this case, the Wrapper will always
&lt;br&gt;restart the JVM.
&lt;br&gt;&lt;br&gt;If you kill the Wrapper process in this way, the JVM will shut itself
&lt;br&gt;down cleanly after the configured ping timeout has expired (30 seconds
&lt;br&gt;by default) but nothing will be restarted.
&lt;br&gt;&lt;br&gt;You can also create an actual JVM crash by calling
&lt;br&gt;WrapperManager.accessViolationNative()
&lt;br&gt;&lt;a href=&quot;http://wrapper.tanukisoftware.org/doc/english/javadocs.html?org/tanukisoftware/wrapper/WrapperManager.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/javadocs.html?org/tanukisoftware/wrapper/WrapperManager.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Let me know if you have any more questions.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Leif
&lt;br&gt;&lt;br&gt;On Sat, Dec 12, 2009 at 2:38 AM, Hoa Lu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26772448&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hlu@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Resending this since I’m not sure if it went through the first time.  It
&lt;br&gt;&amp;gt; didn’t show up in the archives online.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I downloaded the wrapper and followed the instructions for Integration
&lt;br&gt;&amp;gt; Method 1 using jboss.  How do I stimulate jboss jvm failure?  Whenever I try
&lt;br&gt;&amp;gt; to kill the jboss process, it seems to kill the wrapper process as well.
&lt;br&gt;&amp;gt;  I’m running in a linux box.  Here is what I did:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ps –ef | grep jboss
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And get :
&lt;br&gt;&amp;gt; ------------------------
&lt;br&gt;&amp;gt; gateway  17195     1  0 11:06 ?        00:00:00
&lt;br&gt;&amp;gt; /home/gateway/jboss-5.1.0.GA/bin/./wrapper
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://jboss-5.1.0.GA/bin/./wrapper&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jboss-5.1.0.GA/bin/./wrapper&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;  /home/gateway/jboss-5.1.0.GA/bin/../conf/wrapper.conf
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://jboss-5.1.0.GA/bin/../conf/wrapper.conf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jboss-5.1.0.GA/bin/../conf/wrapper.conf&lt;/a&gt;&amp;gt;  wrapper.syslog.ident=jboss
&lt;br&gt;&amp;gt; wrapper.pidfile=/home/gateway/jboss-5.1.0.GA/bin/./jboss.pid
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://jboss-5.1.0.GA/bin/./jboss.pid&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jboss-5.1.0.GA/bin/./jboss.pid&lt;/a&gt;&amp;gt;  wrapper.name &amp;lt;&lt;a href=&quot;http://wrapper.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.name&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; =jboss wrapper.displayname=JBoss Application Server wrapper.daemonize=TRUE
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; gateway  17197 17195 99 11:06 ?        00:00:22
&lt;br&gt;&amp;gt; /usr/java/jdk1.6.0_11/bin/java -Dprogram.name=run.sh
&lt;br&gt;&amp;gt; -Djava.library.path=../lib -classpath
&lt;br&gt;&amp;gt; ../lib/wrapper.jar:./run.jar:/usr/java/jdk1.5.0_11/lib/tools.jar
&lt;br&gt;&amp;gt; -Dwrapper.key=rKAoI1Pvy2FtDsh8 -Dwrapper.port=32000
&lt;br&gt;&amp;gt; -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999
&lt;br&gt;&amp;gt; -Dwrapper.disable_console_input=TRUE -Dwrapper.pid=17195
&lt;br&gt;&amp;gt; -Dwrapper.version=3.3.9 -Dwrapper.native_library=wrapper
&lt;br&gt;&amp;gt; -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1
&lt;br&gt;&amp;gt; org.tanukisoftware.wrapper.WrapperSimpleApp org.jboss.Main
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; gateway  17220 15030  0 11:06 pts/2    00:00:00 grep jboss
&lt;br&gt;&amp;gt; ----------------------------------
&lt;br&gt;&amp;gt; ./jboss status tells me  JBoss Application Server is running (PID:17195)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Which process can I kill to stimulate jboss going down and the wrapper will
&lt;br&gt;&amp;gt; restart jboss?  I tried both 17197 or 17195, and the end result is the same,
&lt;br&gt;&amp;gt; the wrapper gets killed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Hoa
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26772448&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/killing-jboss-process-kills-wrapper-process-tp26748914p26772448.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26748914</id>
	<title>killing jboss process kills wrapper process</title>
	<published>2009-12-11T09:38:43Z</published>
	<updated>2009-12-11T09:38:43Z</updated>
	<author>
		<name>Hoa Lu</name>
	</author>
	<content type="html">&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;killing jboss process kills wrapper process&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;FONT FACE=&quot;Calibri, Verdana, Helvetica, Arial&quot;&gt;&lt;SPAN STYLE='font-size:11pt'&gt;Resending this since I&amp;#8217;m not sure if it went through the first time. &amp;nbsp;It didn&amp;#8217;t show up in the archives online.&lt;BR&gt;
&lt;BR&gt;
Hi,&lt;BR&gt;
&lt;BR&gt;
I downloaded the wrapper and followed the instructions for Integration Method 1 using jboss.  How do I stimulate jboss jvm failure?  Whenever I try to kill the jboss process, it seems to kill the wrapper process as well.  I&amp;#8217;m running in a linux box.  Here is what I did: &lt;BR&gt;
&lt;BR&gt;
ps &amp;#8211;ef | grep jboss &lt;BR&gt;
&lt;BR&gt;
And get :&lt;BR&gt;
------------------------&lt;BR&gt;
gateway  17195     1  0 11:06 ?        00:00:00 /home/gateway/jboss-5.1.0.GA/bin/./wrapper &amp;lt;&lt;a href=&quot;http://jboss-5.1.0.GA/bin/./wrapper&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jboss-5.1.0.GA/bin/./wrapper&lt;/a&gt;&amp;gt; &amp;nbsp;/home/gateway/jboss-5.1.0.GA/bin/../conf/wrapper.conf &amp;lt;&lt;a href=&quot;http://jboss-5.1.0.GA/bin/../conf/wrapper.conf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jboss-5.1.0.GA/bin/../conf/wrapper.conf&lt;/a&gt;&amp;gt; &amp;nbsp;wrapper.syslog.ident=jboss wrapper.pidfile=/home/gateway/jboss-5.1.0.GA/bin/./jboss.pid &amp;lt;&lt;a href=&quot;http://jboss-5.1.0.GA/bin/./jboss.pid&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jboss-5.1.0.GA/bin/./jboss.pid&lt;/a&gt;&amp;gt; &amp;nbsp;wrapper.name &amp;lt;&lt;a href=&quot;http://wrapper.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.name&lt;/a&gt;&amp;gt; =jboss wrapper.displayname=JBoss Application Server wrapper.daemonize=TRUE&lt;BR&gt;
&lt;BR&gt;
gateway  17197 17195 99 11:06 ?        00:00:22 /usr/java/jdk1.6.0_11/bin/java -Dprogram.name=run.sh -Djava.library.path=../lib -classpath ../lib/wrapper.jar:./run.jar:/usr/java/jdk1.5.0_11/lib/tools.jar -Dwrapper.key=rKAoI1Pvy2FtDsh8 -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.disable_console_input=TRUE -Dwrapper.pid=17195 -Dwrapper.version=3.3.9 -Dwrapper.native_library=wrapper -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1 org.tanukisoftware.wrapper.WrapperSimpleApp org.jboss.Main&lt;BR&gt;
&lt;BR&gt;
gateway  17220 15030  0 11:06 pts/2    00:00:00 grep jboss&lt;BR&gt;
----------------------------------&lt;BR&gt;
./jboss status tells me  JBoss Application Server is running (PID:17195)&lt;BR&gt;
&lt;BR&gt;
Which process can I kill to stimulate jboss going down and the wrapper will restart jboss?  I tried both 17197 or 17195, and the end result is the same, the wrapper gets killed.&lt;BR&gt;
&lt;BR&gt;
Thanks,&lt;BR&gt;
Hoa&lt;BR&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;

&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26748914&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/killing-jboss-process-kills-wrapper-process-tp26748914p26748914.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26747775</id>
	<title>Re: Stopping Service before Standby?</title>
	<published>2009-12-11T08:27:01Z</published>
	<updated>2009-12-11T08:27:01Z</updated>
	<author>
		<name>Leif Mortenson-2</name>
	</author>
	<content type="html">Daniel,
&lt;br&gt;Sorry for the delay. &amp;nbsp;The Wrapper actually supports Windows POWER
&lt;br&gt;events and will fire events in the JVM to give your application a
&lt;br&gt;chance to respond to them. &amp;nbsp;Please see the WrapperServiceControlEvent
&lt;br&gt;class in javadocs for details on the events that can be processed.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://wrapper.tanukisoftware.org/doc/english/javadocs.html?org/tanukisoftware/wrapper/event/WrapperServiceControlEvent.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/javadocs.html?org/tanukisoftware/wrapper/event/WrapperServiceControlEvent.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;The various events can be handled by passing a WrapperEventListener
&lt;br&gt;instance to the WrapperManager.addWrapperEventListener(...) method.
&lt;br&gt;Please take a look at the Javacocs for details and let me know how it
&lt;br&gt;works for you or if you have any questions getting things working.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Leif
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Sat, Dec 5, 2009 at 12:15 AM, Daniel Weinand &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26747775&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mail4ng@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; is it possible to stop a Windows service before the computer enters standby?
&lt;br&gt;&amp;gt; my application is polling hardware via an virtual com port. every time the computer
&lt;br&gt;&amp;gt; wakes up the service is up and running again. but the com port is blocked by another
&lt;br&gt;&amp;gt; app instance.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i know this is not entirely related to the wrapper. but for now i have no idea
&lt;br&gt;&amp;gt; how to solve my problem. any hints?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; regards
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26747775&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stopping-Service-before-Standby--tp26643995p26747775.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26643995</id>
	<title>Stopping Service before Standby?</title>
	<published>2009-12-04T07:15:19Z</published>
	<updated>2009-12-04T07:15:19Z</updated>
	<author>
		<name>D_W</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;is it possible to stop a Windows service before the computer enters standby?
&lt;br&gt;my application is polling hardware via an virtual com port. every time the computer
&lt;br&gt;wakes up the service is up and running again. but the com port is blocked by another
&lt;br&gt;app instance.
&lt;br&gt;&lt;br&gt;i know this is not entirely related to the wrapper. but for now i have no idea
&lt;br&gt;how to solve my problem. any hints?
&lt;br&gt;&lt;br&gt;regards
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26643995&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stopping-Service-before-Standby--tp26643995p26643995.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26540636</id>
	<title>Re: Starting Swing application from Linux daemon</title>
	<published>2009-11-27T02:39:33Z</published>
	<updated>2009-11-27T02:39:33Z</updated>
	<author>
		<name>Leif Mortenson-2</name>
	</author>
	<content type="html">Molde,
&lt;br&gt;Thank you. &amp;nbsp;The java.awt.headless parameter is very useful when you
&lt;br&gt;need to run Java in an environment where it WILL be headless. &amp;nbsp;It
&lt;br&gt;makes it possible to do things like generate jpegs etc by telling Java
&lt;br&gt;not to look for the native libraries to do so.
&lt;br&gt;&lt;br&gt;In this case however, Lars is wanting to show a GUI in a Windowing
&lt;br&gt;environment from a Java process running as a daemon.
&lt;br&gt;&lt;br&gt;Thanks for the post.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Leif
&lt;br&gt;&lt;br&gt;On Thu, Nov 26, 2009 at 5:41 PM, Molde Nils Ottar
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26540636&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nils.ottar.molde@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Have You tried setting -Djava.awt.headless=true as parameter?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Lars Schnoor [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26540636&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lars.Schnoor@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: 26. november 2009 09:06
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26540636&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrapper-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: [Wrapper-user] Starting Swing application from Linux daemon
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi again
&lt;br&gt;&amp;gt; I guess since there haven't been any replies to this problem, that there
&lt;br&gt;&amp;gt; is no solution?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lars
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lars Schnoor wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi
&lt;br&gt;&amp;gt;&amp;gt; I would like to have my application which is started as a Linux daemon
&lt;br&gt;&amp;gt;&amp;gt; to present a graphical user interface to the user. The user interface is
&lt;br&gt;&amp;gt;&amp;gt; written in Java Swing.
&lt;br&gt;&amp;gt;&amp;gt; When I try to start the user interface I get an
&lt;br&gt;&amp;gt;&amp;gt; java.awt.HeadlessException:
&lt;br&gt;&amp;gt;&amp;gt; No X11 DISPLAY variable was set, but this program performed an operation
&lt;br&gt;&amp;gt;&amp;gt; which requires it.
&lt;br&gt;&amp;gt;&amp;gt; Is there a solution to this?
&lt;br&gt;&amp;gt;&amp;gt; Thanks in advance!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Lars
&lt;br&gt;&amp;gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26540636&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Swing-application-from-Linux-daemon-tp26279963p26540636.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26526530</id>
	<title>Re: Starting Swing application from Linux daemon</title>
	<published>2009-11-26T00:41:18Z</published>
	<updated>2009-11-26T00:41:18Z</updated>
	<author>
		<name>Molde Nils Ottar</name>
	</author>
	<content type="html">Have You tried setting -Djava.awt.headless=true as parameter?
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Lars Schnoor [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26526530&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lars.Schnoor@...&lt;/a&gt;] 
&lt;br&gt;Sent: 26. november 2009 09:06
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26526530&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrapper-user@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [Wrapper-user] Starting Swing application from Linux daemon
&lt;br&gt;&lt;br&gt;Hi again
&lt;br&gt;I guess since there haven't been any replies to this problem, that there 
&lt;br&gt;is no solution?
&lt;br&gt;&lt;br&gt;Lars
&lt;br&gt;&lt;br&gt;Lars Schnoor wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt; I would like to have my application which is started as a Linux daemon 
&lt;br&gt;&amp;gt; to present a graphical user interface to the user. The user interface is 
&lt;br&gt;&amp;gt; written in Java Swing.
&lt;br&gt;&amp;gt; When I try to start the user interface I get an
&lt;br&gt;&amp;gt; java.awt.HeadlessException:
&lt;br&gt;&amp;gt; No X11 DISPLAY variable was set, but this program performed an operation 
&lt;br&gt;&amp;gt; which requires it.
&lt;br&gt;&amp;gt; Is there a solution to this?
&lt;br&gt;&amp;gt; Thanks in advance!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lars
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Wrapper-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26526530&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26526530&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26526530&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Swing-application-from-Linux-daemon-tp26279963p26526530.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26526051</id>
	<title>Re: Starting Swing application from Linux daemon</title>
	<published>2009-11-26T00:36:34Z</published>
	<updated>2009-11-26T00:36:34Z</updated>
	<author>
		<name>Leif Mortenson-2</name>
	</author>
	<content type="html">Lars,
&lt;br&gt;I am very sorry for the delay on this. &amp;nbsp;I discussed this with the team
&lt;br&gt;a couple weeks ago and was under the impression it had been replied
&lt;br&gt;to.
&lt;br&gt;&lt;br&gt;The problem here is that Java decides where to display its GUI by
&lt;br&gt;looking at the DISPLAY environment variable.
&lt;br&gt;&lt;br&gt;That DISPLAY environment variable does not and can not exist when a
&lt;br&gt;daemon process is launched on startup. &amp;nbsp; It will be set in any
&lt;br&gt;environments that are created from within the X Windows environment,
&lt;br&gt;or which are set manually after the Window manager has been started.
&lt;br&gt;&lt;br&gt;If the Wrapper launches the JVM before the Window manager is launched
&lt;br&gt;and a user has logged in, then the JVM will already exist with an
&lt;br&gt;environment that does not have a DISPLAY variable.
&lt;br&gt;&lt;br&gt;It might be possible to get this working if the Wrapper sets the
&lt;br&gt;DISPLAY variable and you force a restart of the JVM whenever a user
&lt;br&gt;logs in. &amp;nbsp;I will have to test that a bit more. &amp;nbsp;Is this something that
&lt;br&gt;would make sense for your application?
&lt;br&gt;&lt;br&gt;One solution that I have seen implemented in the past is to have one
&lt;br&gt;JVM which is running as a Daemon work horse. &amp;nbsp;Then you launch a second
&lt;br&gt;JVM whenever the user logs in that is in charge of the user interface
&lt;br&gt;within the window environment. &amp;nbsp;You could then use any number of
&lt;br&gt;technologies to communicate between the two JVMs. &amp;nbsp; The GUI JVM would
&lt;br&gt;terminate when the user logged out
&lt;br&gt;&lt;br&gt;We were talking about coming up with a recommended methodology for
&lt;br&gt;setting up systems like this. &amp;nbsp; Starting with Windows Vista, it is no
&lt;br&gt;longer possible to have true interactive services, so we need to
&lt;br&gt;provide another solution to Windows users as well.
&lt;br&gt;&lt;br&gt;I am interested in your feedback on what will and won't work for you,
&lt;br&gt;as well as what exactly you are hoping to be able to do and why.
&lt;br&gt;&lt;br&gt;Once again sorry for the long delay.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Leif
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Thu, Nov 26, 2009 at 5:05 PM, Lars Schnoor &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26526051&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lars.Schnoor@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi again
&lt;br&gt;&amp;gt; I guess since there haven't been any replies to this problem, that there
&lt;br&gt;&amp;gt; is no solution?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lars
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lars Schnoor wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi
&lt;br&gt;&amp;gt;&amp;gt; I would like to have my application which is started as a Linux daemon
&lt;br&gt;&amp;gt;&amp;gt; to present a graphical user interface to the user. The user interface is
&lt;br&gt;&amp;gt;&amp;gt; written in Java Swing.
&lt;br&gt;&amp;gt;&amp;gt; When I try to start the user interface I get an
&lt;br&gt;&amp;gt;&amp;gt; java.awt.HeadlessException:
&lt;br&gt;&amp;gt;&amp;gt; No X11 DISPLAY variable was set, but this program performed an operation
&lt;br&gt;&amp;gt;&amp;gt; which requires it.
&lt;br&gt;&amp;gt;&amp;gt; Is there a solution to this?
&lt;br&gt;&amp;gt;&amp;gt; Thanks in advance!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Lars
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26526051&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Swing-application-from-Linux-daemon-tp26279963p26526051.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525733</id>
	<title>Re: Starting Swing application from Linux daemon</title>
	<published>2009-11-26T00:05:51Z</published>
	<updated>2009-11-26T00:05:51Z</updated>
	<author>
		<name>Lars Schnoor</name>
	</author>
	<content type="html">Hi again
&lt;br&gt;I guess since there haven't been any replies to this problem, that there 
&lt;br&gt;is no solution?
&lt;br&gt;&lt;br&gt;Lars
&lt;br&gt;&lt;br&gt;Lars Schnoor wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt; I would like to have my application which is started as a Linux daemon 
&lt;br&gt;&amp;gt; to present a graphical user interface to the user. The user interface is 
&lt;br&gt;&amp;gt; written in Java Swing.
&lt;br&gt;&amp;gt; When I try to start the user interface I get an
&lt;br&gt;&amp;gt; java.awt.HeadlessException:
&lt;br&gt;&amp;gt; No X11 DISPLAY variable was set, but this program performed an operation 
&lt;br&gt;&amp;gt; which requires it.
&lt;br&gt;&amp;gt; Is there a solution to this?
&lt;br&gt;&amp;gt; Thanks in advance!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lars
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Wrapper-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525733&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525733&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Swing-application-from-Linux-daemon-tp26279963p26525733.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26524509</id>
	<title>Re: Change user:group account under Linux</title>
	<published>2009-11-25T20:48:49Z</published>
	<updated>2009-11-25T20:48:49Z</updated>
	<author>
		<name>Leif Mortenson-2</name>
	</author>
	<content type="html">Sylvain,
&lt;br&gt;Please open the src/sh.script.in file that ships with the Wrapper and
&lt;br&gt;edit the RUN_AS_USER variable on line 62. &amp;nbsp; This will cause the
&lt;br&gt;Wrapper and JVM to be launched using the user you specify.
&lt;br&gt;&lt;br&gt;Note that we currently do not support changing the user from root to
&lt;br&gt;another after Java has been launched because doing so would not work
&lt;br&gt;when the JVM needed to be relaunched later. &amp;nbsp; This is an area that we
&lt;br&gt;have had on the table for a few years, but a clean way of doing it has
&lt;br&gt;not surfaced to date. &amp;nbsp; This is wanted by users who want Java to
&lt;br&gt;allocate port 80 as root and change to a safer user after it has done
&lt;br&gt;so.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Leif
&lt;br&gt;&lt;br&gt;On Thu, Nov 26, 2009 at 5:55 AM, Sylvain BONNEMAISON
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524509&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sylvain.bonnemaison@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; I would like to run my java service using a specific user:group. How to
&lt;br&gt;&amp;gt; do this in a clean maner ?
&lt;br&gt;&amp;gt; I've triyed using sudo command with no success - &amp;quot;root account is not
&lt;br&gt;&amp;gt; allowed to run the application&amp;quot;.
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524509&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Change-user%3Agroup-account-under-Linux-tp26520178p26524509.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520178</id>
	<title>Change user:group account under Linux</title>
	<published>2009-11-25T12:55:50Z</published>
	<updated>2009-11-25T12:55:50Z</updated>
	<author>
		<name>Sylvain BONNEMAISON-2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;I would like to run my java service using a specific user:group. How to 
&lt;br&gt;do this in a clean maner ?
&lt;br&gt;I've triyed using sudo command with no success - &amp;quot;root account is not 
&lt;br&gt;allowed to run the application&amp;quot;.
&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26520178&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Change-user%3Agroup-account-under-Linux-tp26520178p26520178.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26395390</id>
	<title>Java Service Wrapper 3.3.9 Released!</title>
	<published>2009-11-17T10:40:52Z</published>
	<updated>2009-11-17T10:40:52Z</updated>
	<author>
		<name>Leif Mortenson-3</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;We are proud to announce the release of version 3.3.9 of the Java
&lt;br&gt;Service Wrapper.
&lt;br&gt;&lt;a href=&quot;http://wrapper.tanukisoftware.org/doc/english/download.jsp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/download.jsp&lt;/a&gt;&lt;br&gt;&lt;br&gt;We released this version so quickly to fix a couple problems in 3.3.8 which was
&lt;br&gt;released in a rush to resolve problems with were introduced in the
&lt;br&gt;3.3.7 release.
&lt;br&gt;This version has undergone our normal suite of testing.
&lt;br&gt;&lt;br&gt;This version also includes the addition of the z/OS platform.
&lt;br&gt;&lt;br&gt;Please review the release notes for a full list of changes.
&lt;br&gt;&lt;a href=&quot;http://wrapper.tanukisoftware.org/doc/english/release-notes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/release-notes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;We recommend that all users of 3.3.7 or 3.3.8 upgrade to 3.3.9.
&lt;br&gt;&lt;br&gt;Please let me know if you have any questions about the release.
&lt;br&gt;&lt;br&gt;Sincerely,
&lt;br&gt;Leif Mortenson
&lt;br&gt;Tanuki Software, Ltd.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26395390&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Java-Service-Wrapper-3.3.9-Released%21-tp26395390p26395390.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26370366</id>
	<title>Re: Unable to create a timer thread</title>
	<published>2009-11-16T03:24:34Z</published>
	<updated>2009-11-16T03:24:34Z</updated>
	<author>
		<name>mhuebner</name>
	</author>
	<content type="html">Hello Christian,
&lt;br&gt;&lt;br&gt;here is the content of /usr/include/linux/limits.h:
&lt;br&gt;---------------------------------------------------
&lt;br&gt;#ifndef _LINUX_LIMITS_H
&lt;br&gt;#define _LINUX_LIMITS_H
&lt;br&gt;&lt;br&gt;#define NR_OPEN &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1024
&lt;br&gt;&lt;br&gt;#define NGROUPS_MAX &amp;nbsp; &amp;nbsp;65536 &amp;nbsp; &amp;nbsp;/* supplemental group IDs are available */
&lt;br&gt;#define ARG_MAX &amp;nbsp; &amp;nbsp; &amp;nbsp; 131072 &amp;nbsp; &amp;nbsp;/* # bytes of args + environ for exec() */
&lt;br&gt;#define LINK_MAX &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 127 &amp;nbsp; &amp;nbsp;/* # links a file may have */
&lt;br&gt;#define MAX_CANON &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;255 &amp;nbsp; &amp;nbsp;/* size of the canonical input queue */
&lt;br&gt;#define MAX_INPUT &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;255 &amp;nbsp; &amp;nbsp;/* size of the type-ahead buffer */
&lt;br&gt;#define NAME_MAX &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 255 &amp;nbsp; &amp;nbsp;/* # chars in a file name */
&lt;br&gt;#define PATH_MAX &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4096 &amp;nbsp; &amp;nbsp;/* # chars in a path name including nul */
&lt;br&gt;#define PIPE_BUF &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4096 &amp;nbsp; &amp;nbsp;/* # bytes in atomic write to a pipe */
&lt;br&gt;#define XATTR_NAME_MAX &amp;nbsp; 255 &amp;nbsp; &amp;nbsp;/* # chars in an extended attribute name */
&lt;br&gt;#define XATTR_SIZE_MAX 65536 &amp;nbsp; &amp;nbsp;/* size of an extended attribute value (64k)
&lt;br&gt;*/
&lt;br&gt;#define XATTR_LIST_MAX 65536 &amp;nbsp; &amp;nbsp;/* size of extended attribute namelist (64k)
&lt;br&gt;*/
&lt;br&gt;&lt;br&gt;#define RTSIG_MAX &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 32
&lt;br&gt;&lt;br&gt;#endif
&lt;br&gt;---------------------------------------------------
&lt;br&gt;&lt;br&gt;And these are the contents of /usr/include/bits/local_lim.h:
&lt;br&gt;---------------------------------------------------
&lt;br&gt;/* Minimum guaranteed maximum values for system limits. &amp;nbsp;Linux version.
&lt;br&gt;&amp;nbsp; &amp;nbsp;Copyright (C) 1993-1998,2000,2002-2004,2008 Free Software Foundation,
&lt;br&gt;Inc.
&lt;br&gt;&amp;nbsp; &amp;nbsp;This file is part of the GNU C Library.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The GNU C Library is free software; you can redistribute it and/or
&lt;br&gt;&amp;nbsp; &amp;nbsp;modify it under the terms of the GNU Lesser General Public License as
&lt;br&gt;&amp;nbsp; &amp;nbsp;published by the Free Software Foundation; either version 2.1 of the
&lt;br&gt;&amp;nbsp; &amp;nbsp;License, or (at your option) any later version.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The GNU C Library is distributed in the hope that it will be useful,
&lt;br&gt;&amp;nbsp; &amp;nbsp;but WITHOUT ANY WARRANTY; without even the implied warranty of
&lt;br&gt;&amp;nbsp; &amp;nbsp;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. &amp;nbsp;See the GNU
&lt;br&gt;&amp;nbsp; &amp;nbsp;Lesser General Public License for more details.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;You should have received a copy of the GNU Lesser General Public
&lt;br&gt;&amp;nbsp; &amp;nbsp;License along with the GNU C Library; see the file COPYING.LIB. &amp;nbsp;If not,
&lt;br&gt;&amp;nbsp; &amp;nbsp;write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
&lt;br&gt;&amp;nbsp; &amp;nbsp;Boston, MA 02111-1307, USA. &amp;nbsp;*/
&lt;br&gt;&lt;br&gt;/* The kernel header pollutes the namespace with the NR_OPEN symbol
&lt;br&gt;&amp;nbsp; &amp;nbsp;and defines LINK_MAX although filesystems have different maxima. &amp;nbsp;A
&lt;br&gt;&amp;nbsp; &amp;nbsp;similar thing is true for OPEN_MAX: the limit can be changed at
&lt;br&gt;&amp;nbsp; &amp;nbsp;runtime and therefore the macro must not be defined. &amp;nbsp;Remove this
&lt;br&gt;&amp;nbsp; &amp;nbsp;after including the header if necessary. &amp;nbsp;*/
&lt;br&gt;#ifndef NR_OPEN
&lt;br&gt;# define __undef_NR_OPEN
&lt;br&gt;#endif
&lt;br&gt;#ifndef LINK_MAX
&lt;br&gt;# define __undef_LINK_MAX
&lt;br&gt;#endif
&lt;br&gt;#ifndef OPEN_MAX
&lt;br&gt;# define __undef_OPEN_MAX
&lt;br&gt;#endif
&lt;br&gt;#ifndef ARG_MAX
&lt;br&gt;# define __undef_ARG_MAX
&lt;br&gt;#endif
&lt;br&gt;&lt;br&gt;/* The kernel sources contain a file with all the needed information. &amp;nbsp;*/
&lt;br&gt;#include &amp;lt;linux/limits.h&amp;gt;
&lt;br&gt;&lt;br&gt;/* Have to remove NR_OPEN? &amp;nbsp;*/
&lt;br&gt;#ifdef __undef_NR_OPEN
&lt;br&gt;# undef NR_OPEN
&lt;br&gt;# undef __undef_NR_OPEN
&lt;br&gt;#endif
&lt;br&gt;/* Have to remove LINK_MAX? &amp;nbsp;*/
&lt;br&gt;#ifdef __undef_LINK_MAX
&lt;br&gt;# undef LINK_MAX
&lt;br&gt;# undef __undef_LINK_MAX
&lt;br&gt;#endif
&lt;br&gt;/* Have to remove OPEN_MAX? &amp;nbsp;*/
&lt;br&gt;#ifdef __undef_OPEN_MAX
&lt;br&gt;# undef OPEN_MAX
&lt;br&gt;# undef __undef_OPEN_MAX
&lt;br&gt;#endif
&lt;br&gt;/* Have to remove ARG_MAX? &amp;nbsp;*/
&lt;br&gt;#ifdef __undef_ARG_MAX
&lt;br&gt;# undef ARG_MAX
&lt;br&gt;# undef __undef_ARG_MAX
&lt;br&gt;#endif
&lt;br&gt;&lt;br&gt;/* The number of data keys per process. &amp;nbsp;*/
&lt;br&gt;#define _POSIX_THREAD_KEYS_MAX &amp;nbsp;128
&lt;br&gt;/* This is the value this implementation supports. &amp;nbsp;*/
&lt;br&gt;#define PTHREAD_KEYS_MAX &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1024
&lt;br&gt;&lt;br&gt;/* Controlling the iterations of destructors for thread-specific data. &amp;nbsp;*/
&lt;br&gt;#define _POSIX_THREAD_DESTRUCTOR_ITERATIONS &amp;nbsp; &amp;nbsp; 4
&lt;br&gt;/* Number of iterations this implementation does. &amp;nbsp;*/
&lt;br&gt;#define PTHREAD_DESTRUCTOR_ITERATIONS &amp;nbsp; _POSIX_THREAD_DESTRUCTOR_ITERATIONS
&lt;br&gt;&lt;br&gt;/* The number of threads per process. &amp;nbsp;*/
&lt;br&gt;#define _POSIX_THREAD_THREADS_MAX &amp;nbsp; &amp;nbsp; &amp;nbsp; 64
&lt;br&gt;/* We have no predefined limit on the number of threads. &amp;nbsp;*/
&lt;br&gt;#undef PTHREAD_THREADS_MAX
&lt;br&gt;&lt;br&gt;/* Maximum amount by which a process can descrease its asynchronous I/O
&lt;br&gt;&amp;nbsp; &amp;nbsp;priority level. &amp;nbsp;*/
&lt;br&gt;#define AIO_PRIO_DELTA_MAX &amp;nbsp; &amp;nbsp; &amp;nbsp;20
&lt;br&gt;&lt;br&gt;/* Minimum size for a thread. &amp;nbsp;We are free to choose a reasonable value. &amp;nbsp;*/
&lt;br&gt;#define PTHREAD_STACK_MIN &amp;nbsp; &amp;nbsp; &amp;nbsp; 16384
&lt;br&gt;&lt;br&gt;/* Maximum number of timer expiration overruns. &amp;nbsp;*/
&lt;br&gt;#define DELAYTIMER_MAX &amp;nbsp;2147483647
&lt;br&gt;&lt;br&gt;/* Maximum tty name length. &amp;nbsp;*/
&lt;br&gt;#define TTY_NAME_MAX &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;32
&lt;br&gt;&lt;br&gt;/* Maximum login name length. &amp;nbsp;This is arbitrary. &amp;nbsp;*/
&lt;br&gt;#define LOGIN_NAME_MAX &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;256
&lt;br&gt;&lt;br&gt;/* Maximum host name length. &amp;nbsp;*/
&lt;br&gt;#define HOST_NAME_MAX &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 64
&lt;br&gt;&lt;br&gt;/* Maximum message queue priority level. &amp;nbsp;*/
&lt;br&gt;#define MQ_PRIO_MAX &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 32768
&lt;br&gt;&lt;br&gt;/* Maximum value the semaphore can have. &amp;nbsp;*/
&lt;br&gt;#define SEM_VALUE_MAX &amp;nbsp; (2147483647)
&lt;br&gt;---------------------------------------------------
&lt;br&gt;&lt;br&gt;I dont't know if it has anything to do with PTHREAD_THREADS_MAX as I 
&lt;br&gt;was able to run different other threads like jetty / tomcat.
&lt;br&gt;&lt;br&gt;I am not able to find out the values for PTHREAD_THREADS_MAX before
&lt;br&gt;the update - alle I know is that these files (limits.h, local_lim.h)
&lt;br&gt;have not changed with the provider's system update.
&lt;br&gt;&lt;br&gt;I hope these informations can help you.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;Malte
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Ursprüngliche Nachricht-----
&lt;br&gt;Von: Christian Mueller [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370366&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christian.mueller@...&lt;/a&gt;] 
&lt;br&gt;Gesendet: Freitag, 13. November 2009 18:35
&lt;br&gt;An: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370366&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrapper-user@...&lt;/a&gt;
&lt;br&gt;Betreff: Re: [Wrapper-user] Unable to create a timer thread
&lt;br&gt;&lt;br&gt;Malte,
&lt;br&gt;&lt;br&gt;good to hear that.
&lt;br&gt;&lt;br&gt;The error you were seeing signaled that the system lacked the necessary
&lt;br&gt;resources to create another thread, or the system-imposed limit on the total
&lt;br&gt;number of threads in a process PTHREAD_THREADS_MAX would be exceeded.
&lt;br&gt;However it seems weird as the wrapper does not create that much threads when
&lt;br&gt;starting so it would get close to that limit usually. 
&lt;br&gt;&lt;br&gt;Do you have information about how the number of threads has been set before
&lt;br&gt;your provider applied those updates? I guess that was the reason but would
&lt;br&gt;like to be sure. 
&lt;br&gt;&lt;br&gt;We will try to increase the informative value of the message for a future
&lt;br&gt;release.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Anyways, if you have some more questions please dont hesitate asking.
&lt;br&gt;&lt;br&gt;Gruß,
&lt;br&gt;Christian
&lt;br&gt;&lt;br&gt;-----Ursprüngliche Nachricht-----
&lt;br&gt;Von: Malte Hübner [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370366&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;huebner@...&lt;/a&gt;] 
&lt;br&gt;Gesendet: Samstag, 14. November 2009 00:47
&lt;br&gt;An: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370366&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrapper-user@...&lt;/a&gt;
&lt;br&gt;Betreff: Re: [Wrapper-user] Unable to create a timer thread
&lt;br&gt;&lt;br&gt;I'm in luck!
&lt;br&gt;&lt;br&gt;Our hosting provider updated some system files this morning and
&lt;br&gt;the error has gone. The wrapper starts up as expected and
&lt;br&gt;&amp;nbsp;everything is fine again :-)
&lt;br&gt;&lt;br&gt;I think it could have been an issue with the Core i7 and gentoo -
&lt;br&gt;but I'm not sure.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Malte
&lt;br&gt;&lt;br&gt;-----Ursprüngliche Nachricht-----
&lt;br&gt;Von: Malte Hübner [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370366&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;huebner@...&lt;/a&gt;] 
&lt;br&gt;Gesendet: Freitag, 13. November 2009 09:48
&lt;br&gt;An: '&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370366&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrapper-user@...&lt;/a&gt;'
&lt;br&gt;Betreff: AW: [Wrapper-user] Unable to create a timer thread
&lt;br&gt;&lt;br&gt;Leif,
&lt;br&gt;&lt;br&gt;thank you for your response. Here are some details:
&lt;br&gt;&lt;br&gt;- Linux (Gentoo 4.3.2-r3 p1.6, pie-10.1.5, gcc version 4.3.2)
&lt;br&gt;- i686 Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz GenuineIntel GNU/Linux
&lt;br&gt;- Wrapper (Version 3.2.3) -&amp;gt; it's bundled with ActiveMQ but I 
&lt;br&gt;&amp;nbsp; also tried wrapper-linux-x86-32-3.3.6 with exactly the same result
&lt;br&gt;&lt;br&gt;Thanks for your help!
&lt;br&gt;&lt;br&gt;Malte
&lt;br&gt;&lt;br&gt;-----Ursprüngliche Nachricht-----
&lt;br&gt;Von: Leif Mortenson [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370366&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leif@...&lt;/a&gt;] 
&lt;br&gt;Gesendet: Freitag, 13. November 2009 00:39
&lt;br&gt;An: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370366&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrapper-user@...&lt;/a&gt;
&lt;br&gt;Betreff: Re: [Wrapper-user] Unable to create a timer thread
&lt;br&gt;&lt;br&gt;Malte,
&lt;br&gt;This is not an error I have seen in the past. &amp;nbsp;That code does not
&lt;br&gt;directly do anything with files either.
&lt;br&gt;&lt;br&gt;Please let me know the OS, OS version, as well as the version of the
&lt;br&gt;Wrapper you are using. &amp;nbsp;I will also go in and look over the code.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Leif
&lt;br&gt;&lt;br&gt;On Thu, Nov 12, 2009 at 11:46 PM, Malte Hübner &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370366&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;huebner@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i am having big trouble to get the wrapper working on a linux machine.
&lt;br&gt;&amp;gt; The wrapper is not run as root user!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Error output:
&lt;br&gt;&amp;gt; wrapper  | Unable to create a timer thread: 11, No such file or directory
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Everything seems to be configured corretly.
&lt;br&gt;&amp;gt; The same setup is used on another machine and there is's working really
&lt;br&gt;&amp;gt; fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Has anyone an idea which file or directory an not be found here?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best,
&lt;br&gt;&amp;gt; Malte
&lt;/div&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;--
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370366&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;--
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370366&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;--
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370366&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370366&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-create-a-timer-thread-tp26320229p26370366.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26340898</id>
	<title>Re: Unable to create a timer thread</title>
	<published>2009-11-13T09:34:53Z</published>
	<updated>2009-11-13T09:34:53Z</updated>
	<author>
		<name>Christian-167</name>
	</author>
	<content type="html">Malte,
&lt;br&gt;&lt;br&gt;good to hear that.
&lt;br&gt;&lt;br&gt;The error you were seeing signaled that the system lacked the necessary
&lt;br&gt;resources to create another thread, or the system-imposed limit on the total
&lt;br&gt;number of threads in a process PTHREAD_THREADS_MAX would be exceeded.
&lt;br&gt;However it seems weird as the wrapper does not create that much threads when
&lt;br&gt;starting so it would get close to that limit usually. 
&lt;br&gt;&lt;br&gt;Do you have information about how the number of threads has been set before
&lt;br&gt;your provider applied those updates? I guess that was the reason but would
&lt;br&gt;like to be sure. 
&lt;br&gt;&lt;br&gt;We will try to increase the informative value of the message for a future
&lt;br&gt;release.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Anyways, if you have some more questions please dont hesitate asking.
&lt;br&gt;&lt;br&gt;Gruß,
&lt;br&gt;Christian
&lt;br&gt;&lt;br&gt;-----Ursprüngliche Nachricht-----
&lt;br&gt;Von: Malte Hübner [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340898&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;huebner@...&lt;/a&gt;] 
&lt;br&gt;Gesendet: Samstag, 14. November 2009 00:47
&lt;br&gt;An: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340898&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrapper-user@...&lt;/a&gt;
&lt;br&gt;Betreff: Re: [Wrapper-user] Unable to create a timer thread
&lt;br&gt;&lt;br&gt;I'm in luck!
&lt;br&gt;&lt;br&gt;Our hosting provider updated some system files this morning and
&lt;br&gt;the error has gone. The wrapper starts up as expected and
&lt;br&gt;&amp;nbsp;everything is fine again :-)
&lt;br&gt;&lt;br&gt;I think it could have been an issue with the Core i7 and gentoo -
&lt;br&gt;but I'm not sure.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Malte
&lt;br&gt;&lt;br&gt;-----Ursprüngliche Nachricht-----
&lt;br&gt;Von: Malte Hübner [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340898&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;huebner@...&lt;/a&gt;] 
&lt;br&gt;Gesendet: Freitag, 13. November 2009 09:48
&lt;br&gt;An: '&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340898&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrapper-user@...&lt;/a&gt;'
&lt;br&gt;Betreff: AW: [Wrapper-user] Unable to create a timer thread
&lt;br&gt;&lt;br&gt;Leif,
&lt;br&gt;&lt;br&gt;thank you for your response. Here are some details:
&lt;br&gt;&lt;br&gt;- Linux (Gentoo 4.3.2-r3 p1.6, pie-10.1.5, gcc version 4.3.2)
&lt;br&gt;- i686 Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz GenuineIntel GNU/Linux
&lt;br&gt;- Wrapper (Version 3.2.3) -&amp;gt; it's bundled with ActiveMQ but I 
&lt;br&gt;&amp;nbsp; also tried wrapper-linux-x86-32-3.3.6 with exactly the same result
&lt;br&gt;&lt;br&gt;Thanks for your help!
&lt;br&gt;&lt;br&gt;Malte
&lt;br&gt;&lt;br&gt;-----Ursprüngliche Nachricht-----
&lt;br&gt;Von: Leif Mortenson [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340898&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leif@...&lt;/a&gt;] 
&lt;br&gt;Gesendet: Freitag, 13. November 2009 00:39
&lt;br&gt;An: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340898&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrapper-user@...&lt;/a&gt;
&lt;br&gt;Betreff: Re: [Wrapper-user] Unable to create a timer thread
&lt;br&gt;&lt;br&gt;Malte,
&lt;br&gt;This is not an error I have seen in the past. &amp;nbsp;That code does not
&lt;br&gt;directly do anything with files either.
&lt;br&gt;&lt;br&gt;Please let me know the OS, OS version, as well as the version of the
&lt;br&gt;Wrapper you are using. &amp;nbsp;I will also go in and look over the code.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Leif
&lt;br&gt;&lt;br&gt;On Thu, Nov 12, 2009 at 11:46 PM, Malte Hübner &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340898&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;huebner@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i am having big trouble to get the wrapper working on a linux machine.
&lt;br&gt;&amp;gt; The wrapper is not run as root user!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Error output:
&lt;br&gt;&amp;gt; wrapper  | Unable to create a timer thread: 11, No such file or directory
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Everything seems to be configured corretly.
&lt;br&gt;&amp;gt; The same setup is used on another machine and there is's working really
&lt;br&gt;&amp;gt; fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Has anyone an idea which file or directory an not be found here?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best,
&lt;br&gt;&amp;gt; Malte
&lt;/div&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;--
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340898&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;--
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340898&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26340898&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-create-a-timer-thread-tp26320229p26340898.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26338711</id>
	<title>Re: Unable to create a timer thread</title>
	<published>2009-11-13T07:46:52Z</published>
	<updated>2009-11-13T07:46:52Z</updated>
	<author>
		<name>mhuebner</name>
	</author>
	<content type="html">I'm in luck!
&lt;br&gt;&lt;br&gt;Our hosting provider updated some system files this morning and
&lt;br&gt;the error has gone. The wrapper starts up as expected and
&lt;br&gt;&amp;nbsp;everything is fine again :-)
&lt;br&gt;&lt;br&gt;I think it could have been an issue with the Core i7 and gentoo -
&lt;br&gt;but I'm not sure.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Malte
&lt;br&gt;&lt;br&gt;-----Ursprüngliche Nachricht-----
&lt;br&gt;Von: Malte Hübner [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338711&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;huebner@...&lt;/a&gt;] 
&lt;br&gt;Gesendet: Freitag, 13. November 2009 09:48
&lt;br&gt;An: '&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338711&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrapper-user@...&lt;/a&gt;'
&lt;br&gt;Betreff: AW: [Wrapper-user] Unable to create a timer thread
&lt;br&gt;&lt;br&gt;Leif,
&lt;br&gt;&lt;br&gt;thank you for your response. Here are some details:
&lt;br&gt;&lt;br&gt;- Linux (Gentoo 4.3.2-r3 p1.6, pie-10.1.5, gcc version 4.3.2)
&lt;br&gt;- i686 Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz GenuineIntel GNU/Linux
&lt;br&gt;- Wrapper (Version 3.2.3) -&amp;gt; it's bundled with ActiveMQ but I 
&lt;br&gt;&amp;nbsp; also tried wrapper-linux-x86-32-3.3.6 with exactly the same result
&lt;br&gt;&lt;br&gt;Thanks for your help!
&lt;br&gt;&lt;br&gt;Malte
&lt;br&gt;&lt;br&gt;-----Ursprüngliche Nachricht-----
&lt;br&gt;Von: Leif Mortenson [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338711&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leif@...&lt;/a&gt;] 
&lt;br&gt;Gesendet: Freitag, 13. November 2009 00:39
&lt;br&gt;An: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338711&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrapper-user@...&lt;/a&gt;
&lt;br&gt;Betreff: Re: [Wrapper-user] Unable to create a timer thread
&lt;br&gt;&lt;br&gt;Malte,
&lt;br&gt;This is not an error I have seen in the past. &amp;nbsp;That code does not
&lt;br&gt;directly do anything with files either.
&lt;br&gt;&lt;br&gt;Please let me know the OS, OS version, as well as the version of the
&lt;br&gt;Wrapper you are using. &amp;nbsp;I will also go in and look over the code.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Leif
&lt;br&gt;&lt;br&gt;On Thu, Nov 12, 2009 at 11:46 PM, Malte Hübner &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338711&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;huebner@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i am having big trouble to get the wrapper working on a linux machine.
&lt;br&gt;&amp;gt; The wrapper is not run as root user!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Error output:
&lt;br&gt;&amp;gt; wrapper  | Unable to create a timer thread: 11, No such file or directory
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Everything seems to be configured corretly.
&lt;br&gt;&amp;gt; The same setup is used on another machine and there is's working really
&lt;br&gt;&amp;gt; fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Has anyone an idea which file or directory an not be found here?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best,
&lt;br&gt;&amp;gt; Malte
&lt;/div&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;--
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338711&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26338711&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-create-a-timer-thread-tp26320229p26338711.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26333234</id>
	<title>Re: Unable to create a timer thread</title>
	<published>2009-11-13T00:48:15Z</published>
	<updated>2009-11-13T00:48:15Z</updated>
	<author>
		<name>mhuebner</name>
	</author>
	<content type="html">Leif,
&lt;br&gt;&lt;br&gt;thank you for your response. Here are some details:
&lt;br&gt;&lt;br&gt;- Linux (Gentoo 4.3.2-r3 p1.6, pie-10.1.5, gcc version 4.3.2)
&lt;br&gt;- i686 Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz GenuineIntel GNU/Linux
&lt;br&gt;- Wrapper (Version 3.2.3) -&amp;gt; it's bundled with ActiveMQ but I 
&lt;br&gt;&amp;nbsp; also tried wrapper-linux-x86-32-3.3.6 with exactly the same result
&lt;br&gt;&lt;br&gt;Thanks for your help!
&lt;br&gt;&lt;br&gt;Malte
&lt;br&gt;&lt;br&gt;-----Ursprüngliche Nachricht-----
&lt;br&gt;Von: Leif Mortenson [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26333234&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leif@...&lt;/a&gt;] 
&lt;br&gt;Gesendet: Freitag, 13. November 2009 00:39
&lt;br&gt;An: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26333234&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrapper-user@...&lt;/a&gt;
&lt;br&gt;Betreff: Re: [Wrapper-user] Unable to create a timer thread
&lt;br&gt;&lt;br&gt;Malte,
&lt;br&gt;This is not an error I have seen in the past. &amp;nbsp;That code does not
&lt;br&gt;directly do anything with files either.
&lt;br&gt;&lt;br&gt;Please let me know the OS, OS version, as well as the version of the
&lt;br&gt;Wrapper you are using. &amp;nbsp;I will also go in and look over the code.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Leif
&lt;br&gt;&lt;br&gt;On Thu, Nov 12, 2009 at 11:46 PM, Malte Hübner &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26333234&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;huebner@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i am having big trouble to get the wrapper working on a linux machine.
&lt;br&gt;&amp;gt; The wrapper is not run as root user!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Error output:
&lt;br&gt;&amp;gt; wrapper  | Unable to create a timer thread: 11, No such file or directory
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Everything seems to be configured corretly.
&lt;br&gt;&amp;gt; The same setup is used on another machine and there is's working really
&lt;br&gt;&amp;gt; fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Has anyone an idea which file or directory an not be found here?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best,
&lt;br&gt;&amp;gt; Malte
&lt;/div&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;--
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26333234&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26333234&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-create-a-timer-thread-tp26320229p26333234.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26328795</id>
	<title>Re: Unable to create a timer thread</title>
	<published>2009-11-12T15:39:09Z</published>
	<updated>2009-11-12T15:39:09Z</updated>
	<author>
		<name>Leif Mortenson-2</name>
	</author>
	<content type="html">Malte,
&lt;br&gt;This is not an error I have seen in the past. &amp;nbsp;That code does not
&lt;br&gt;directly do anything with files either.
&lt;br&gt;&lt;br&gt;Please let me know the OS, OS version, as well as the version of the
&lt;br&gt;Wrapper you are using. &amp;nbsp;I will also go in and look over the code.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Leif
&lt;br&gt;&lt;br&gt;On Thu, Nov 12, 2009 at 11:46 PM, Malte Hübner &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26328795&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;huebner@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i am having big trouble to get the wrapper working on a linux machine.
&lt;br&gt;&amp;gt; The wrapper is not run as root user!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Error output:
&lt;br&gt;&amp;gt; wrapper  | Unable to create a timer thread: 11, No such file or directory
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Everything seems to be configured corretly.
&lt;br&gt;&amp;gt; The same setup is used on another machine and there is's working really
&lt;br&gt;&amp;gt; fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Has anyone an idea which file or directory an not be found here?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best,
&lt;br&gt;&amp;gt; Malte
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26328795&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-create-a-timer-thread-tp26320229p26328795.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26320229</id>
	<title>Unable to create a timer thread</title>
	<published>2009-11-12T06:46:08Z</published>
	<updated>2009-11-12T06:46:08Z</updated>
	<author>
		<name>mhuebner</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;i am having big trouble to get the wrapper working on a linux machine.
&lt;br&gt;The wrapper is not run as root user!
&lt;br&gt;&lt;br&gt;Error output:
&lt;br&gt;wrapper &amp;nbsp;| Unable to create a timer thread: 11, No such file or directory
&lt;br&gt;&lt;br&gt;Everything seems to be configured corretly.
&lt;br&gt;The same setup is used on another machine and there is's working really
&lt;br&gt;fine.
&lt;br&gt;&lt;br&gt;Has anyone an idea which file or directory an not be found here?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Malte
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26320229&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-create-a-timer-thread-tp26320229p26320229.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26300267</id>
	<title>Not getting console</title>
	<published>2009-11-11T04:09:44Z</published>
	<updated>2009-11-11T04:09:44Z</updated>
	<author>
		<name>breako</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I am using JSW 3.3.6 to wrapa tomcat install.
&lt;br&gt;All good, however I don't get the wrapper console when I start the service. &amp;nbsp;Any help would be greatly appreciated.
&lt;br&gt;&lt;br&gt;Here is my wrapper.conf
&lt;br&gt;&lt;br&gt;#********************************************************************
&lt;br&gt;# Wrapper License Properties (Ignored by Community Edition)
&lt;br&gt;#********************************************************************
&lt;br&gt;# Include file problems can be debugged by removing the first '#'
&lt;br&gt;# &amp;nbsp;from the following line:
&lt;br&gt;##include.debug
&lt;br&gt;#include ../conf/wrapper-license.conf
&lt;br&gt;#include ../conf/wrapper-license-%WRAPPER_HOST_NAME%.conf
&lt;br&gt;&lt;br&gt;#********************************************************************
&lt;br&gt;# Wrapper Java Properties
&lt;br&gt;#********************************************************************
&lt;br&gt;# Java Application
&lt;br&gt;wrapper.java.command=java
&lt;br&gt;&lt;br&gt;# Java Main class. &amp;nbsp;This class must implement the WrapperListener interface
&lt;br&gt;# &amp;nbsp;or guarantee that the WrapperManager class is initialized. &amp;nbsp;Helper
&lt;br&gt;# &amp;nbsp;classes are provided to do this for you. &amp;nbsp;See the Integration section
&lt;br&gt;# &amp;nbsp;of the documentation for details.
&lt;br&gt;# Added by TA
&lt;br&gt;wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperStartStopApp
&lt;br&gt;&lt;br&gt;# Java Classpath (include wrapper.jar) &amp;nbsp;Add class path elements as
&lt;br&gt;# needed starting from 1 &amp;nbsp;(added by TA)
&lt;br&gt;wrapper.java.classpath.1=..\lib\wrapper.jar
&lt;br&gt;wrapper.java.classpath.2=%JAVA_HOME%\lib\tools.jar
&lt;br&gt;wrapper.java.classpath.3=..\bin\bootstrap.jar
&lt;br&gt;&lt;br&gt;&lt;br&gt;# Java Additional Parameters (added by TA)
&lt;br&gt;wrapper.java.additional.1=-Djava.endorsed.dirs=..\common\endorsed
&lt;br&gt;wrapper.java.additional.2=-Dcatalina.base=..
&lt;br&gt;wrapper.java.additional.3=-Dcatalina.home=..
&lt;br&gt;wrapper.java.additional.4=-Djava.io.tmpdir=..\temp
&lt;br&gt;wrapper.java.additional.5=-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
&lt;br&gt;wrapper.java.additional.6=-Djava.util.logging.config.file=..\conf\logging.properties
&lt;br&gt;&lt;br&gt;&lt;br&gt;# Application parameters. &amp;nbsp;Add parameters as needed starting from 1
&lt;br&gt;# The first application parameter is the name of the class whose main
&lt;br&gt;# method is to be called when the application is launched. &amp;nbsp;The class
&lt;br&gt;# name is followed by the number of parameters to be passed to its main
&lt;br&gt;# method. &amp;nbsp;Then comes the actual parameters.
&lt;br&gt;# Added by TA
&lt;br&gt;wrapper.app.parameter.1=org.apache.catalina.startup.Bootstrap
&lt;br&gt;wrapper.app.parameter.2=1
&lt;br&gt;wrapper.app.parameter.3=start
&lt;br&gt;&lt;br&gt;# The start parameters are followed by the name of the class whose main
&lt;br&gt;# method is to be called to stop the application. &amp;nbsp;The stop class name
&lt;br&gt;# is followed by a flag which controls whether or not the Wrapper should
&lt;br&gt;# wait for all non daemon threads to complete before exiting the JVM.
&lt;br&gt;# The flag is followed by the number of parameters to be passed to the
&lt;br&gt;# stop class's main method. &amp;nbsp;Finally comes the actual parameters.
&lt;br&gt;# Added by TA
&lt;br&gt;wrapper.app.parameter.4=org.apache.catalina.startup.Bootstrap
&lt;br&gt;wrapper.app.parameter.5=true
&lt;br&gt;wrapper.app.parameter.6=1
&lt;br&gt;wrapper.app.parameter.7=stop
&lt;br&gt;&lt;br&gt;# Tell the Wrapper to log the full generated Java command line.
&lt;br&gt;#wrapper.java.command.loglevel=INFO
&lt;br&gt;&lt;br&gt;# Java Library Path (location of Wrapper.DLL or libwrapper.so)
&lt;br&gt;wrapper.java.library.path.1=../lib
&lt;br&gt;&lt;br&gt;# Java Bits. &amp;nbsp;On applicable platforms, tells the JVM to run in 32 or 64-bit mode.
&lt;br&gt;wrapper.java.additional.auto_bits=TRUE
&lt;br&gt;&lt;br&gt;# Format of output for the console. &amp;nbsp;(See docs for formats)
&lt;br&gt;wrapper.console.format=PM
&lt;br&gt;&lt;br&gt;# Log Level for console output. &amp;nbsp;(See docs for log levels)
&lt;br&gt;wrapper.console.loglevel=INFO
&lt;br&gt;&lt;br&gt;# Log file to use for wrapper output logging.
&lt;br&gt;wrapper.logfile=../logs/wrapper.log
&lt;br&gt;&lt;br&gt;# Format of output for the log file. &amp;nbsp;(See docs for formats)
&lt;br&gt;wrapper.logfile.format=LPTM
&lt;br&gt;&lt;br&gt;# Log Level for log file output. &amp;nbsp;(See docs for log levels)
&lt;br&gt;wrapper.logfile.loglevel=INFO
&lt;br&gt;&lt;br&gt;# Maximum size that the log file will be allowed to grow to before
&lt;br&gt;# &amp;nbsp;the log is rolled. Size is specified in bytes. &amp;nbsp;The default value
&lt;br&gt;# &amp;nbsp;of 0, disables log rolling. &amp;nbsp;May abbreviate with the 'k' (kb) or
&lt;br&gt;# &amp;nbsp;'m' (mb) suffix. &amp;nbsp;For example: 10m = 10 megabytes.
&lt;br&gt;wrapper.logfile.maxsize=0
&lt;br&gt;&lt;br&gt;# Maximum number of rolled log files which will be allowed before old
&lt;br&gt;# &amp;nbsp;files are deleted. &amp;nbsp;The default value of 0 implies no limit.
&lt;br&gt;wrapper.logfile.maxfiles=0
&lt;br&gt;&lt;br&gt;# Log Level for sys/event log output. &amp;nbsp;(See docs for log levels)
&lt;br&gt;wrapper.syslog.loglevel=NONE
&lt;br&gt;&lt;br&gt;#********************************************************************
&lt;br&gt;# Wrapper General Properties
&lt;br&gt;#********************************************************************
&lt;br&gt;# Allow for the use of non-contiguous numbered properties
&lt;br&gt;wrapper.ignore_sequence_gaps=TRUE
&lt;br&gt;&lt;br&gt;# Title to use when running as a console
&lt;br&gt;wrapper.console.title=@app.long.name@
&lt;br&gt;&lt;br&gt;#********************************************************************
&lt;br&gt;# Wrapper Windows NT/2000/XP Service Properties
&lt;br&gt;#********************************************************************
&lt;br&gt;# WARNING - Do not modify any of these properties when an application
&lt;br&gt;# &amp;nbsp;using this configuration file has been installed as a service.
&lt;br&gt;# &amp;nbsp;Please uninstall the service before modifying this section. &amp;nbsp;The
&lt;br&gt;# &amp;nbsp;service can then be reinstalled.
&lt;br&gt;&lt;br&gt;# Name of the service
&lt;br&gt;wrapper.name=Server1
&lt;br&gt;&lt;br&gt;# Display name of the service
&lt;br&gt;wrapper.displayname=Server1
&lt;br&gt;&lt;br&gt;# Description of the service
&lt;br&gt;wrapper.description=FINEOSDocProd Server 1
&lt;br&gt;&lt;br&gt;# Service dependencies. &amp;nbsp;Add dependencies as needed starting from 1
&lt;br&gt;wrapper.ntservice.dependency.1=
&lt;br&gt;&lt;br&gt;# Mode in which the service is installed. &amp;nbsp;AUTO_START or DEMAND_START
&lt;br&gt;wrapper.ntservice.starttype=AUTO_START
&lt;br&gt;&lt;br&gt;# Allow the service to interact with the desktop.
&lt;br&gt;wrapper.ntservice.interactive=false
&lt;br&gt;&lt;br&gt;wrapper.ntservice.name=Server1
&lt;br&gt;wrapper.ntservice.displayname=Server1
&lt;br&gt;wrapper.ntservice.description=Server1
&lt;br&gt;&lt;br&gt;# Added by TA team
&lt;br&gt;# These settings are set so when the application is running as a NT Service,
&lt;br&gt;# There is a console etc.
&lt;br&gt;wrapper.console.title=Server1	 &amp;nbsp; 
&lt;br&gt;wrapper.ntservice.interactive=True
&lt;br&gt;wrapper.ntservice.console=True 
&lt;br&gt;&lt;br&gt;&lt;br&gt;# Added by TA team.
&lt;br&gt;# If an outofmemory error or exception is logged to the java console 
&lt;br&gt;# restart the service, but don't restart for the following strings:
&lt;br&gt;# &amp;quot;CumlativeExceptions&amp;quot;, &amp;quot;Exception starting JMX HttpAdaptor&amp;quot;,
&lt;br&gt;# &amp;quot;java.net.ConnectException&amp;quot;, &amp;quot;java.net.BindException&amp;quot;
&lt;br&gt;&lt;br&gt;wrapper.filter.trigger.1=CumlativeExceptions
&lt;br&gt;wrapper.filter.action.1=NONE
&lt;br&gt;&lt;br&gt;wrapper.filter.trigger.2=Exception starting JMX HttpAdaptor
&lt;br&gt;wrapper.filter.action.2=NONE
&lt;br&gt;&lt;br&gt;wrapper.filter.trigger.3=java.net.ConnectException
&lt;br&gt;wrapper.filter.action.3=NONE
&lt;br&gt;&lt;br&gt;wrapper.filter.trigger.4=java.net.BindException
&lt;br&gt;wrapper.filter.action.4=NONE
&lt;br&gt;&lt;br&gt;wrapper.filter.trigger.5=Exception
&lt;br&gt;wrapper.filter.action.5=RESTART
&lt;br&gt;&lt;br&gt;wrapper.filter.trigger.6=java.lang.OutOfMemoryError
&lt;br&gt;wrapper.filter.action.6=RESTART
&lt;br&gt;&lt;br&gt;# :SET_WRAPPER_TIMEOUTS_ETC
&lt;br&gt;# ------------------------------------------------------------------------------
&lt;br&gt;# Maximum number of times that the Wrapper will attempt to restart the JVM if each attempted invocation exits abnormally 
&lt;br&gt;# or is restarted shortly after having being launched. Must be at least 1. Defaults to 5 invocations. 
&lt;br&gt;wrapper.max_failed_invocations=5
&lt;br&gt;&lt;br&gt;# Number of seconds to allow between the time that the Wrapper launches the JVM process 
&lt;br&gt;# and the time that the JVM side of the Wrapper responds that the application has started. 0 means never time out. 
&lt;br&gt;# Defaults to 30 seconds. 
&lt;br&gt;wrapper.startup.timeout=30
&lt;br&gt;&lt;br&gt;# Specifies the amount of time that an application must remain running before it will be considered to have been a successful invocation.
&lt;br&gt;# Defaults to 300 seconds. 
&lt;br&gt;wrapper.successful_invocation_time=45
&lt;br&gt;&lt;br&gt;#Number of seconds between Wrapper ping requests to the JVM. Must be in the range 1 to 3600 seconds. Defaults to 5 seconds.
&lt;br&gt;wrapper.ping.interval=10
&lt;br&gt;&lt;br&gt;# Settings this are set so when the application is running as a NT Service,
&lt;br&gt;# There is still a console etc.
&lt;br&gt;wrapper.console.title=Server1 &amp;nbsp; 
&lt;br&gt;wrapper.ntservice.interactive=True
&lt;br&gt;wrapper.ntservice.console=True </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Not-getting-console-tp26300267p26300267.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26279963</id>
	<title>Starting Swing application from Linux daemon</title>
	<published>2009-11-10T00:35:38Z</published>
	<updated>2009-11-10T00:35:38Z</updated>
	<author>
		<name>Lars Schnoor</name>
	</author>
	<content type="html">Hi
&lt;br&gt;I would like to have my application which is started as a Linux daemon 
&lt;br&gt;to present a graphical user interface to the user. The user interface is 
&lt;br&gt;written in Java Swing.
&lt;br&gt;When I try to start the user interface I get an
&lt;br&gt;java.awt.HeadlessException:
&lt;br&gt;No X11 DISPLAY variable was set, but this program performed an operation 
&lt;br&gt;which requires it.
&lt;br&gt;Is there a solution to this?
&lt;br&gt;Thanks in advance!
&lt;br&gt;&lt;br&gt;Lars
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26279963&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-Swing-application-from-Linux-daemon-tp26279963p26279963.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26265770</id>
	<title>Re: Java Service Wrapper 3.3.8 released</title>
	<published>2009-11-09T04:36:09Z</published>
	<updated>2009-11-09T04:36:09Z</updated>
	<author>
		<name>Leif Mortenson-3</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;We had an issue reported against 3.3.8 today that is a non issue
&lt;br&gt;unless you use wrapper.working.dir, then it is fairly critical.
&lt;br&gt;On UNIX platforms when running with the wrapper.daemonize property,
&lt;br&gt;the Wrapper will get confused about its working directly and not be
&lt;br&gt;able to load in any include files from the wrapper.conf file that are
&lt;br&gt;defined relative to the wrapper binary.
&lt;br&gt;&lt;br&gt;The work around is to either move everything into the wrapper.conf and
&lt;br&gt;not use include files, or to simply add another include relative to
&lt;br&gt;both the wrapper binary and to the location of the
&lt;br&gt;wrapper.working.dir.
&lt;br&gt;&lt;br&gt;For example:
&lt;br&gt;---
&lt;br&gt;#include ../conf/wrapper-settings.conf
&lt;br&gt;wrapper.working.dir=../
&lt;br&gt;wrapper.logfile = logs/wrapper.log
&lt;br&gt;---
&lt;br&gt;Should become:
&lt;br&gt;---
&lt;br&gt;#include ../conf/wrapper-settings.conf
&lt;br&gt;#include conf/wrapper-settings.conf
&lt;br&gt;wrapper.working.dir=../
&lt;br&gt;wrapper.logfile = logs/wrapper.log
&lt;br&gt;---
&lt;br&gt;This works because the Wrapper will load the wrapper-settings.conf
&lt;br&gt;file when the current directory is in the bin directory the first
&lt;br&gt;time, then it will reload the configuration and read the second
&lt;br&gt;include after changing to the parent directory.
&lt;br&gt;&lt;br&gt;We have already fixed this for a 3.3.9 release and will try to get it
&lt;br&gt;out shortly.
&lt;br&gt;&lt;br&gt;Sorry for the inconvenience.
&lt;br&gt;&lt;br&gt;Sincerely,
&lt;br&gt;Leif Mortenson
&lt;br&gt;Tanuki Software, Ltd.
&lt;br&gt;&lt;br&gt;On Sat, Nov 7, 2009 at 5:42 AM, Leif Mortenson
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26265770&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leif.mortenson@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; We are proud to announce the release of version 3.3.8 of the Java
&lt;br&gt;&amp;gt; Service Wrapper.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wrapper.tanukisoftware.org/doc/english/download.jsp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/download.jsp&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We released this version so quickly to fix a problem in 3.3.7 UNIX
&lt;br&gt;&amp;gt; versions which
&lt;br&gt;&amp;gt; prevented a copy of the Wrapper which was started as a daemon process from
&lt;br&gt;&amp;gt; being stopped with the Wrapper's shell script.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We also had been working on some changes to the way log files are rotated and
&lt;br&gt;&amp;gt; purged.  The new system should be much more flexible, while remaining compatible
&lt;br&gt;&amp;gt; with past configuration files.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The ordering of jar files resulting from a wildcard classpath property are now
&lt;br&gt;&amp;gt; sorted to ensure consistent operation when there are duplicate classes
&lt;br&gt;&amp;gt; or resources.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There were also a few other bug fixed and enhancements made.  Please review
&lt;br&gt;&amp;gt; the release notes for a full list of changes.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wrapper.tanukisoftware.org/doc/english/release-notes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/release-notes.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We recommend that all users of 3.3.7 upgrade to 3.3.8 due to the UNIX problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please let me know if you have any questions about the release.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sincerely,
&lt;br&gt;&amp;gt; Leif Mortenson
&lt;br&gt;&amp;gt; Tanuki Software, Ltd.
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26265770&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Java-Service-Wrapper-3.3.8-released-tp26238320p26265770.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26240672</id>
	<title>Re: Auto-updating JREs corrupting themselves</title>
	<published>2009-11-06T15:40:23Z</published>
	<updated>2009-11-06T15:40:23Z</updated>
	<author>
		<name>Jason_Chown</name>
	</author>
	<content type="html">
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;I have bundled a JRE as a workaround,
but wondered if anyone else has come across it.&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;tt&gt;&lt;font size=2&gt;&amp;gt;I have not played with the auto update feature
in the past. &amp;nbsp;How is it&lt;br&gt;
&amp;gt;triggered? &amp;nbsp;Is it automatic?&lt;/font&gt;&lt;/tt&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&lt;br&gt;
&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;I'm actually just talking about Java's
jusched.exe VM version checker. It's user-triggered, although we got a
pretty catastrophic result when our IT department pushed out an update
via LANdesk.&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&amp;nbsp;What's strange is that it installs
a new version in a new directory but (since, I think, they added JavaFX)
it requires all running Java processes to quit. Trouble is, it doesn't
notice my service.&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&lt;br&gt;
Jason Chown&lt;br&gt;
Sony Computer Entertainment Europe Limited&lt;br&gt;
&lt;/font&gt;&lt;a href=http://eu.playstation.com target=&quot;_top&quot; rel=&quot;nofollow&quot; /&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;http://eu.playstation.com&lt;br&gt;
&lt;/font&gt;&lt;/a&gt;
&lt;br&gt;&lt;font size=3 color=blue face=&quot;sans-serif&quot;&gt;&lt;u&gt;&lt;br&gt;
&lt;/u&gt;&lt;/font&gt;&lt;a href target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;font size=2 face=&quot;Arial&quot;&gt;**********************************************************************&lt;br&gt;
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26240672&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;postmaster@...&lt;/a&gt;&lt;br&gt;
This footnote also confirms that this email message has been checked for
all known viruses.&lt;br&gt;
Sony Computer Entertainment Europe Limited&lt;br&gt;
Registered Office: 10 Great Marlborough Street, London W1F 7LP, United
Kingdom&lt;br&gt;
Registered in England: 3277793&lt;br&gt;
**********************************************************************&lt;/font&gt;&lt;font size=5 color=#008000 face=&quot;Webdings&quot;&gt;&lt;br&gt;
P&lt;/font&gt;&lt;font size=2 color=#008000 face=&quot;Arial&quot;&gt;&lt;b&gt;&lt;i&gt; Please consider
the environment before printing this e-mail&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26240672&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wrapper-start-problems-on-Linux-tp26231888p26240672.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26238503</id>
	<title>Re: Auto-updating JREs corrupting themselves</title>
	<published>2009-11-06T12:57:17Z</published>
	<updated>2009-11-06T12:57:17Z</updated>
	<author>
		<name>Leif Mortenson-3</name>
	</author>
	<content type="html">Jason,
&lt;br&gt;The Professional Edition has a way to execute a script before
&lt;br&gt;launching the JVM. &amp;nbsp;You could use that opportunity to copy a fresh
&lt;br&gt;copy of the java.exe over to MyProgram.exe so you make sure you always
&lt;br&gt;have the correct file.
&lt;br&gt;&lt;br&gt;I have not played with the auto update feature in the past. &amp;nbsp;How is it
&lt;br&gt;triggered? &amp;nbsp;Is it automatic? &amp;nbsp;I would think that any JVMs need to be
&lt;br&gt;stopped before updating their files. &amp;nbsp;Is that the case?
&lt;br&gt;&lt;br&gt;If I understood how you made use of this a little better, it may be
&lt;br&gt;possible to get make the Wrapper support these JVM updates more
&lt;br&gt;directly.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Leif
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Sat, Nov 7, 2009 at 12:00 AM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26238503&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jason_Chown@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This isn't solely related to wrapper processes, but I've had a lot of hassle
&lt;br&gt;&amp;gt; with Sun's auto-updating mechanism trashing the installed JRE on Windows.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You end up with:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; C:\&amp;gt;java -version
&lt;br&gt;&amp;gt; Error occurred during initialization of VM
&lt;br&gt;&amp;gt; java/lang/NoClassDefFoundError: java/lang/Object
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It seems to be the fact that I am using the Invocation API
&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://java.sun.com/j2se/1.4.2/docs/guide/jni/spec/invocation.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/j2se/1.4.2/docs/guide/jni/spec/invocation.html&lt;/a&gt;), mostly
&lt;br&gt;&amp;gt; so that users see &amp;quot;MyProgram.exe&amp;quot;  rather than &amp;quot;java.exe&amp;quot; in the task
&lt;br&gt;&amp;gt; manager. The wrapper calls my executable which parses all arguments
&lt;br&gt;&amp;gt; similarly to java.exe but creates its own VM. Unfortunately the installer
&lt;br&gt;&amp;gt; doesn't notice that my program is running and merrily installs, trashing
&lt;br&gt;&amp;gt; itself in the process.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Anyone else suffered similarly? Any known workarounds?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jason Chown
&lt;br&gt;&amp;gt; Sony Computer Entertainment Europe Limited
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://eu.playstation.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://eu.playstation.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26238503&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wrapper-start-problems-on-Linux-tp26231888p26238503.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26238320</id>
	<title>Java Service Wrapper 3.3.8 released</title>
	<published>2009-11-06T12:42:08Z</published>
	<updated>2009-11-06T12:42:08Z</updated>
	<author>
		<name>Leif Mortenson-3</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;We are proud to announce the release of version 3.3.8 of the Java
&lt;br&gt;Service Wrapper.
&lt;br&gt;&lt;a href=&quot;http://wrapper.tanukisoftware.org/doc/english/download.jsp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/download.jsp&lt;/a&gt;&lt;br&gt;&lt;br&gt;We released this version so quickly to fix a problem in 3.3.7 UNIX
&lt;br&gt;versions which
&lt;br&gt;prevented a copy of the Wrapper which was started as a daemon process from
&lt;br&gt;being stopped with the Wrapper's shell script.
&lt;br&gt;&lt;br&gt;We also had been working on some changes to the way log files are rotated and
&lt;br&gt;purged. &amp;nbsp;The new system should be much more flexible, while remaining compatible
&lt;br&gt;with past configuration files.
&lt;br&gt;&lt;br&gt;The ordering of jar files resulting from a wildcard classpath property are now
&lt;br&gt;sorted to ensure consistent operation when there are duplicate classes
&lt;br&gt;or resources.
&lt;br&gt;&lt;br&gt;There were also a few other bug fixed and enhancements made. &amp;nbsp;Please review
&lt;br&gt;the release notes for a full list of changes.
&lt;br&gt;&lt;a href=&quot;http://wrapper.tanukisoftware.org/doc/english/release-notes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/release-notes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;We recommend that all users of 3.3.7 upgrade to 3.3.8 due to the UNIX problem.
&lt;br&gt;&lt;br&gt;Please let me know if you have any questions about the release.
&lt;br&gt;&lt;br&gt;Sincerely,
&lt;br&gt;Leif Mortenson
&lt;br&gt;Tanuki Software, Ltd.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26238320&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Java-Service-Wrapper-3.3.8-released-tp26238320p26238320.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26234222</id>
	<title>Re: Wrapper start problems on Linux</title>
	<published>2009-11-06T07:46:35Z</published>
	<updated>2009-11-06T07:46:35Z</updated>
	<author>
		<name>Lars Schnoor</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Hi Leif&lt;br&gt;
I was a bit fast. It works fine on Windows XP (32-bit) and Red Hat 5
(64-bit) but on Ubuntu 9.10 (32-bit) it kills the JVM after the 30
seconds. I have no idea why it works on Red Hat and Windows XP.&lt;br&gt;
I will try you suggestion on Ubuntu.&lt;br&gt;
&lt;br&gt;
Lars&lt;br&gt;
&lt;br&gt;
Leif Mortenson wrote:
&lt;blockquote cite=&quot;mid:c0afdf360911060740p2e57cbd7s97f87ebb0d3e1707@mail.gmail.com&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;Lars,
If the WrapperManager is not initialized, then the Wrapper will kill
the JVM by default after 30 seconds or so.  Have you disabled any of
the default timeouts?  If so, all of the freeze detection code will
not be working.

Have you tried using Integration method #1?  It lets you do codeless
integration.  If your special.start.class is designed to run as a
normal standalone Java main class then following will work:

wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
wrapper.app.parameter.1=special.start.class
wrapper.app.parameter.2=-&quot;parameter to special start class&quot;
wrapper.app.parameter.3=myStartClass

See the following documentation for more details:
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://wrapper.tanukisoftware.org/doc/english/integrate-simple-win.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/integrate-simple-win.html&lt;/a&gt;

Cheers,
Leif

On Fri, Nov 6, 2009 at 11:37 PM, Lars Schnoor &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234222&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lars.Schnoor@...&lt;/a&gt; wrote:
  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;Hi Leif
Thanks for the quick reply. I changed the wrapper parameters like you
suggested and now it works.
The special.start.class does not implement WrapperListener or initialize the
WrapperManager, but it works anyway.
I did not make the special.start.class myself, so I can't make implement the
WrapperListener.

Lars

Leif Mortenson wrote:

Lars,
All versions of the Wrapper actually expect that you correctly break
the parameters into individual parameters.  On Windows they are all
reconstructed into a single line so it works, but on UNIX, the command
is broken up into the individual components and passed to the system
as an array.

You need to do the following and it will work on all platforms:

wrapper.java.mainclass=special.start.class
wrapper.app.parameter.1=-&quot;parameter to special start class&quot;
wrapper.app.parameter.1=myStartClass

The class you specify for the wrapper.java.mainclass must implement
the WrapperListener and initialize the WrapperManager class directly
or indirectly.  You are using what we call Integration Method #3.
Please read over the following page and let me know if you have any
additional questions.
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html&lt;/a&gt;

Cheers,
Leif


On Fri, Nov 6, 2009 at 10:18 PM, Lars Schnoor &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234222&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lars.Schnoor@...&lt;/a&gt; wrote:


Hi
I have a Java application that is started in a special way. I have a main
class in my application that implements the WrapperListener interface.
from the command prompt I can start my application with:
java -cp myApplication.jar special.start.class -&quot;parameter to special start
class&quot; myStartClass
I can start my application by the above line on both Windows and Linux.

On Windows I put the following line in my wrapper.conf:
wrapper.java.mainclass=special.start.class -&quot;parameter to special start
class&quot; myStartClass
And it works fine.

On Linux (Red Hat Enterprise Linux 5 64-bit) I tried the same, putting the
same line in the wrapper.conf:
wrapper.java.mainclass=special.start.class -&quot;parameter to special start
class&quot; myStartClass
Here it does not work, I get an ClassNotFoundException for the class:
special.start.class -&quot;parameter to special start class&quot; myStartClass
For me it seems as if the wrapper on Linux sees special.start.class
-&quot;parameter to special start class&quot; myStartClass as one class, where the
wrapper on Windows starts the special.start.class with -&quot;parameter to
special start class&quot; myStartClass as parameters.
I tried putting:
wrapper.java.mainclass=special.start.class
wrapper.app.parameter.1=-&quot;parameter to special start class&quot; myStartClass
in the wrapper.conf and with this the wrapper starts, but since the
special.start.class does not implement the WrapperListener interface, the
wrapper shuts down after five tries.
Any idea how I can get it to work on Linux, I am using version 3.2.3 of the
wrapper?
Thanks in advance!

Lars
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;
_______________________________________________
Wrapper-user mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234222&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234222&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wrapper-start-problems-on-Linux-tp26231888p26234222.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26234091</id>
	<title>Re: Wrapper start problems on Linux</title>
	<published>2009-11-06T07:40:26Z</published>
	<updated>2009-11-06T07:40:26Z</updated>
	<author>
		<name>Leif Mortenson-2</name>
	</author>
	<content type="html">Lars,
&lt;br&gt;If the WrapperManager is not initialized, then the Wrapper will kill
&lt;br&gt;the JVM by default after 30 seconds or so. &amp;nbsp;Have you disabled any of
&lt;br&gt;the default timeouts? &amp;nbsp;If so, all of the freeze detection code will
&lt;br&gt;not be working.
&lt;br&gt;&lt;br&gt;Have you tried using Integration method #1? &amp;nbsp;It lets you do codeless
&lt;br&gt;integration. &amp;nbsp;If your special.start.class is designed to run as a
&lt;br&gt;normal standalone Java main class then following will work:
&lt;br&gt;&lt;br&gt;wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
&lt;br&gt;wrapper.app.parameter.1=special.start.class
&lt;br&gt;wrapper.app.parameter.2=-&amp;quot;parameter to special start class&amp;quot;
&lt;br&gt;wrapper.app.parameter.3=myStartClass
&lt;br&gt;&lt;br&gt;See the following documentation for more details:
&lt;br&gt;&lt;a href=&quot;http://wrapper.tanukisoftware.org/doc/english/integrate-simple-win.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/integrate-simple-win.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Leif
&lt;br&gt;&lt;br&gt;On Fri, Nov 6, 2009 at 11:37 PM, Lars Schnoor &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234091&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lars.Schnoor@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Leif
&lt;br&gt;&amp;gt; Thanks for the quick reply. I changed the wrapper parameters like you
&lt;br&gt;&amp;gt; suggested and now it works.
&lt;br&gt;&amp;gt; The special.start.class does not implement WrapperListener or initialize the
&lt;br&gt;&amp;gt; WrapperManager, but it works anyway.
&lt;br&gt;&amp;gt; I did not make the special.start.class myself, so I can't make implement the
&lt;br&gt;&amp;gt; WrapperListener.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lars
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Leif Mortenson wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lars,
&lt;br&gt;&amp;gt; All versions of the Wrapper actually expect that you correctly break
&lt;br&gt;&amp;gt; the parameters into individual parameters. &amp;nbsp;On Windows they are all
&lt;br&gt;&amp;gt; reconstructed into a single line so it works, but on UNIX, the command
&lt;br&gt;&amp;gt; is broken up into the individual components and passed to the system
&lt;br&gt;&amp;gt; as an array.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You need to do the following and it will work on all platforms:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrapper.java.mainclass=special.start.class
&lt;br&gt;&amp;gt; wrapper.app.parameter.1=-&amp;quot;parameter to special start class&amp;quot;
&lt;br&gt;&amp;gt; wrapper.app.parameter.1=myStartClass
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The class you specify for the wrapper.java.mainclass must implement
&lt;br&gt;&amp;gt; the WrapperListener and initialize the WrapperManager class directly
&lt;br&gt;&amp;gt; or indirectly. &amp;nbsp;You are using what we call Integration Method #3.
&lt;br&gt;&amp;gt; Please read over the following page and let me know if you have any
&lt;br&gt;&amp;gt; additional questions.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Leif
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Fri, Nov 6, 2009 at 10:18 PM, Lars Schnoor &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234091&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lars.Schnoor@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt; I have a Java application that is started in a special way. I have a main
&lt;br&gt;&amp;gt; class in my application that implements the WrapperListener interface.
&lt;br&gt;&amp;gt; from the command prompt I can start my application with:
&lt;br&gt;&amp;gt; java -cp myApplication.jar special.start.class -&amp;quot;parameter to special start
&lt;br&gt;&amp;gt; class&amp;quot; myStartClass
&lt;br&gt;&amp;gt; I can start my application by the above line on both Windows and Linux.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Windows I put the following line in my wrapper.conf:
&lt;br&gt;&amp;gt; wrapper.java.mainclass=special.start.class -&amp;quot;parameter to special start
&lt;br&gt;&amp;gt; class&amp;quot; myStartClass
&lt;br&gt;&amp;gt; And it works fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Linux (Red Hat Enterprise Linux 5 64-bit) I tried the same, putting the
&lt;br&gt;&amp;gt; same line in the wrapper.conf:
&lt;br&gt;&amp;gt; wrapper.java.mainclass=special.start.class -&amp;quot;parameter to special start
&lt;br&gt;&amp;gt; class&amp;quot; myStartClass
&lt;br&gt;&amp;gt; Here it does not work, I get an ClassNotFoundException for the class:
&lt;br&gt;&amp;gt; special.start.class -&amp;quot;parameter to special start class&amp;quot; myStartClass
&lt;br&gt;&amp;gt; For me it seems as if the wrapper on Linux sees special.start.class
&lt;br&gt;&amp;gt; -&amp;quot;parameter to special start class&amp;quot; myStartClass as one class, where the
&lt;br&gt;&amp;gt; wrapper on Windows starts the special.start.class with -&amp;quot;parameter to
&lt;br&gt;&amp;gt; special start class&amp;quot; myStartClass as parameters.
&lt;br&gt;&amp;gt; I tried putting:
&lt;br&gt;&amp;gt; wrapper.java.mainclass=special.start.class
&lt;br&gt;&amp;gt; wrapper.app.parameter.1=-&amp;quot;parameter to special start class&amp;quot; myStartClass
&lt;br&gt;&amp;gt; in the wrapper.conf and with this the wrapper starts, but since the
&lt;br&gt;&amp;gt; special.start.class does not implement the WrapperListener interface, the
&lt;br&gt;&amp;gt; wrapper shuts down after five tries.
&lt;br&gt;&amp;gt; Any idea how I can get it to work on Linux, I am using version 3.2.3 of the
&lt;br&gt;&amp;gt; wrapper?
&lt;br&gt;&amp;gt; Thanks in advance!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lars
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26234091&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wrapper-start-problems-on-Linux-tp26231888p26234091.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26233919</id>
	<title>Auto-updating JREs corrupting themselves</title>
	<published>2009-11-06T07:00:09Z</published>
	<updated>2009-11-06T07:00:09Z</updated>
	<author>
		<name>Jason_Chown</name>
	</author>
	<content type="html">
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Hi,&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;This isn't solely related to wrapper
processes, but I've had a lot of hassle with Sun's auto-updating mechanism
trashing the installed JRE on Windows.&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;You end up with:&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&lt;b&gt;C:\&amp;gt;java -version&lt;/b&gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&lt;b&gt;Error occurred during initialization
of VM&lt;/b&gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&lt;b&gt;java/lang/NoClassDefFoundError: java/lang/Object&lt;/b&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;It seems to be the fact that I am using
the Invocation API (http://java.sun.com/j2se/1.4.2/docs/guide/jni/spec/invocation.html),
mostly so that users see &amp;quot;MyProgram.exe&amp;quot; &amp;nbsp;rather than &amp;quot;java.exe&amp;quot;
in the task manager. The wrapper calls my executable which parses all arguments
similarly to java.exe but creates its own VM. Unfortunately the installer
doesn't notice that my program is running and merrily installs, trashing
itself in the process.&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Anyone else suffered similarly? Any
known workarounds?&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Jason Chown&lt;br&gt;
Sony Computer Entertainment Europe Limited&lt;br&gt;
http://eu.playstation.com&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;
&lt;p&gt;&lt;span style=&quot;font-family:'Arial';font-size:8pt;&quot;&gt;**********************************************************************&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-family:'Arial';font-size:8pt;&quot;&gt;This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233919&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;postmaster@...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-family:'Arial';font-size:8pt;&quot;&gt;This footnote also confirms that this email message has been checked for all known viruses.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-family:'Arial';font-size:8pt;&quot;&gt;Sony Computer Entertainment Europe Limited&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-family:'Arial';font-size:8pt;&quot;&gt;Registered Office: 10 Great Marlborough Street, London W1F 7LP, United Kingdom&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-family:'Arial';font-size:8pt;&quot;&gt;Registered in England: 3277793&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-family:'Arial';font-size:8pt;&quot;&gt;**********************************************************************&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-family:'Arial';font-size:8pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233919&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wrapper-start-problems-on-Linux-tp26231888p26233919.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26233087</id>
	<title>Re: Wrapper start problems on Linux</title>
	<published>2009-11-06T06:37:54Z</published>
	<updated>2009-11-06T06:37:54Z</updated>
	<author>
		<name>Lars Schnoor</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Hi Leif&lt;br&gt;
Thanks for the quick reply. I changed the wrapper parameters like you
suggested and now it works.&lt;br&gt;
The special.start.class does not implement WrapperListener or
initialize the WrapperManager, but it works anyway.&lt;br&gt;
I did not make the special.start.class myself, so I can't make
implement the WrapperListener.&lt;br&gt;
&lt;br&gt;
Lars&lt;br&gt;
&lt;br&gt;
Leif Mortenson wrote:
&lt;blockquote cite=&quot;mid:c0afdf360911060528l48111117u1549703789c1d757@mail.gmail.com&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;Lars,
All versions of the Wrapper actually expect that you correctly break
the parameters into individual parameters.  On Windows they are all
reconstructed into a single line so it works, but on UNIX, the command
is broken up into the individual components and passed to the system
as an array.

You need to do the following and it will work on all platforms:

wrapper.java.mainclass=special.start.class
wrapper.app.parameter.1=-&quot;parameter to special start class&quot;
wrapper.app.parameter.1=myStartClass

The class you specify for the wrapper.java.mainclass must implement
the WrapperListener and initialize the WrapperManager class directly
or indirectly.  You are using what we call Integration Method #3.
Please read over the following page and let me know if you have any
additional questions.
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html&lt;/a&gt;

Cheers,
Leif


On Fri, Nov 6, 2009 at 10:18 PM, Lars Schnoor &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233087&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lars.Schnoor@...&lt;/a&gt; wrote:
  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;Hi
I have a Java application that is started in a special way. I have a main
class in my application that implements the WrapperListener interface.
from the command prompt I can start my application with:
java -cp myApplication.jar special.start.class -&quot;parameter to special start
class&quot; myStartClass
I can start my application by the above line on both Windows and Linux.

On Windows I put the following line in my wrapper.conf:
wrapper.java.mainclass=special.start.class -&quot;parameter to special start
class&quot; myStartClass
And it works fine.

On Linux (Red Hat Enterprise Linux 5 64-bit) I tried the same, putting the
same line in the wrapper.conf:
wrapper.java.mainclass=special.start.class -&quot;parameter to special start
class&quot; myStartClass
Here it does not work, I get an ClassNotFoundException for the class:
special.start.class -&quot;parameter to special start class&quot; myStartClass
For me it seems as if the wrapper on Linux sees special.start.class
-&quot;parameter to special start class&quot; myStartClass as one class, where the
wrapper on Windows starts the special.start.class with -&quot;parameter to
special start class&quot; myStartClass as parameters.
I tried putting:
wrapper.java.mainclass=special.start.class
wrapper.app.parameter.1=-&quot;parameter to special start class&quot; myStartClass
in the wrapper.conf and with this the wrapper starts, but since the
special.start.class does not implement the WrapperListener interface, the
wrapper shuts down after five tries.
Any idea how I can get it to work on Linux, I am using version 3.2.3 of the
wrapper?
Thanks in advance!

Lars
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;
_______________________________________________
Wrapper-user mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233087&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26233087&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wrapper-start-problems-on-Linux-tp26231888p26233087.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26232059</id>
	<title>Re: Wrapper start problems on Linux</title>
	<published>2009-11-06T05:28:51Z</published>
	<updated>2009-11-06T05:28:51Z</updated>
	<author>
		<name>Leif Mortenson-3</name>
	</author>
	<content type="html">Lars,
&lt;br&gt;All versions of the Wrapper actually expect that you correctly break
&lt;br&gt;the parameters into individual parameters. &amp;nbsp;On Windows they are all
&lt;br&gt;reconstructed into a single line so it works, but on UNIX, the command
&lt;br&gt;is broken up into the individual components and passed to the system
&lt;br&gt;as an array.
&lt;br&gt;&lt;br&gt;You need to do the following and it will work on all platforms:
&lt;br&gt;&lt;br&gt;wrapper.java.mainclass=special.start.class
&lt;br&gt;wrapper.app.parameter.1=-&amp;quot;parameter to special start class&amp;quot;
&lt;br&gt;wrapper.app.parameter.1=myStartClass
&lt;br&gt;&lt;br&gt;The class you specify for the wrapper.java.mainclass must implement
&lt;br&gt;the WrapperListener and initialize the WrapperManager class directly
&lt;br&gt;or indirectly. &amp;nbsp;You are using what we call Integration Method #3.
&lt;br&gt;Please read over the following page and let me know if you have any
&lt;br&gt;additional questions.
&lt;br&gt;&lt;a href=&quot;http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Leif
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, Nov 6, 2009 at 10:18 PM, Lars Schnoor &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26232059&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lars.Schnoor@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt; I have a Java application that is started in a special way. I have a main
&lt;br&gt;&amp;gt; class in my application that implements the WrapperListener interface.
&lt;br&gt;&amp;gt; from the command prompt I can start my application with:
&lt;br&gt;&amp;gt; java -cp myApplication.jar special.start.class -&amp;quot;parameter to special start
&lt;br&gt;&amp;gt; class&amp;quot; myStartClass
&lt;br&gt;&amp;gt; I can start my application by the above line on both Windows and Linux.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Windows I put the following line in my wrapper.conf:
&lt;br&gt;&amp;gt; wrapper.java.mainclass=special.start.class -&amp;quot;parameter to special start
&lt;br&gt;&amp;gt; class&amp;quot; myStartClass
&lt;br&gt;&amp;gt; And it works fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Linux (Red Hat Enterprise Linux 5 64-bit) I tried the same, putting the
&lt;br&gt;&amp;gt; same line in the wrapper.conf:
&lt;br&gt;&amp;gt; wrapper.java.mainclass=special.start.class -&amp;quot;parameter to special start
&lt;br&gt;&amp;gt; class&amp;quot; myStartClass
&lt;br&gt;&amp;gt; Here it does not work, I get an ClassNotFoundException for the class:
&lt;br&gt;&amp;gt; special.start.class -&amp;quot;parameter to special start class&amp;quot; myStartClass
&lt;br&gt;&amp;gt; For me it seems as if the wrapper on Linux sees special.start.class
&lt;br&gt;&amp;gt; -&amp;quot;parameter to special start class&amp;quot; myStartClass as one class, where the
&lt;br&gt;&amp;gt; wrapper on Windows starts the special.start.class with -&amp;quot;parameter to
&lt;br&gt;&amp;gt; special start class&amp;quot; myStartClass as parameters.
&lt;br&gt;&amp;gt; I tried putting:
&lt;br&gt;&amp;gt; wrapper.java.mainclass=special.start.class
&lt;br&gt;&amp;gt; wrapper.app.parameter.1=-&amp;quot;parameter to special start class&amp;quot; myStartClass
&lt;br&gt;&amp;gt; in the wrapper.conf and with this the wrapper starts, but since the
&lt;br&gt;&amp;gt; special.start.class does not implement the WrapperListener interface, the
&lt;br&gt;&amp;gt; wrapper shuts down after five tries.
&lt;br&gt;&amp;gt; Any idea how I can get it to work on Linux, I am using version 3.2.3 of the
&lt;br&gt;&amp;gt; wrapper?
&lt;br&gt;&amp;gt; Thanks in advance!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lars
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26232059&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wrapper-start-problems-on-Linux-tp26231888p26232059.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26232050</id>
	<title>Re: Wrapper start problems on Linux</title>
	<published>2009-11-06T05:28:30Z</published>
	<updated>2009-11-06T05:28:30Z</updated>
	<author>
		<name>Lars Schnoor</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
One more thing, if I copy the command the wrapper gives to Java in a
terminal window my application runs without problems, I mean the output
I get from:&lt;br&gt;
wrapper.java.command.loglevel=INFO&lt;br&gt;
&lt;br&gt;
Lars&lt;br&gt;
&lt;br&gt;
Lars Schnoor wrote:
&lt;blockquote cite=&quot;mid:4AF42238.5000905@ifad.dk&quot; type=&quot;cite&quot;&gt;Hi&lt;br&gt;
I have a Java application that is started in a special way. I have a
main class in my application that implements the WrapperListener
interface.&lt;br&gt;
from the command prompt I can start my application with:&lt;br&gt;
java -cp &lt;i&gt;myApplication&lt;/i&gt;.jar &lt;i&gt;special.start.class&lt;/i&gt; -&lt;i&gt;&quot;parameter
to special start class&quot;&lt;/i&gt; &lt;i&gt;myStartClass&lt;/i&gt;&lt;br&gt;
I can start my application by the above line on both Windows and Linux.&lt;br&gt;
  &lt;br&gt;
On Windows I put the following line in my wrapper.conf:&lt;br&gt;
  &lt;b&gt;wrapper.java.mainclass=special.start.class -&quot;parameter to special
start class&quot; myStartClass&lt;/b&gt;&lt;br&gt;
And it works fine.&lt;br&gt;
  &lt;br&gt;
On Linux (Red Hat Enterprise Linux 5 64-bit) I tried the same, putting
the same line in the wrapper.conf:&lt;br&gt;
  &lt;b&gt;wrapper.java.mainclass=special.start.class -&quot;parameter to special
start class&quot; myStartClass&lt;/b&gt;&lt;br&gt;
Here it does not work, I get an ClassNotFoundException for the class: &lt;b&gt;special.start.class
-&quot;parameter to special start class&quot; myStartClass&lt;br&gt;
  &lt;/b&gt;For me it seems as if the wrapper on Linux sees &lt;b&gt;special.start.class
-&quot;parameter to special start class&quot; myStartClass&lt;/b&gt; as one class,
where the wrapper on Windows starts the &lt;i&gt;special.start.class&lt;/i&gt;
with &lt;i&gt;-&quot;parameter to special start class&quot; myStartClass&lt;/i&gt; as
parameters.&lt;br&gt;
I tried putting: &lt;br&gt;
  &lt;b&gt;wrapper.java.mainclass=special.start.class &lt;br&gt;
wrapper.app.parameter.1=-&quot;parameter to special start class&quot; myStartClass&lt;/b&gt;&lt;br&gt;
in the wrapper.conf and with this the wrapper starts, but since the &lt;i&gt;special.start.class&lt;/i&gt;
does not implement the WrapperListener interface, the wrapper shuts
down after five tries.&lt;br&gt;
Any idea how I can get it to work on Linux, I am using version 3.2.3 of
the wrapper?&lt;br&gt;
Thanks in advance!&lt;br&gt;
  &lt;br&gt;
Lars&lt;br&gt;
  &lt;pre wrap=&quot;&quot;&gt;
&lt;hr size=&quot;4&quot; width=&quot;90%&quot;&gt;
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;/pre&gt;
  &lt;pre wrap=&quot;&quot;&gt;
&lt;hr size=&quot;4&quot; width=&quot;90%&quot;&gt;
_______________________________________________
Wrapper-user mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26232050&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26232050&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wrapper-start-problems-on-Linux-tp26231888p26232050.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26231888</id>
	<title>Wrapper start problems on Linux</title>
	<published>2009-11-06T05:18:48Z</published>
	<updated>2009-11-06T05:18:48Z</updated>
	<author>
		<name>Lars Schnoor</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Hi&lt;br&gt;
I have a Java application that is started in a special way. I have a
main class in my application that implements the WrapperListener
interface.&lt;br&gt;
from the command prompt I can start my application with:&lt;br&gt;
java -cp &lt;i&gt;myApplication&lt;/i&gt;.jar &lt;i&gt;special.start.class&lt;/i&gt; -&lt;i&gt;&quot;parameter
to special start class&quot;&lt;/i&gt; &lt;i&gt;myStartClass&lt;/i&gt;&lt;br&gt;
I can start my application by the above line on both Windows and Linux.&lt;br&gt;
&lt;br&gt;
On Windows I put the following line in my wrapper.conf:&lt;br&gt;
&lt;b&gt;wrapper.java.mainclass=special.start.class -&quot;parameter to special
start class&quot; myStartClass&lt;/b&gt;&lt;br&gt;
And it works fine.&lt;br&gt;
&lt;br&gt;
On Linux (Red Hat Enterprise Linux 5 64-bit) I tried the same, putting
the same line in the wrapper.conf:&lt;br&gt;
&lt;b&gt;wrapper.java.mainclass=special.start.class -&quot;parameter to special
start class&quot; myStartClass&lt;/b&gt;&lt;br&gt;
Here it does not work, I get an ClassNotFoundException for the class: &lt;b&gt;special.start.class
-&quot;parameter to special start class&quot; myStartClass&lt;br&gt;
&lt;/b&gt;For me it seems as if the wrapper on Linux sees &lt;b&gt;special.start.class
-&quot;parameter to special start class&quot; myStartClass&lt;/b&gt; as one class,
where the wrapper on Windows starts the &lt;i&gt;special.start.class&lt;/i&gt;
with &lt;i&gt;-&quot;parameter to special start class&quot; myStartClass&lt;/i&gt; as
parameters.&lt;br&gt;
I tried putting: &lt;br&gt;
&lt;b&gt;wrapper.java.mainclass=special.start.class &lt;br&gt;
wrapper.app.parameter.1=-&quot;parameter to special start class&quot; myStartClass&lt;/b&gt;&lt;br&gt;
in the wrapper.conf and with this the wrapper starts, but since the &lt;i&gt;special.start.class&lt;/i&gt;
does not implement the WrapperListener interface, the wrapper shuts
down after five tries.&lt;br&gt;
Any idea how I can get it to work on Linux, I am using version 3.2.3 of
the wrapper?&lt;br&gt;
Thanks in advance!&lt;br&gt;
&lt;br&gt;
Lars&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26231888&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wrapper-start-problems-on-Linux-tp26231888p26231888.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26220244</id>
	<title>Java Service Wrapper 3.3.7 Alert</title>
	<published>2009-11-05T10:45:36Z</published>
	<updated>2009-11-05T10:45:36Z</updated>
	<author>
		<name>Leif Mortenson-3</name>
	</author>
	<content type="html">Hello all,
&lt;br&gt;It has come to our attention, that there is a fairly serious bug in
&lt;br&gt;all UNIX platforms of 3.3.7.
&lt;br&gt;The Wrapper works fine in console mode, but when started as a daemon
&lt;br&gt;process, the
&lt;br&gt;Wrapper becomes confused and writes the wrong PID into its pid file.
&lt;br&gt;&lt;br&gt;It will continue to run without problems, but you will not be able to
&lt;br&gt;stop the Wrapper using
&lt;br&gt;the shell scripts because the script sees the wrong PID and thinks
&lt;br&gt;that the Wrapper is
&lt;br&gt;already stopped. &amp;nbsp;You can stop the Wrapper by looking up its pid and
&lt;br&gt;call 'kill {pid}' manually.
&lt;br&gt;&lt;br&gt;This was a bug added last week in 3.3.7. &amp;nbsp; 3.3.6 works perfectly, and
&lt;br&gt;we are very close to
&lt;br&gt;a 3.3.8 release with the fix.
&lt;br&gt;&lt;br&gt;In the mean time, please use the 3.3.6 release found here:
&lt;br&gt;&lt;a href=&quot;http://wrapper.tanukisoftware.org/downloads&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wrapper.tanukisoftware.org/downloads&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please let me know if you have any questions about this problem.
&lt;br&gt;&lt;br&gt;Sincerely,
&lt;br&gt;Leif Mortenson,
&lt;br&gt;Tanuki Software, Ltd.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Wrapper-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26220244&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Wrapper-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/wrapper-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/wrapper-user&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Java-Service-Wrapper-3.3.7-Alert-tp26220244p26220244.html" />
</entry>

</feed>
