Hello, i have problems with xindice integrated in a JSP page.
The jsp file is attached, and the error is:

java.lang.NoClassDefFoundError
at org.apache.xindice.client.xmldb.CollectionImpl.(CollectionImpl.java:105)
at org.apache.xindice.client.xmldb.DatabaseImpl.getCollection(DatabaseImpl.java:214)
at org.xmldb.api.DatabaseManager.getCollection(DatabaseManager.java:194)
at org.xmldb.api.DatabaseManager.getCollection(DatabaseManager.java:157)
at portal._0002fportal_0002fejemplo_0002ejspejemplo_jsp_46._jspService(_0002fportal_0002fejemplo_0002ejspejemplo_jsp_46.java:155)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:177)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
at org.apache.tomcat.core.Handler.service(Handler.java:286)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)


I don't know I have to do! I don't understand why recognise the other classes and not
the CollectionImpl! Is There any problem with CLASSPATH?

I want to access to a local Xindice BD, so I don't use "localhost:4080", I use "xmldb:xindice:///db"
I have to configure some conf file of xindice??

(my english is bad :) )

Thanks




_________________________________________________________________ Charle con sus amigos online usando MSN Messenger: http://messenger.msn.com

Attachment: Example.jsp
Description: Binary data



Reply via email to