 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
guillespie Guest
|
Posted: Thu Feb 05, 2004 3:46 pm Post subject: problem with eclipse/jboss using lomboz framework |
|
|
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.
--
BANZAÏÏÏÏ !!!
:-$
|
|
| Back to top |
|
 |
nobody important Guest
|
Posted: Fri Feb 06, 2004 9:18 am Post subject: Re: problem with eclipse/jboss using lomboz framework |
|
|
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 )
/nobody important
"guillespie" <guillespie (AT) free (DOT) fr> wrote
| Quote: | 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.
--
BANZAÏÏÏÏ !!!
:-$
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|