Hello all
I have  a problem about Chaptre 7. The server deploiy correctly the application, but 
when I run the test client, the client console give me this orrible error:

Looking up the factory
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.(FileOutputStream.java:179)
        at java.io.FileOutputStream.(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)
        at 
org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:123)
        at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:87)
        at 
org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:645)
        at 
org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:603)
        at 
org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:500)
        at 
org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:406)
        at 
org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:432)
        at 
org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:460)
        at org.apache.log4j.LogManager.(LogManager.java:113)
        at org.jboss.logging.Log4jLoggerPlugin.init(Log4jLoggerPlugin.java:63)
        at org.jboss.logging.Logger.getDelegatePlugin(Logger.java:320)
        at org.jboss.logging.Logger.(Logger.java:78)
        at org.jboss.logging.Logger.getLogger(Logger.java:291)
        at org.jnp.interfaces.NamingContext.(NamingContext.java:102)
        at 
org.jnp.interfaces.NamingContextFactory.getInitialContext(NamingContextFactory.java:41)
        at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
        at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
        at javax.naming.InitialContext.init(InitialContext.java:219)
        at javax.naming.InitialContext.(InitialContext.java:195)
        at au.com.tusc.client.RequestMDBClient.getContext(RequestMDBClient.java:38)
        at au.com.tusc.client.RequestMDBClient.testMDBBean(RequestMDBClient.java:51)
        at au.com.tusc.client.RequestMDBClient.main(RequestMDBClient.java:79)
Looking up the queue
java.lang.ClassCastException
        at au.com.tusc.client.RequestMDBClient.testMDBBean(RequestMDBClient.java:54)
        at au.com.tusc.client.RequestMDBClient.main(RequestMDBClient.java:79)

Can Anyone help me, please???
 Thanks in advance very much 
raffaele



<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827560#3827560";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827560>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to