HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException
org.apache.catalina.security.SecurityUtil.execute( SecurityUtil.java:300)
org.apache.catalina.security.SecurityUtil.doAsPriv ilege(SecurityUtil.java:165)
root cause
java.lang.NoClassDefFoundError
org.xxx.login.LoginServlet.doPost(LoginServlet.jav a:47)
javax.servlet.http.HttpServlet.service(HttpServlet .java:767)
javax.servlet.http.HttpServlet.service(HttpServlet .java:860)
sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.apache.catalina.security.SecurityUtil$1.run(Se curityUtil.java:249)
java.security.AccessController.doPrivileged(Native Method)
javax.security.auth.Subject.doAsPrivileged(Subject .java:517)
org.apache.catalina.security.SecurityUtil.execute( SecurityUtil.java:282)
org.apache.catalina.security.SecurityUtil.doAsPriv ilege(SecurityUtil.java:165)
note The full stack trace of the root cause is available in the Sun-Java-System/Application-Server logs.