[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment classpath issue in EAR

jaikiran do-not-reply at jboss.com
Wed Oct 1 23:56:31 EDT 2008


anonymous wrote : 18:35:44,233 ERROR [FileUtils] java.io.FileNotFoundException: /config.xml (No such file or directory) 

Is FileUtils class, part of your application? I guess, its logging an incorrect exception. Because in the exception stacktrace i see this:
anonymous wrote : 
  |  18:35:44,235 ERROR [STDERR] org.dom4j.DocumentException: Error on line -1 of document : Premature end of file. Nested exception: Premature end of file.
  | 18:35:44,235 ERROR [STDERR] at org.dom4j.io.SAXReader.read(SAXReader.java:482)
  | 18:35:44,235 ERROR [STDERR] at org.dom4j.DocumentHelper.parseText(DocumentHelper.java:278) 

which makes me believe that the file was found and was being parsed.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179921#4179921

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179921



More information about the jboss-user mailing list