|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Christian, I examined the 2nd dump you sent.
It does look like class loader issues.
It looks like there are 8 toolkit class loaders being referenced. I dug further and see 8 copies of the class that manages the class loader. We expect 1, this is a class that is never instantiated, so I have the feeling that something with multiple different class loaders resulted in us being referenced.
I am also seeing 8 of the jenkins.model.Jenkins class.
How are you starting Jenkins, are you running it within winstone? tomcat? WAS? something else?