Skip to Main Content

Integration

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!

NullPointerException in FacesServlet.init

438798Feb 22 2005 — edited Feb 22 2005
Using Oralce 10g app server 9.0.4.0.0

Using jsf 1.1

Works fine under Resin 3.0, but not oracle.

Added the listener lines to web.xml.
<listener>
<listener-class>com.sun.faces.config.ConfigListener</listener-class>
</listener>


The following jars are in my web-inf/lib
commons-beanutils
commons-collections
commons-dbcp
commons-digester
commons-logging
commons-pool
commons-validator
jsf-api
jsf-impl

I get a NullPointerException at app startup time, app works fine however, but why am I getting this at load time? How can I prevent this exception from happening (update for app server or fix - works fine under Resin 3.0.1)?
java.lang.NullPointerException
at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2005
Added on Feb 22 2005
3 comments
276 views