|
From: Berg, I. M. \(Ivan\) <iva...@av...> - 2005-05-18 22:48:16
|
Oh, yes, perfect, that fixed it. Thanks so much.
I guess I was being an idiot and not following directions properly...
Ivan=20
-----Original Message-----
From: wra...@li...
[mailto:wra...@li...] On Behalf Of Leif
Mortenson
Sent: Wednesday, May 18, 2005 3:42 PM
To: wra...@li...
Subject: Re: [Wrapper-user] Newbie - Integration with program that does
Thread.sleep
Ivan,
The bottom of the log output that you posted contains the following:
------------------------------------------------------------------------
Advice:
The Wrapper consists of a native component as well as a set of classes
which run within the JVM that it launches. The Java component of the
Wrapper must be initialized promptly after the JVM is launched or the
Wrapper will timeout, as just happened. Most likely the main class
specified in the Wrapper configuration file is not correctly
initializing the Wrapper classes:
AICWatchDog
While it is possible to do so manually, the Wrapper ships with helper
classes to make this initialization processes automatic.
Please review the integration section of the Wrapper's documentation for
the various methods which can be employed to launch an application
within the Wrapper:
http://wrapper.tanukisoftware.org/doc/english/integrate.html
------------------------------------------------------------------------
That is the advice log output that I was referring to. Hint, you will
want to be setting your main class to be:
wrapper.java.mainclass=3Dorg.tanukisoftware.wrapper.WrapperSimpleApp
Cheers,
Leif
Berg, Ivan Michael (Ivan) wrote:
> Leif,
> =20
> Sorry, didn't see your suggestions, other than reading docs :). I=20
> didn't see the advice posted in between the log output.
>
> Ivan
>
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be
the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=3D7412&alloc_id=3D16344&op=3Dclick
_______________________________________________
Wrapper-user mailing list
Wra...@li...
https://lists.sourceforge.net/lists/listinfo/wrapper-user
|