|
From: Victor K. <Vic...@se...> - 2004-09-30 12:47:25
|
> It may be that without that thread, your main method was > completing and the JVM was exiting before the Wrapper had > a chance to time out? I have my own non-daemon thread and the application was still running, but swing was initialisng the awt event thread. > At any rate, you will want to correct your properties. Done, many thanks. Regards, Vic -- Victor Kirk Analyst Serco Integrated Transport Tel: +44 (0)1642 636894 Fax: +44 (0)1642 636701 -- > -----Original Message----- > From: Leif Mortenson [mailto:le...@ta...] > Sent: 30 September 2004 11:21 > To: wra...@li... > Subject: Re: [Wrapper-user] Timed out waiting for a signal > from the JVM. > > > Victor, > > >This worked for me. I also got it working the way it was > >before. I noticed one of my classes still refered to a > >debug utility which uses swing, I removed that and it > >worked! Maybe the awt event handler clashed with that for > >the wrapper. > > > > > Strange, I am not sure why the Swing code would have made any > difference. > > If Swing is initialized then it starts up a non-daemon thread > to handle > events. > It may be that without that thread, your main method was > completing and > the JVM > was exiting before the Wrapper had a chance to time out? > > At any rate, you will want to correct your properties. > > >Thanks for the help, it's certainly apperciated. > > > > > You are welcome. > > Cheers, > Leif > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on > ITManagersJournal > Use IT products in your business? Tell us what you think of > them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to > find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > This message, including attachments, is intended only for the use by the person(s) to whom it is addressed. It may contain information which is privileged and confidential. Copying or use by anybody else is not authorised. If you are not the intended recipient, please contact the sender as soon as possible. The views expressed in this communication may not necessarily be the views held by Serco Integrated Transport. |