Message5331

Author amak
Recipients Mekk, amak, fwierzbicki, gturnquist
Date 2009-11-30.14:35:35
SpamBayes Score 4.0649255e-08
Marked as misclassified No
Message-id <1259591736.37.0.21276310518.issue1489@psf.upfronthosting.co.za>
In-reply-to
Content
This is certainly a class-loading issue.

As noted in an above message, this error only occurs (with Tomcat on
Windows) when Tomcat is run as a service.

But I have now solved that problem.

By simply removing jython.jar from WEB-INF/lib, and moving it to
$TOMCAT_HOME/lib, from where it is treated differently for class-loading
purposes, the problem is eliminated, and the servlet runs correctly,
even when Tomcat is run as a service.

I still do not know why this class-loading issue creates the illustrated
issue, but now at least we have a workaround, which is to move
jython.jar up the class-loading hierarchy.

To other people who have reported seeing this problem: Is it possible
for you to move jython.jar up the class-loading hierarchy? I'm not
familiar with the weblogic class-loading hierarchy.

I don't know the class-loading scenario under which the Spring Security
problem report was found.
History
Date User Action Args
2009-11-30 14:35:36amaksetmessageid: <1259591736.37.0.21276310518.issue1489@psf.upfronthosting.co.za>
2009-11-30 14:35:36amaksetrecipients: + amak, fwierzbicki, Mekk, gturnquist
2009-11-30 14:35:36amaklinkissue1489 messages
2009-11-30 14:35:35amakcreate