File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Products
»
JBoss
Author
version.properties finle not found
Harpreet Singh janda
Ranch Hand
Joined: Jan 14, 2010
Posts: 317
I like...
posted
May 27, 2010 09:55:19
0
I am getting below error. Please help how to resolve it:
Failed to boot JBoss: java.lang.NullPointerException at java.util.Properties$LineReader.readLine(Properties.java:418) at java.util.Properties.load0(Properties.java:337) at java.util.Properties.load(Properties.java:325) at org.jboss.Version.loadProperties(Version.java:291) at org.jboss.Version.<init>(Version.java:72) at org.jboss.Version.getInstance(Version.java:84) at org.jboss.system.server.ServerImpl.<init>(ServerImpl.java:89) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) at java.lang.Class.newInstance(Class.java:308) at org.jboss.system.server.ServerLoader.createServer(ServerLoader.java:289) at org.jboss.system.server.ServerLoader.load(ServerLoader.java:268) at org.jboss.Main.boot(Main.java:194) at org.jboss.Main$1.run(Main.java:508) at java.lang.Thread.run(Thread.java:619)
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 5533
I like...
posted
May 27, 2010 12:53:23
0
Which of the two stack traces you posted are shown first? Let's fix that one first and them see if the other goes away.
http://www.coderanch.com/t/497167/JBoss/Getting-Error-unmarshalling-file-exception
JBoss In Action
I agree. Here's the link:
http://aspose.com/file-tools
subject: version.properties finle not found
Similar Threads
Running JBoss
Stackoverflow without recursion
Trouble running JBOSS
How to run Jboss under Emma to find code coverage
the question about CachedRowSet and CachedRowSetImpl
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter