----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
on 6/22/2000 5:55 PM, "Ganesh Ramanathan" <[EMAIL PROTECTED]>
wrote:
> Well, without that line in place, the "Hello2" in the last line get printed.
> Once that line is included, the web page reports an error.
>
> in the error_log
> java.lang.NoClassDefFoundError: Acme/JPM/Encoders/GifEncoder
> at java.lang.Throwable.fillInStackTrace(Native Method)
> at java.lang.Throwable.fillInStackTrace(Compiled Code)
> at org.apache.jserv.JServConnection.processRequest(Compiled Code)
> at org.apache.jserv.JServConnection.run(Compiled Code)
> at java.lang.Thread.run(Compiled Code)
>
> in the access_log file,
>
> "GET /servlet/grprog HTTP/1.1" 500 611
Ok, so the obvious problem from the above message is that either GifEncoder
is missing from your classpath or some class that it depends on is missing
from your classpath.
Either way, this has absolutely nothing to do with JServ and this whole
discussion should be moved to another list. I suggest you subscribe to
[EMAIL PROTECTED] or the mailing list for GifEncoder (if there
is one) and discuss things further there.
-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]