Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 82704 invoked from network); 17 Sep 2003 15:02:17 -0000 Received: from unknown (HELO CHSCOWA.exch.chsroot) (205.235.215.4) by daedalus.apache.org with SMTP; 17 Sep 2003 15:02:17 -0000 Received: from exch2.exch.chsroot ([172.31.39.27]) by CHSCOWA.exch.chsroot with Microsoft SMTPSVC(5.0.2195.6713); Wed, 17 Sep 2003 10:02:19 -0500 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: localhost:8080 HTTP 500 Internal error X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Date: Wed, 17 Sep 2003 10:02:19 -0500 Message-ID: <26513BEDB264F54F9287671068840B402A7828@exch2.chsco-ops.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: tomcat==root Thread-Index: AcN9GvA5h4tskkiRTI2uDkTfP2vtpAAEV8lw From: "Lucas, Maurice" To: "Tomcat Users List" X-OriginalArrivalTime: 17 Sep 2003 15:02:19.0568 (UTC) FILETIME=[B0DAFB00:01C37D2C] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Can anyone help with this issue.=09 I am running Tomcat 4.1.27 on Windows 2000. =20 > Installation/setup came out fine. A few days ago I load SAP DB on the = same pc. > Outside of that nothing has changed. Tomcat starts fine, no errors. = But when I=20 > open IE to view localhost:8080 I get an HTTP 500 Internal error within = IE. > In the shell window of Tomcat is error is displayed: >=20 > Sep 15, 2003 2:32:26 PM org.apache.coyote.http11.Http11Processor = process > SEVERE: Error processing request > java.lang.NoClassDefFoundError > at = org.apache.coyote.tomcat4.CoyoteResponse.(CoyoteResponse.java:243) > at = org.apache.coyote.tomcat4.CoyoteConnector.createResponse(CoyoteConnector.= java:980) > at = org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:205) > at = org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601= ) > at = org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processCo= nnection(Http11Protocol.java:392) > at = org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565= ) > at = org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.= java:619) > at java.lang.Thread.run(Thread.java:536) >=20 >=20 > I've viewed several users sites on FAQ and = java.lang.NoClassDefFoundError, but nothing=20 > has resolved this issue. Can someone shed some light on this subject? = =20 >=20 > Thank you!