https://issues.apache.org/bugzilla/show_bug.cgi?id=49367
David Fisher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from David Fisher <[email protected]> 2010-06-01 10:28:35 EDT --- This is a question that should really start on the user list. The stack dump is very helpful - struts, spring framework and tomcat are in use. NoSuchMethod error almost always means a problem with the classpath. For webapps and Tomcat this means that you need to put POI jar files in one of two places: (1) In the WEB-INF/lib subfolder of your webapps. (2) In tomcat/shared/lib if Tomcat 5.5 or earlier, or tomcat/lib if Tomcat 6 or more recent. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
