Error java.lang.NullPointerException at javax.faces.webapp.FacesServlet.init(FacesServlet.java144)
| Article ID: |
32539 |
| Software: |
ArcGIS Server 9.2, 9.3, 9.3.1 ArcIMS 9.2, 9.3, 9.3.1 |
| Platforms: |
Windows 2000, XP, 2003Server AIX 5.2, 5.3 Solaris 9, 10 HP-UX 11.11 Linux Red Hat AS/ES 4.0 Linux-SUSE Server 9 |
Error Message
When viewing Web Mapping applications deployed on Tomcat version 5.5.20, the following error is displayed:
"java.lang.NullPointerException at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)"
Cause
This is a known issue with the 5.5.20 distribution of Apache Tomcat.
Solution or Workaround
- Add the following to the \webapps\WEB-INF\web.xml file:
<listener>
<listener-class>com.sun.faces.config.ConfigureListener</listener-class>
</listener>
- Re-start the Tomcat service.
Come from: http://resources.arcgis.com/content/kbase?fa=articleShow&d=32539
Last updated at [2010-5-13 11:09:09]