qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qexo-general] XqlServlet


From: Ivelin Ivanov
Subject: Re: [Qexo-general] XqlServlet
Date: Sun, 19 Jan 2003 09:58:06 -0600

Per,

I got all the scripts to work, including test2.xql.
It turned out that I did not compile correctly the latest CVS code.
I had messed up with the .java.in files.
The XqlServlet now serves correctly all three tests.

Sorry for the trouble.

Ivelin


----- Original Message -----
From: "Per Bothner" <address@hidden>
To: "Ivelin Ivanov" <address@hidden>
Cc: <address@hidden>
Sent: Wednesday, January 15, 2003 1:29 AM
Subject: Re: [Qexo-general] XqlServlet


> Ivelin Ivanov wrote:
> > I attach the XqlServlet source along with the webapp binaries for your
> > reference.
> > test.xql works fine
> > test2.xql and testservlet.xql break with exceptions which I cannot
> > understand.
> > Maybe you can give me further direction.
>
> I'm not an expert on Tomcat, and it's been a while since I did
> anything special with it.  So you 'll have to say how I'm
> supposed to test this.
>
> I have Tomcat 4.0, and unzip webapp.zip into /opt/Tomcat/webapps.
> (Btw it might be set to avoid sending 5MB attachments to the
> mailing list.)  I remove an old copy of /opt/Tomcat/lib/kawa.jar,
> and start up Tomcat.  Trying:
> http://localhost:8080/webapp/servlet/testservlet
> I get:
>
> Exception Report:
>
> javax.servlet.ServletException: Cannot allocate servlet instance for
> path /webapp/servlet/testservlet
> at org.apache.catalina.servlets.InvokerServlet.serveRequest(Unknown
Source)
> at org.apache.catalina.servlets.InvokerServlet.doGet(Unknown Source)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> ...
>
> Root Cause:
>
> java.lang.NoClassDefFoundError: gnu/mapping/Binding
> at java.lang.Class.newInstance0(Native Method)
> at java.lang.Class.newInstance(Class.java:237)
> at org.apache.catalina.core.StandardWrapper.load(Unknown Source)
>
> I assume I did something wrong.
> --
> --Per Bothner
> address@hidden   http://www.bothner.com/per/
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]