cancel
Showing results for 
Search instead for 
Did you mean: 

NoSuchMethodError

ale_carraro
Champ in-the-making
Champ in-the-making
I get this error while accessing the 'Manage User Groups' action in the Administration Console:

javax.faces.FacesException: org.apache.myfaces.taglib.html.HtmlFormTag.setAcceptCharset(Ljava/lang/String;)V
caused by:
javax.servlet.ServletException: org.apache.myfaces.taglib.html.HtmlFormTag.setAcceptCharset(Ljava/lang/String;)V
caused by:
java.lang.NoSuchMethodError: org.apache.myfaces.taglib.html.HtmlFormTag.setAcceptCharset(Ljava/lang/String;)V
This is happening since I converted from Enterprise 2.0 to Community 2.1.
I have installed it in an winxp (italian version) on tomcat 5.5, jvm 6, and using myfaces on th war distribution version 1.1.5 (sure that no other version are installed anywhere on the server)

thanks

Alex
3 REPLIES 3

gavinc
Champ in-the-making
Champ in-the-making
I have just tried this and not been able to reproduce.

As you have upgraded this may well be a Tomcat cache issue. Try stopping the server and removing the <tomcat-home>/work and <tomcat-home>/temp folders.

Start the server again and re-try.

ale_carraro
Champ in-the-making
Champ in-the-making
I'm very sorry, you are right. Clearing those dirs resolve the problem. Sorry for the stupid question…

gavinc
Champ in-the-making
Champ in-the-making
Your welcome and no question is stupid!