[jboss-user] [Beginner's Corner] - Re: java.lang.ExceptionInInitializerError

Peter Johnson do-not-reply at jboss.com
Fri May 3 10:51:09 EDT 2013


Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

"Re: java.lang.ExceptionInInitializerError"

To view the discussion, visit: https://community.jboss.org/message/811448#811448

--------------------------------------------------------------
Is this your code:

 com.documentum.fc.common.impl.preferences.PreferencesManager.readPersistentProperties(PreferencesManager.java:321)

That is not part of JBoss AS.  What have you do so far to debug that code?

Based on the name of the class and method, I will assume that the code is attempting to read a properties file. Thus my first suspiscion is that the code could not find the properties file. Have you verified that the properties file appears where the code expects to find it? (I assume you deployed a WAR file, what are the full contents of that WAR? You can get that by running "jar -tf xxx.war")
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/811448#811448]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130503/7e547f2f/attachment.html 


More information about the jboss-user mailing list