question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installing from docker image jenkins/jenkins:2.128 throws java.lang.IllegalArgumentException: No hudson.slaves.ComputerLauncher implementation found for SSHLauncher

See original GitHub issue

Reproduction repo at https://gitlab.com/jcrben-repro/jenkins-jcasc-docker

~~As of now, I believe this is loading 2.128 per https://hub.docker.com/r/jenkins/jenkins/tags/~~ locked down to 2.128

The repro case is a stripped down version of a more complex repo that I have internally at work, with agents and jobs and such.

I pulled down this repo and ran it from source locally on my mac (mvn hpi:run, etc) and it seemed to work, so possibly something to do with docker?

Noticed a tip for debugging jenkins docker https://github.com/jenkinsci/docker/commit/ec20d5ef79df648973d0a1e7c204da67c1813bae and will perhaps try that next.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
jetersencommented, Jun 22, 2018

implied doesn’t mean it is necessarily installed. I had that issue with command-launcher hence why I mention it. 👍

I specifically had to install

command-launcher:latest
jdk-tool:latest

in our plugins.txt

0reactions
jetersencommented, Jun 22, 2018

it’s not that weird, these two plugins I mentioned, used to inside the Jenkins core. Now they are plugins so hence they are implied after a certain Jenkins core.

Read more comments on GitHub >

github_iconTop Results From Across the Web

jenkinsci/configuration-as-code-plugin - Gitter
I copied that config and got this message: java.lang.IllegalArgumentException: No hudson.slaves.ComputerLauncher implementation found for SSHLauncherjava.l.
Read more >
Failed to initialize Jenkins - Stack Overflow
I started getting this error after upgrading the jenkins chart version to 3.1.8 . After upgrading to 3.1.9 the error has been fixed....
Read more >
AWS flavor got broken by a wrong update - Jenkins Jira
IllegalArgumentException : No hudson.slaves.Cloud implementation found for amazonEC2 Possible solution: Try to install 'configuration-as-code-support' plugin ...
Read more >
hudson.slaves.ComputerLauncher Java Examples
This page shows Java code examples of hudson.slaves.ComputerLauncher. ... getStatus()); throw new IOException("Container is not running.
Read more >
Knowledge Base - JFrog
This video goes over how to install JFrog Xray 3.x with a HA configuration in a GKE environment. Prerequisites: Basic knowledge of how...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found