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

450470
Hello

I don't have a palm pre but it's supposed to dupport caldav, no ?
753239
I put in a SR to see if the Palm Pre is supported, and they told me, "There are currently no plans to make it a tier 1 platform. Palm does not currently support CalDav or CardDav and there are currently no plans for Oracle to develop mobile software for the Palm WebOS based devices. If Palm decided to support CalDav or CardDav as Apple does then we could re-evaluate support for them." In an earlier post they told me to go use Notifylink..

Mike
626394
HAve you gotten your Palm pre to work properly with NotifyLink?
755533
NotifyLink should be rock solid with Oracle. We host over 15,000 Oracle employees worldwide and you know we'd hear about it (From Mr. Ellison...) if our product didn't deliver. Please contact our live-agent tech support anytime between 8:00 a.m. and 10:00 p.m. EST for free tech support. 1-330-702-3070 option #1 for support

Edited by: user2016909 on Feb 22, 2010 2:07 PM

Edited by: user2016909 on Feb 22, 2010 2:07 PM
801052
"We host over 15,000 Oracle employees worldwide" .... You're kidding? Oracle would be better of to buy Notify as a company.... in case you really can deliver of course!

Edited by: 798049 on 27-sep-2010 15:04
1 - 5
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,065 views