Leif,
We were not trying to comment anything, just that someone modified the
file and accidentally added the trailing ;. =20
One thing, I've been asked for, is there any way to prevent the
jvm_restart? Currently I've set this to a very long time, but if it
could be terminated upon a failure, it would makes things easier, than
to have a services sleeping for duration.
Thanks for your help.
Luis
-----Original Message-----
From: Leif Mortenson [mailto:le...@ta...]=20
Sent: Thursday, October 30, 2003 7:51 PM
To: wra...@li...
Subject: Re: [Wrapper-user] Wrapper ping logs
Luis,
The ';' character is not a special character in the Wrapper. The=20
Wrapper is seeing
that you specified a log level called "INFO;". Since that is an=20
unknown log level, the
Wrapper's logging system is simply falling back to the safest choice,=20
which is "DEBUG".
This is the same behavior as the LogKit and Log4J logging systems when=20
an unknown
log level is encountered.
If you were trying to specify a comment, you can use the '#'
character.
Cheers,
Leif
Luis Guzman wrote:
>Hi leif,
>What does an ; in the configuration file do? We had an issue where it
>was in the following line as shown.
>wrapper.logfile.loglevel=3DINFO;
>
>It then cause the wrapper to go into debug mode and print stdout the
>following info.
>2003/10/30 17:48:06 | INFO | jvm 1 | 17:48:06,120 INFO [STDOUT]
>Received a packet PING : ping=20
>2003/10/30 17:48:06 | INFO | jvm 1 | 17:48:06,120 INFO [STDOUT]
>Send a packet PING : ok=20
>2003/10/30 17:48:06 | DEBUG | wrapperp | read a packet PING : ok=20
>2003/10/30 17:48:06 | DEBUG | wrapper | Got ping response from JVM=20
>
>Is there a wrapper configuration check that could catch this before
>launching?
>
>Thanks for your help.
>
>
>--------------------------------------------------
>Luis Guzman
>Network & System Administrator
>lui...@sk...
>=20
>Sakonnet Technology
>594 Broadway, Suite 1008
>New York NY 10012=20
>www.sknt.com
>=20
>+1 917 237 3817 direct
>+1 212 343 3103 fax=20
>
>_______________________________________________________
>This message is for the named recipient's use only. It may contain
sensitive and private proprietary information. No confidentiality is
waived or lost by any incorrect transmission. If you are not the
intended recipient, please immediately delete it and all copies of it
from your system, destroy any hard copies of it and notify the sender.
You must not, directly or indirectly, use, disclose, distribute, print,
or copy any part of this message if you are not the intended recipient.
Sakonnet Technology, LLC and its subsidiaries reserve the right to
monitor all e-mail communications through their networks. Any views
expressed in this message are those of the individual sender, except
where the message states otherwise and the sender is authorized to state
them to be the views of any such entity. Unless otherwise stated, any
pricing information given in this message is indicative only, is subject
to change and does not constitute an offer to deal at any price quoted.
Any reference to the terms of executed transactions should be treated as
preliminary only and subject to our formal written confirmation.=20
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: SF.net Giveback Program.
>Does SourceForge.net help you be more productive? Does it
>help you create better code? SHARE THE LOVE, and help us help
>YOU! Click Here: http://sourceforge.net/donate/
>_______________________________________________
>Wrapper-user mailing list
>Wra...@li...
>https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
> =20
>
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Wrapper-user mailing list
Wra...@li...
https://lists.sourceforge.net/lists/listinfo/wrapper-user
_______________________________________________________
This message is for the named recipient's use only. It may contain =
sensitive and private proprietary information. No confidentiality is =
waived or lost by any incorrect transmission. If you are not the =
intended recipient, please immediately delete it and all copies of it =
from your system, destroy any hard copies of it and notify the sender. =
You must not, directly or indirectly, use, disclose, distribute, print, =
or copy any part of this message if you are not the intended recipient. =
Sakonnet Technology, LLC and its subsidiaries reserve the right to =
monitor all e-mail communications through their networks. Any views =
expressed in this message are those of the individual sender, except =
where the message states otherwise and the sender is authorized to state =
them to be the views of any such entity. Unless otherwise stated, any =
pricing information given in this message is indicative only, is subject =
to change and does not constitute an offer to deal at any price quoted. =
Any reference to the terms of executed transactions should be treated as =
preliminary only and subject to our formal written confirmation.=20
|