Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Re: NoClassDefFoundError

John Turner

2003-06-18

Replies:


Sorry, I tried to jump in before you did, save you the trouble, but I was
too late. LOL

John

On Wed, 18 Jun 2003 11:19:25 -0400, Shapira, Yoav <Yoav.Shapira@(protected)>
wrote:

>
> Howdy,
> <tired-mantra-repeating-voice>
>
> NoClassDefFoundError is not the same as ClassNotFoundException. Read
> the JavaDocs for both. Search the archives of this list for other
> people's experiences with this error.
>
> </tired-mantra-repeating-voice>
>
> Yoav Shapira
> Millennium ChemInformatics
>
>
>> -----Original Message-----
>> From: Bob Damato [mailto:bdamato@(protected)]
>> Sent: Wednesday, June 18, 2003 11:14 AM
>> To: tomcat-user@(protected)
>> Subject: NoClassDefFoundError
>>
>> I'm getting the exception below, however the class that it's saying it
>> cannot find is in the
>> WEB-INF/classes/com/valpak/j2ee/logicalresourcemapping directory for
> the
>> webapp that's throwing the exception. Is there something special I need
>> to do to get the webapp to look there to find the class?
>>
>> ===============================
>>
>> root cause
>>
>> java.lang.NoClassDefFoundError:
>> com/valpak/j2ee/logicalresourcemapping/InvalidLogicalResourceMappingExc
> epti
>> on
>>  at
>> com.valpak.fhp.FHPReportController.processRequest(FHPReportController.j
> ava:
>> 37)
>>  at com.valpak.j2ee.Controller.doGet(Controller.java:23)
>>  at javax.servlet.http.HttpServlet.service (HttpServlet.java:740)
>>  at javax.servlet.http.HttpServlet.service (HttpServlet.java:853)
>>  at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applic
> atio
>> nFilterChain.java:247)
>>  at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFil
> terC
>> hain.java:193)
>>  at
>> org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorF
> ilte
>> r.java:223)
>>  at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applic
> atio
>> nFilterChain.java:213)
>>  at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFil
> terC
>> hain.java:193)
>>  at
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperVal
> ve.j
>> ava:243)
>>  at
>> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
> ava:
>> 566)
>>  at
>> org.apache.catalina.core.StandardPipeline.invoke (StandardPipeline.java:
> 472)
>>  at
>> org.apache.catalina.core.ContainerBase.invoke (ContainerBase.java:943)
>>  at
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextVal
> ve.j
>> ava:201)
>>  at
>> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
> ava:
>> 566)
>>  at
>> org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.j
> ava:
>> 246)
>>  at
>> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
> ava:
>> 564)
>>  at
>> org.apache.catalina.core.StandardPipeline.invoke (StandardPipeline.java:
> 472)
>>  at
>> org.apache.catalina.core.ContainerBase.invoke (ContainerBase.java:943)
>>  at
>> org.apache.catalina.core.StandardContext.invoke (StandardContext.java:23
> 44)
>>  at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.jav
> a:16
>> 4)
>>  at
>> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
> ava:
>> 566)
>>  at
>> org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherV
> alve
>> .java:170)
>>  at
>> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
> ava:
>> 564)
>>  at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.jav
> a:17
>> 0)
>>  at
>> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
> ava:
>> 564)
>>  at
>> org.apache.catalina.valves.AccessLogValve.invoke (AccessLogValve.java:46
> 2)
>>  at
>> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
> ava:
>> 564)
>>  at
>> org.apache.catalina.core.StandardPipeline.invoke (StandardPipeline.java:
> 472)
>>  at
>> org.apache.catalina.core.ContainerBase.invoke (ContainerBase.java:943)
>>  at
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve
> .jav
>> a:163)
>>  at
>> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
> ava:
>> 566)
>>  at
>> org.apache.catalina.core.StandardPipeline.invoke (StandardPipeline.java:
> 472)
>>  at
>> org.apache.catalina.core.ContainerBase.invoke (ContainerBase.java:943)
>>  at
>> org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.
> java
>> :1011)
>>  at
>> org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java
> :110
>> 6)
>>  at java.lang.Thread.run (Thread.java:536)
>> --
>> Bob Damato <bdamato@(protected)>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
>> For additional commands, e-mail: tomcat-user-help@(protected)
>
>
>
>
> This e-mail, including any attachments, is a confidential business
> communication, and may contain information that is confidential,
> proprietary and/or privileged. This e-mail is intended only for the
> individual(s) to whom it is addressed, and may not be saved, copied,
> printed, disclosed or used by anyone else. If you are not the(an)
> intended recipient, please immediately delete this e-mail from your
> computer system and notify the sender. Thank you.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
> For additional commands, e-mail: tomcat-user-help@(protected)
>
>



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.