Quantcast

[JIRA] (JENKINS-15005) SSH Plugin throws NPE

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15005) SSH Plugin throws NPE

JIRA noreply@jenkins-ci.org
Issue Type: Bug Bug
Assignee: Unassigned
Components: ssh
Created: 31/Aug/12 6:46 AM
Description:

When I updated SSH Plugin 2.0 to 2.1 and performed a job, the following exception occured.

FATAL: null
java.lang.NullPointerException
at org.jvnet.hudson.plugins.SSHSite.createChannel(SSHSite.java:182)
at org.jvnet.hudson.plugins.SSHSite.executeCommand(SSHSite.java:129)
at org.jvnet.hudson.plugins.SSHBuilder.perform(SSHBuilder.java:60)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
at hudson.model.Build$BuildExecution.build(Build.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:160)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1502)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)

After downgrade to 2.0, it recovered.

Environment: Jenkins 1.479, SSH Plugin 2.1, Ubuntu 12.04.1 (x86-64)
Project: Jenkins
Labels: ssh plugin
Priority: Major Major
Reporter: Takanori Kojima
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15005) SSH Plugin throws NPE

JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Edmund Wagner
Path:
src/main/java/org/jvnet/hudson/plugins/SSHSite.java
http://jenkins-ci.org/commit/ssh-plugin/d215b6901c4af28600e6e2062110f468b193ec94
Log:
fixed JENKINS-15005: fixed config migration issue

Compare: https://github.com/jenkinsci/ssh-plugin/compare/1c2b3aa20b33...d215b6901c4a

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15005) SSH Plugin throws NPE

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: edmund_wagner (03/Sep/12 9:22 PM)
Assignee: edmund_wagner
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15005) SSH Plugin throws NPE

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
edmund_wagner resolved Bug JENKINS-15005 as Fixed
Change By: edmund_wagner (03/Sep/12 9:22 PM)
Status: Open Resolved
Resolution: Fixed
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
Loading...