I'm trying to use FileLogging with the latest binary.
For doing this. i'm copied the ConsoleLogging-section of jboss-conf and
chaged it to FileLogging:
<MLET CODE = "org.jboss.logging.FileLogging" ARCHIVE="jboss.jar"
CODEBASE="../lib/ext/">
   <ARG TYPE="java.lang.String" VALUE="Information,Debug,Warning,Error">
   <ARG TYPE="java.lang.String" VALUE="[{2}] {4}">
</MLET>

For the first time, everything worked and i got a server.log in the log
directory.
The second time, i started jboss, i got an except:
...
[Configuration] Format set to [{2}] {4} in
DefaultDomain:service=Logging,type=Console
[Configuration] Port set to 8083 in DefaultDomain:service=Webserver
[Configuration] LogName set to server.log in
DefaultDomain:service=Logging,type=File
[Configuration] VerifyDeployments set to true in
EJB:service=ContainerFactory
[Default] java.lang.NullPointerException
[Default] java.lang.NullPointerException
Exception in thread "main" [Default] java.lang.NullPointerException

and the container did not deploy my beans.

When I removed the FileLogging from jboss.conf and jboss.jcml, everthing
worked again.

Any help is appreciated

Tilmann
[EMAIL PROTECTED] 


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to