|
From: Leif M. <le...@ta...> - 2005-11-23 21:48:58
|
Floor,
From your original message, my guess is that you are not configuring the
Wrapper correctly. What does your full configuration file look like.
Your main class should be WrapperSimpleApp, WrapperStartStopApp,
or a custom class which implements the WrapperListener method.
If not, then you will get the message that you were seeing.
While it is true that setting a startup timeout of 5000 seconds will
probably
make your application appear to work, the Wrapper will still give up and
exit after 5000 seconds. You have hidden the problem but not made it go
away. Doing this also effectively disables the error detection and
correction
features of the Wrapper.
Cheers,
Leif
floor wrote:
> Thanks for the info. I'll have to look into that
> software! Just as a followup, though, I got wrapper
> working with cruisecontrol by adding
>
> wrapper.startup.timeout=5000
> wrapper.cpu.timeout=6000
>
> to the conf file.
>
> --floor
>
>
>
> __________________________________
> Yahoo! FareChase: Search multiple travel sites in one click.
> http://farechase.yahoo.com
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
> Register for a JBoss Training Course. Free Certification Exam
> for All Training Attendees Through End of 2005. For more info visit:
> http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
> _______________________________________________
> Wrapper-user mailing list
> Wra...@li...
> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
>
|