Change By: rzanner (22/Mar/13 8:51 AM)
Description: As described here: http://jenkins.361315.n4.nabble.com/Getting-NoSuchClassDefFoundError-for-ehcache-td391329.html, the spring-context-support JAR that is now (from version 1.502 on) packaged into the jenkins.war is loaded instead of the one from crowd/WEB-INF/lib. So it does not find classes from the ehcache JAR packaged only in the crowd/WEB-INF/lib.

(see attached jenkins.log for complete stack trace)

Two possible solutions:

# remove the spring-context-support JAR from jenkins.war/WEB-INF/lib
# switch class loader lookup order to search "plugin/WEB-INF/
-ib lib " first (this way it would be possible for plugin developers to override JARs delivered with the jenkins core)

This issue prevents me from using the newest jenkins versions (starting from 1.502). 

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to