Problem solved:
My Shop servlet was subclassing a "MasterServlet" which was not
accessible in the repositories I designated.
-mdf
Mark Foster wrote:
>
> Having a problem that has me stumped.
> [Jserv1.0, Apache1.3.6, Redhat 5.2, JDK1.1.7]
> I have a Shop servlet sitting in my repository, along with some other servlets.
>
> All of a sudden I cannot access the Shop servlet, but the others work fine.
> Here are my logs...
>
> ==> /var/log/apache/access_log <==
> 192.168.100.4 - - [22/Jul/1999:08:27:36 -0700] "GET /~mdf/servlets/BugTester
> HTTP/1.0" 200 142
> 192.168.100.4 - - [22/Jul/1999:08:27:43 -0700] "GET /~mdf/servlets/Shop
> HTTP/1.0" 404 284
>
> ==> /var/log/apache/jserv_log <==
> [22/07/1999 08:27:43:674] (ERROR) ajp11: Servlet Error: NoClassDefFoundError:
> Shop
>
> Also... If I repeatedly hit reload, I sometimes get a server error
> (500) instead of not found (404)
>
> ==> /var/log/apache/access_log <==
> 192.168.100.4 - - [22/Jul/1999:08:33:28 -0700] "GET /~mdf/servlets/Shop
> HTTP/1.0" 500 594
>
> [==> /var/log/apache/jserv_log <==
> 22/07/1999 08:33:28:191] (ERROR) ajp11: Servlet Error:
> java.lang.ClassFormatError: Duplicate name: Duplicate name
>
> I'm guessing that there is a problem with my import lines? Here they are just
> in case:
> import altrec.html.Template;
> import altrec.util.DebugOut;
> import altrec.util.Utility;
> import java.io.*;
> import java.text.*;
> import java.util.*;
> import javax.servlet.*;
> import javax.servlet.http.*;
> import java.sql.*;
> import java.net.*;
> import org.apache.ecs.*;
> import org.apache.ecs.html.*;
>
> Thanks.
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> READ THE FAQ!!!! <http://java.apache.org/faq/>
> Archives and Other: <http://java.apache.org/main/mail.html/>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]