I got the following error when running my app which use struts and ibatis 
sqlmap.
I'm sure there's no wrong with CategoryAddAction, i have tested all work fine
when i do not use ibatis.

The compile process is done without any error.
I have ibatis jar files in lib and also in shared lib in tomcat :(

Perhaps i'm missing something, please let me know.
PS: i tested ibatis work well in my environtment with jpetstore.

------------------------------------------------------

type Exception report

message 

description The server encountered an internal error () that prevented it from 
fulfilling this request.

exception 

javax.servlet.ServletException: Servlet execution threw an exception


root cause 

java.lang.NoClassDefFoundError
     com.strutsgen.garuda.CategoryAddAction.execute(Unknown Source)
     
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
     
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
     org.apache.struts.action.ActionServlet.process(ActionServlet.java:1480)
     org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:524)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


note The full stack trace of the root cause is available in the Apache 
Tomcat/5.5.4 logs.

Reply via email to