Hi everybody
I am about to learn J2ee development with ide Eclipse using Lomboz framework
and jboss application server.
I developped yet a minimal ejb that I wish to deploy and test with a minimal
test client application.
the problem is when I'am running test application under j2ee a exception
occurs: here is the code;
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:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at org.apache.log4j.FileAppender.setFile(FileAppender.java:272)
etc ...
does someone know how to help me about this fact ?
perhaps problem in jboss configuration but I am in pain to locate it.
thanx a lot for helping.

Signature
BANZAÏÏÏÏ !!!
:-$
nobody important - 06 Feb 2004 09:18 GMT
I'm not quite sure whether that is a jboss, a lomboz or an error on your
behalf .. but when I read your stacktrace I get the feeling you're trying to
create log-files in the /log directory. This directory does not exist and it
seems you're not allowed to create it. If you're running linux - then you
propably do not have permission to create directories in the root of the
filesystem.
My advice: change the logging dir from "/log/" to "log/"
If this helps, then do read your stacktraces thoroughly next time :o)
/nobody important
> Hi everybody
>
[quoted text clipped - 22 lines]
> thanx a lot for helping.
> :-$