Re: problems in getting jenkins project to eclipse kepler

2013-10-30 Thread Martin Kutter
Hi David, > After configuring the project as maven project i get the error > > Plugin execution not covered by lifecycle configuration: > org.codehaus.mojo:build-helper-maven-plugin: > 1.7:add-source (execution: add-source, phase: generate-sources) This is a m2eclipse error - it basically tell

JENKINS-22525 - A Slave disappears every time Jenkins boots up on IBM Java

2014-07-08 Thread Martin Kutter
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

Re: JENKINS-22525 - A Slave disappears every time Jenkins boots up on IBM Java

2014-07-08 Thread Martin Kutter
On Tue, 8 Jul 2014 10:25:23 -0600, Mark Waite wrote: > 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 (hopeful

Re: Proposal : Jenkins to require Java 8

2014-09-24 Thread Martin Kutter
Hi Nicolas & all, >> Makes me wonder if we could start discussion on migrating to Java 8. This >> would allow use of default methods for interface based extension, >> lambdas, >> and few other significant features for plugin and core developers. This >> won't prevent people to build project on jav

Lazy Loading jobs - massive slowdown after upgrade to 1.509.1-LTS on AIX

2013-05-09 Thread Martin Kutter
Hi, I've upgraded our jenkins installation to 1.509.1-LTS recently. Unfortunately, our system is experiencing a massive delay in both startup time and loading list views - loading the main view showing all jobs takes about 5 Minutes, (without the columns lastSuccess, lastError and lastDuration

Re: Lazy Loading jobs - massive slowdown after upgrade to 1.509.1-LTS on AIX

2013-05-12 Thread Martin Kutter
Hi Jesse, thanks for your reply. > > jenkins execs the readlink program every time a symlink is followed, which > > is probably the cause for the massive delays > > You are speculating, or you measured this (minimally with a series of thread > dumps)? The readlink invocation is "measured" (ob

Re: [DISCUSS] Time for Jenkins to require Java 8 to run

2016-10-13 Thread Martin Kutter
Hi, According to http://www.oracle.com/technetwork/java/javase/ certconfig-2095354.html, Java 8 is supported for RHEL 5.5+ It is also available on IBM AIX and zOS, and on HP UX, where alternative JDKs do not exist: http://www.ibm.com/support/knowledgecenter/SSYKE2_8.0.0/welcome/ welcome_javasd