Nikolaus Rumm wrote:
> 
> Hello,
> 
> setting all trace levels does not work as mentioned in the default
> jonas.properties file.
> If I set the property ...
> 
> jonas.trace.level  <all>
> 
> ... I get ...
> 
> JOnAS Server, version 2.0, running on rmi.
> Exception in thread "main" java.lang.NumberFormatException: <all>
>         at java.lang.Integer.parseInt(Integer.java:409)
>         at java.lang.Integer.<init>(Integer.java:544)
>         at org.objectweb.jonas.common.Trace.levelValue(Trace.java, Compiled
> Code)
>         at org.objectweb.jonas.common.Trace.configure(Trace.java:137)
>         at org.objectweb.jonas.server.Server.main(Server.java:69)
> 
> However, this is only a minor problem, since I can set the trace level
> explicitly.
> 
> Nikolaus Rumm
> 

Hi,

You need to set 
jonas.trace.level  all

and not
jonas.trace.level  <all>

Best regards,
-- 
        Philippe

Philippe Coq  BullSoft  Phone: (33) 04 76 29 78 49
Bull S.A  - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]  http://www-frec.bull.com
Download our EJBServer at http://www.bullsoft.com/ejb
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to