我试图在我的家用机器ubuntu上运行icefaces教程示例它在tomcat 7中完美运行但是在windows上它只是给我这个讨厌的异常任何建议吗?
GRAVE: Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener
java.lang.NoSuchMethodError: org.icefaces.util.EnvUtils.isPartialStateSaving (Ljavax / faces / context / FacesContext;) Z
at org.icefaces.component.fileentry.FileEntryFormSubmit. <init> (FileEntryFormSubmit.java: 47)
at org.icefaces.component.fileentry.FileEntryLoader. <init> (FileEntryLoader.java: 45)
答案 0 :(得分:0)
我刚刚在我的icefaces web应用程序中修复了这种异常。我有不正确的icefaces.jar文件。你可能需要检查所有的罐子吗?
答案 1 :(得分:0)
在我的情况下,错误是: NoSuchMethodError:org.icefaces.util.EnvUtils.isCoallesceResources 解决方案是在pom.xml中更改我使用的icefaces版本,从3.1.0到3.3.0