https://issues.apache.org/bugzilla/show_bug.cgi?id=43867





--- Comment #27 from Dan Armbrust <[EMAIL PROTECTED]>  2008-07-07 14:19:53 PST 
---
Since I'm well into this bug now, I figured I'd go a bit further.

To complicate matters even more, there is a third project involved in this
problem - struts.

The class which is being "mucked with" by tomcat at the time the error happens
is:

org.apache.struts.validator.ValidatorForm

The field name is "log" - the type type of the field is
"org.apache.commons.logging.Log"

Tomcat calls field.set(null, null); on this field.

This leads into java.lang.reflect.Field until the following line of code:

reflectionFactory.newFieldAccessor(this, overrideFinalCheck);

The error then occurs somewhere down inside of the class 

sun.reflect.ReflectionFactory


I have no idea what the ReflectionFactory class is trying to do when it
triggers this error - I don't have the source for it right now.

So, if you are trying to reproduce this error, you will need to have some code 
in your webapp which loads the struts ValidatorForm class.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to