小白棉花糖 发表于 2015-8-22 16:41:36

tomcat出现错误,请各位前辈帮忙看下

本帖最后由 小白棉花糖 于 2015-8-22 17:03 编辑

浏览器输入http://ip:8080/cwoa2011/setup后出现500错误,怎么破?

如下:

HTTP Status 500 - Filter execution threw an exception

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

type Exception report

message Filter execution threw an exception

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

exception
javax.servlet.ServletException: Filter execution threw an exception



root cause
java.lang.NoClassDefFoundError: Could not initialize class com.redmoon.oa.pvg.Privilege
      com.redmoon.oa.DownloadFilter.doFilter(DownloadFilter.java:21)



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

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

Apache Tomcat/6.0.43

谢谢各位!

seagull1985 发表于 2015-8-24 08:42:04

感觉像是tomcat根本没启动成功,你可以看看它的启动日志报错了没有

jingzizx 发表于 2015-8-24 15:19:44

java.lang.NoClassDefFoundError,没有类包,看看类包是否正确,根据配置文件查看类包位置
或者直接咨询开发
页: [1]
查看完整版本: tomcat出现错误,请各位前辈帮忙看下