On 4/9/07, Rui Monteiro <[EMAIL PROTECTED]> wrote:
java.lang.NoSuchFieldError: IS_SECURITY_ENABLED

According to the APIs http://java.sun.com/javase/6/docs/api/
the reason for java.lang.NoSuchFieldError is :
Signals that the class doesn't have a field of a specified name.

So somewhere in your app something is trying to access a field called
IS_SECURITY_ENABLED in some class and is unable to find it.

-Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to