您的位置:程序门 -> java -> web 开发



登陆时的问题


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


登陆时的问题
发表于:2007-07-15 11:30:56 楼主
用strusts框架做的系统,comcat容器,配置都写好了,为什么在登陆提交后出这样的错误,问题在哪里呢?

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
filters.setcharacterencodingfilter.dofilter(setcharacterencodingfilter.java:123)


root   cause  

java.lang.noclassdeffounderror
action.loginaction.EXECute(loginaction.java:81)
org.apache.struts.action.requestprocessor.processactionperform(requestprocessor.java:419)
org.apache.struts.action.requestprocessor.process(requestprocessor.java:224)
org.apache.struts.action.actionservlet.process(actionservlet.java:1194)
org.apache.struts.action.actionservlet.dopost(actionservlet.java:432)
javax.servlet.http.httpservlet.service(httpservlet.java:709)
javax.servlet.http.httpservlet.service(httpservlet.java:802)
filters.setcharacterencodingfilter.dofilter(setcharacterencodingfilter.java:123)


note   the   full   stack   trace   of   the   root   cause   is   available   in   the   apache   tomcat/5.5.9   logs.

发表于:2007-07-15 19:36:551楼 得分:0
java.lang.noclassdeffounderror

是不是转型转错了
仔细检查一下是不是不小心敲错了
发表于:2007-07-15 19:41:032楼 得分:0
是不是没有找到类呢?


快速检索

最新资讯
热门点击