Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

problem of running xindice in java enterprise application server.

843834Sep 20 2005 — edited Nov 2 2005
The xindice war file deploy successfully but it can not run. the following error message is given.jdk 1.5 and java enterprise application server is used.

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.doAsPrivilege(SecurityUtil.java:165)
org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:118)
com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java:221)
com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2072)

root cause

java.lang.NoClassDefFoundError
java.lang.Class.forName0(Native Method)
java.lang.Class.forName(Class.java:164)
org.apache.xindice.core.query.QueryEngine$1.process(QueryEngine.java:114)
org.apache.xindice.util.Configuration.processChildren(Configuration.java:703)
org.apache.xindice.core.query.QueryEngine.setConfig(QueryEngine.java:110)
org.apache.xindice.core.Database.setConfig(Database.java:337)
org.apache.xindice.core.Database.getDatabase(Database.java:130)
org.apache.xindice.server.XindiceServlet.init(XindiceServlet.java:202)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.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.doAsPrivilege(SecurityUtil.java:165)
org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:118)
com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java:221)
com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2072)

note The full stack trace of the root cause is available in the Sun-Java-System/Application-Server logs.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 30 2005
Added on Sep 20 2005
2 comments
84 views