There is a log4.properties file in the bootstrap run.jar that
defines the location of the boot.log when run outside of eclipse.

--
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

Matthew Van Horn wrote:

I am using JBoss-3.2.2 integrated into Eclipse-2.1.2 via the Lomboz
plugin, and I am getting the following error when I stop the server. I'm
not sure where this is happening. There used to be a problem w/ JBoss
trying to write /log/boot.log in the root on startup, and it seems this
is very similar - just at shutdown, instead. I can't seem to find where
"boot.log" and its path are specified - it is not in log4j.xml, nor any
other config files that I can see.

Can someone tell me where this is set? And also what is it trying to
write there on shutdown - my <server>/log/boot.log seems complete.

---BEGIN CONSOLE OUTPUT---
log4j:ERROR Failed to create directory structure: /log
log4j:ERROR setFile(null,false) call failed.
java.io.FileNotFoundException: /log/boot.log (No such file or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:176)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
        at org.apache.log4j.FileAppender.setFile(FileAppender.java:272)
        at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:151)
        at
org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:247)



------------------------------------------------------- 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/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to