My JSF application works fine on Timcat 5.0, but when I try to deploy it for real on Oracle 10g I get a message logged saying;
04/09/16 15:12:47 r-incidents: Error initializing servlet java.lang.NullPointerException at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144) at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2130) at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4560)
I've done a long google search and found others with the same problem on other containers but none of the solutions work.
Any of you clever people have any ideas? Its really really really annoying me!