com.sun.faces.lifecycle.ELResolverInitPhaseListener.beforePhase

简介:
exception    

javax.servlet.ServletException: Servlet execution threw an exception 


root cause    

java.lang.NoSuchMethodError: javax.faces.application.Application.getELResolver()Ljavax/el/ELResolver; 
  org.apache.myfaces.el.VariableResolverToApplicationELResolverAdapter.resolveVariable(VariableResolverToApplicationELResolverAdapter.java:45) 
  org.ajax4jsf.framework.ajax.AjaxContext.getCurrentInstance(AjaxContext.java:154) 
  org.ajax4jsf.framework.renderer.AjaxPhaseListener.afterPhase(AjaxPhaseListener.java:76) 
  org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersAfter(PhaseListenerManager.java:92) 
  org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:99) 
  org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:70) 
  javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
 删除web-inf\lib\jsf-api.jar和jsf-impl.jar就好啦。


本文转自sucre03 51CTO博客,原文链接:http://blog.51cto.com/sucre/354175,如需转载请自行联系原作者
相关文章
|
4月前
|
设计模式 人工智能 Java
Error: JavaFX runtime components are missing, and are required to run this application with Gradle e
Error: JavaFX runtime components are missing, and are required to run this application with Gradle e
63 1
|
8月前
|
Android开发 Kotlin
No signature of method: build_dr75kj88i2pi195a6zalvt5yu.android() is applicable for argument types
No signature of method: build_dr75kj88i2pi195a6zalvt5yu.android() is applicable for argument types
150 0
|
9月前
UE Load texture images at runtime Plugin description
UE Load texture images at runtime Plugin description
56 0
JavaFX报错:Class FIFinderSyncExtensionHost is implemented in both
JavaFX报错:Class FIFinderSyncExtensionHost is implemented in both
52 0
java.lang.UnsatisfiedLinkError: Library not loaded: @rpath/libo.dylib Reason: image not found
java.lang.UnsatisfiedLinkError: Library not loaded: @rpath/libo.dylib Reason: image not found
68 0
|
Android开发
Failed to transform artifact 'butterknife-runtime.aar (com.jakewharton:butterknife-runtime:10.1.0)'
Failed to transform artifact 'butterknife-runtime.aar (com.jakewharton:butterknife-runtime:10.1.0)'
Failed resolution of: Lokhttp3/internal/Platform;
Failed resolution of: Lokhttp3/internal/Platform;
143 0
|
Android开发 Spring
An internal error occurred during: "Building UI model". com/google/common/base/Function
版权声明:本文为 testcs_dn(微wx笑) 原创文章,非商用自由转载-保持署名-注明出处,谢谢。 https://blog.csdn.net/testcs_dn/article/details/78798610 ...
1541 0