java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
jsp-api and servlet-api jars must NOT be deployed by your web app. They should be marked as provided but not deployed by your app.
- Expert tip
The server rejects all jars that already belong to the server runtime (such as tomcat-**.jar, servlet**.jar). Consider substituting the CORS filter you're using for this one: https://goo.gl/ctQ7Fs
Solutions on the web
via Oracle Community by quintesse, 1 year ago
via blogspot.com by Unknown author, 2 years ago
via Coderanch by vijayaraghavan annamalai, 1 year ago
java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:998)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1494)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4474)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:5192)
at com.sun.enterprise.web.WebModule.start(WebModule.java:341)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:989)