-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
> any idea what could cause this?
>
> [03/10/1999 13:19:52:230 PDT] <servletException>
> java.lang.NoSuchMethodError: java.util.Vector: method
> get(I)Ljava/lang/Object; not found
> at
> org.apache.jserv.JServConnection.processRequest(JServConnection.java:312)
> at org.apache.jserv.JServConnection.run(JServConnection.java:180)
> at java.lang.Thread.run(Thread.java)
As you can see, it is logged by the <servletException> channel. Looking at
the line of code in question (312), I can see that your error is being
thrown within the context of the service() method of your servlet.
Essentially, it appears to be an issue with either a compiled class.
Since you didn't give any more information about what the heck you are doing
to cause that error, I'm not going to bother trying to guess because it
appears as though it is a problem within your servlet or jvm and not Apache
JServ directly. ;-)
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]