Couldn't you host your Jenkins server on a Linux machine and run a slave on
the AIX machine?

The Linux machine could run the master Jenkins instance on the Oracle JVM,
while the AIX machine would run a slave on the IBM JVM and (hopefully) not
be hit by the incompatibility between the Oracle and the IBM JVM's.

Mark Waite


On Tue, Jul 8, 2014 at 8:41 AM, Martin Kutter <[email protected]>
wrote:

> Hi,
>
> our system is hit by https://issues.jenkins-ci.org/browse/JENKINS-22525 -
> and moving to a different JDK is not an option (our prod is AIX, so we
> want
> to run our tests there, too).
>
> I've allready tried to debug into the class loading process -
> unfortunately without any result.
> Running with java -verbose:class and examining the Javacore revealed that
> both classes in question (Queue and Queue$ItemList) are loaded by the
> WebAppClassLoader from jenkins-core.jar before the error occurs, and none
> of them is reported by the class loader a second time.
>
> Could someone with more insight into class loading have a look at it, or
> point me in a direction how to debug class loading and load time
> instrumenting issues?
>
> From my point of view, it looks like this is either an issue with
> load-time instrumenting (possibly with cglib), or a IBM JDK error.
>
> If you think it's the latter, I'd be glad to raise an issue at IBM to get
> it fixed.
>
> Thanks for your help,
>
> Martin
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" 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.
>



-- 
Thanks!
Mark Waite

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" 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.

Reply via email to