2011-01-24 13 views
0

私は自宅のマシンで氷点下チュートリアルの例を実行しようとしました。ubuntuは完全にTomcat 7で動作しますが、ここでは、IceFaces 2フェイスレットの問題

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

私のアイスフェイスWebアプリケーションでこの種の例外を修正しました。私は間違ったicefaces.jarファイルを持っていました。すべての瓶をチェックしなければならないかもしれませんか?

0

は、私の場合にはエラーでした: NoSuchMethodError:org.icefaces.util.EnvUtils.isCoallesceResources ソリューションは、3.1.0から3.3へ、のpom.xmlに私が使っていたICEfacesをのバージョンを変更することでした。 0