hi All,

I have a servlet calling some external classes conditionally.

The servlet class is in the servlets directory of JRun and the external
class is in the package mco/common/business/report under servlets directory.

The servlet loads successfully but when I submit the request it tries to
delegate the request to the external class(which is not a servlet) and I get
following error.

>Jrun Servlet Error
>500 Internal Server Error

>Planning:

>java.lang.VerifyError: mco/common/business/report/Reporter

where Planning is the servlet class and Reporter is the
external class in the package mco/common/business/report.

I reload the page and I get the following error:

>Jrun Servlet Error
>500 Internal Server Error

>Planning:

>java.lang.NoClassDefFoundError: mco/common/business/report/Reporter

If I recompile the external class and the servlet, it works fine for some
time but again throws the same errors.

I have not been able to pinpoint the problem so far,and the error can't
be 'reproduced' consistently.

I use jdk1.1.7 with JRun 2.3 on SunOS 5.5.1.

Any help is welcome..

Thanks,
-Anant

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to