[JIRA] [publish-over-ssh-plugin] (JENKINS-17058) Publish over SSH plugin XML configuration cannot be read on jenkins start up.

2016-06-07 Thread computabl...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 David Turner commented on  JENKINS-17058 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Publish over SSH plugin XML configuration cannot be read on jenkins start up.  
 
 
 
 
 
 
 
 
 
 
Hi All, For clarity, can someone please answer this q'n? 
We're still on Jenkins 1.509.2 LTS, Windows exe, bundled 1.6 Java RE (like Brett Delle Grazie above) and have this problem. 
I am browsing the GitHub forks trying to work out the necessary dependencies to obtain a compatible 'fix' for Publish Over SSH without updating Java RE or Jenkins core. 
Will the 'fixed' SSH 1.11 work on 1.509 LTS and J6RE despite the apparent new baseline? 
Ref from the MANIFEST.MFs: 
Plugin-Version: 1.10 Hudson-Version: 1.388 Build-Jdk: 1.6.0_32 Depends on Publish-Over: 0.17 
Plugin-Version: 1.11 Hudson-Version: 1.532.1 Jenkins-Version: 1.532.1 Build-Jdk: 1.7.0_45 Depends on Publish-Over: 0.18 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [buildresulttrigger] (JENKINS-18667) NullPointerException when saving job config

2013-07-15 Thread computabl...@gmail.com (JIRA)












































  
David Turner
 edited a comment on  JENKINS-18667


NullPointerException when saving job config
















I have the same problem (GroovyScriptTrigger.getLogFile) trying to save job config.
This is after updating Jenkins 1.504 to 1.523 and ScriptTrigger 0.23 to 0.29.


SEVERE: Error while serving http://x:8080/jenkins/job//configSubmit
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
...
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
	at org.jenkinsci.plugins.scripttrigger.groovy.GroovyScriptTrigger.getLogFile(GroovyScriptTrigger.java:77)
	at org.jenkinsci.plugins.scripttrigger.groovy.GroovyScriptTrigger.getProjectActions(GroovyScriptTrigger.java:71)
...
	at hudson.model.Project.submit(Project.java:202)
	at hudson.model.Job.doConfigSubmit(Job.java:1084)
	at hudson.model.AbstractProject.doConfigSubmit(AbstractProject.java:765)
	... 66 more


Update: I have tried uninstalling ScriptTrigger v0.29 and reinstalling v0.28 and the last successful version v0.23, still getting the same NPE at GroovyScriptTrigger.java:77, so I suspect is is not an issue with the plugin. I will try to rollback Jenkins.
Update: Rollback to 1.504 I can save job configs, but there are other issues now with some plugins dependant on a greater version, so I'll try and find a version in between.

This is disappointing, I'll definitely be more cautious with updates in future.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] [buildresulttrigger] (JENKINS-18667) NullPointerException when saving job config

2013-07-15 Thread computabl...@gmail.com (JIRA)












































  
David Turner
 edited a comment on  JENKINS-18667


NullPointerException when saving job config
















I have the same problem (GroovyScriptTrigger.getLogFile) trying to save job config.
This is after updating Jenkins 1.502 to 1.523 and ScriptTrigger 0.23 to 0.29.


SEVERE: Error while serving http://x:8080/jenkins/job//configSubmit
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
...
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
	at org.jenkinsci.plugins.scripttrigger.groovy.GroovyScriptTrigger.getLogFile(GroovyScriptTrigger.java:77)
	at org.jenkinsci.plugins.scripttrigger.groovy.GroovyScriptTrigger.getProjectActions(GroovyScriptTrigger.java:71)
...
	at hudson.model.Project.submit(Project.java:202)
	at hudson.model.Job.doConfigSubmit(Job.java:1084)
	at hudson.model.AbstractProject.doConfigSubmit(AbstractProject.java:765)
	... 66 more


Update: I have tried uninstalling ScriptTrigger v0.29 and reinstalling v0.28 and the last successful version v0.23, still getting the same NPE at GroovyScriptTrigger.java:77, so I suspect is is not an issue with the plugin. I will try to rollback Jenkins.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] [buildresulttrigger] (JENKINS-18667) NullPointerException when saving job config

2013-07-15 Thread computabl...@gmail.com (JIRA)














































David Turner
 commented on  JENKINS-18667


NullPointerException when saving job config















I have the same problem (GroovyScriptTrigger.getLogFile) trying to save job config.
This is after updating Jenkins 1.502 to 1.523 and ScriptTrigger 0.23 to 0.29.


SEVERE: Error while serving http://x:8080/jenkins/job//configSubmit
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
...
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
	at org.jenkinsci.plugins.scripttrigger.groovy.GroovyScriptTrigger.getLogFile(GroovyScriptTrigger.java:77)
	at org.jenkinsci.plugins.scripttrigger.groovy.GroovyScriptTrigger.getProjectActions(GroovyScriptTrigger.java:71)
...
	at hudson.model.Project.submit(Project.java:202)
	at hudson.model.Job.doConfigSubmit(Job.java:1084)
	at hudson.model.AbstractProject.doConfigSubmit(AbstractProject.java:765)
	... 66 more




























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.