Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

java.lang.ExceptionInInitializerError

843810Aug 3 2009 — edited Aug 3 2009
Alright guys, I got a tough one here. I'm trying to start up my server (JBoss 4.0) with a project attached to it. But, it won't - it gets to the deployment part, and blows up. Here's the stack trace from my log file:
2009-08-03 11:25:58,969 INFO  [org.opencms.init] . Log4j config file    : C:/Development/jboss/server/default/deploy/dispatch.ear/live.war/WEB-INF/classes/log4j.properties
2009-08-03 11:25:58,969 INFO  [STDOUT] Set the system property 'dispatchConfig.properties' to the full path of dispatchConfig.properties
2009-08-03 11:25:58,969 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/live]] Error configuring application listener of class com.mvnforum.MVNForumContextListener
java.lang.ExceptionInInitializerError
	at com.mvnforum.MVNForumContextListener.<clinit>(MVNForumContextListener.java:56)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at java.lang.Class.newInstance0(Unknown Source)
	at java.lang.Class.newInstance(Unknown Source)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3618)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4104)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Edited by: liltitus27 on Aug 3, 2009 12:59 PM

Comments

Srini Chavali-Oracle

XE is not patch-able - there is no support available.

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 31 2009
Added on Aug 3 2009
4 comments
1,042 views