NullPointerException in FacesServlet.init
438798Feb 22 2005 — edited Feb 22 2005Using 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)