It looks to me like you already have in the message all of the info
available.  Error 500 means "Internal Servlet Error".   It is the HTTP code
that indicates that something unexpected happened when trying to
generate/send a response to the client.

The rest of it is a stack trace which takes you to the exact point of
failure in the servlet.  In this case, you probably have a Servlet named
Example0402 and you're calling the method newInstance() where the error
occurs.  I'm not sure what the IllegalAccessException that occurred means in
your case without the source for that method.

Best of luck,
Steven
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's
> Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> Mukka, Srikanth (GEA, 097902)
> Sent: Wednesday, May 24, 2000 9:01 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Re: ClassFormatException]
>
>
> Hi All,
>
> Can any one of you tell me what is this error.
> Error: 500
> Internal Servlet Error:
>
> java.lang.IllegalAccessException: Example0402
>         at java.lang.Class.newInstance0(Native Method)

etc. etc. etc.

___________________________________________________________________________
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