You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2016/08/10 08:13:20 UTC

[jira] [Created] (INFRA-12403) H* nodes generate java.lang.ClassNotFoundException: hudson.remoting.Launcher

Andy Seaborne created INFRA-12403:
-------------------------------------

             Summary: H* nodes generate java.lang.ClassNotFoundException:  hudson.remoting.Launcher
                 Key: INFRA-12403
                 URL: https://issues.apache.org/jira/browse/INFRA-12403
             Project: Infrastructure
          Issue Type: Bug
          Components: Buildbot
            Reporter: Andy Seaborne


From http://mail-archives.apache.org/mod_mbox/www-builds/201608.mbox/%3C18848d52-eda7-4c12-b6df-4194379155fc%40apache.org%3E

Various H* nodes (H10, H0, H2, H4 and others)  generate java.lang.ClassNotFoundException:  hudson.remoting.Launcher at tjhe start of a Jenkins jobs.

See, for H10 
https://builds.apache.org/job/Jena_Development_Test/2451/
https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Checks/65/consoleFull

other nodes:
http://mail-archives.apache.org/mod_mbox/taverna-commits/

e.g.

H0 : Aug 8th
https://builds.apache.org/job/incubator-taverna-commandline-nightly/208/

H4: Aug 6th
https://builds.apache.org/job/incubator-taverna-commandline-nightly/206/

This is from:
http://mail-archives.apache.org/mod_mbox/taverna-commits/

the common stacktrace is:

{noformat}
Exception in thread "main" java.lang.ClassNotFoundException: 
hudson.remoting.Launcher
	at 
org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
	at 
org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at 
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
	at 
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at jenkins.maven3.agent.Maven32Main.main(Maven32Main.java:143)
	at jenkins.maven3.agent.Maven32Main.main(Maven32Main.java:74)
ERROR: Failed to parse POMs
java.io.EOFException: unexpected stream termination
	at hudson.remoting.ChannelBuilder.negotiate(ChannelBuilder.java:365)
	at hudson.remoting.ChannelBuilder.build(ChannelBuilder.java:310)
	at hudson.slaves.Channels.forProcess(Channels.java:115)
	at 
hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:297)
	at hudson.maven.ProcessCache.get(ProcessCache.java:236)
	at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:778)
	at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)