tomcat 500报错

来源:百度知道 编辑:UC知道 时间:2024/05/19 19:06:49
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
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:75)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:77)

root cause

java.lang.ExceptionInInitializerError
cn.js.fan.base.ObjectDb.init(ObjectDb.java:47)
cn.js.fan.base.ObjectDb.<init>(ObjectDb.java:39)
com.redmoon.forum.person.UserDb.<init>(UserDb.java:38)
com.berheley.cnc.web.action.BaseAction.execute(BaseAction.java:69)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.acti

这里抱错是报你UserDb.java:38) .38行错误。
你找下
下次你应该把你代码发出来!那样好找点错误·!

tomcat状态代码500代表Internal Server Error 服务器遇到了意料不到的情况,不能完成客户的请求。
没有源代码很难判断这个问题啊~~~~~