Re: Scriptler "suddenly" broken - not sure how to investigate further

2017-02-23 Thread gsimpson via Jenkins Users
I was able to fix this issue by removing all files from the scriptler git repo. In the Jenkins home directory: cd scriptler/scripts rm./* git add * git commit -am "Remove corrupted scripts" In my case, the scripts were on disk from a failed scriptler install and they were added automatically

Re: Scriptler "suddenly" broken - not sure how to investigate further

2015-11-18 Thread Itamar Ostricher
I ended up setting up a new jenkins instance and copying the state from the broken one, and it seemed to be working fine. I don't really know what happened, so I don't quite have what to report in a ticket. I don't think a partial stack trace is very useful... Thanks anyway :-) On Mon, Nov 16, 201

Re: Scriptler "suddenly" broken - not sure how to investigate further

2015-11-16 Thread Victor Martinez
Uhm, I'm afraid I've not clue, if you say you can use a similar jenkins instance somewhere else and cannot see those errors, it might be related to some "corruption"... it's weird though. Maybe it's a presentation layout issue rather than backend one so in that case the logger won't provide eno

Re: Scriptler "suddenly" broken - not sure how to investigate further

2015-11-15 Thread Itamar Ostricher
Thanks again Victor! I added the wildcard logger, but still don't see much in that custom logger. I'd like to see the full stack trace - what am I doing wrong? I disabled security completely for sake of debugging this. This master is already running in a docker container. Another instance does n

Re: Scriptler "suddenly" broken - not sure how to investigate further

2015-11-15 Thread Victor Martinez
If you use scritler plugin you can add the below logger: - org.jenkinsci.plugins.scriptler.* As you can see In the below source code: - https://github.com/jenkinsci/scriptler-plugin/blob/master/src/main/java/org/jenkinsci/plugins/scriptler/ScriptlerPluginImpl.java I meant, to add some finest lev

Re: Scriptler "suddenly" broken - not sure how to investigate further

2015-11-15 Thread Itamar Ostricher
Uninstalled greenballs too. No change in the errors. On Sun, Nov 15, 2015 at 2:36 PM Slide wrote: > I had to uninstall greenballs a while back, it caused all sorts of weird > issues in different places. > > On Sun, Nov 15, 2015, 05:17 Itamar Ostricher wrote: > >> Hi Victor, >> Thanks. >> >> I d

Re: Scriptler "suddenly" broken - not sure how to investigate further

2015-11-15 Thread Slide
I had to uninstall greenballs a while back, it caused all sorts of weird issues in different places. On Sun, Nov 15, 2015, 05:17 Itamar Ostricher wrote: > Hi Victor, > Thanks. > > I don't quite follow what it means to "debug those logs". > I created a new logger, following the instructions in th

Re: Scriptler "suddenly" broken - not sure how to investigate further

2015-11-15 Thread Itamar Ostricher
Hi Victor, Thanks. I don't quite follow what it means to "debug those logs". I created a new logger, following the instructions in the link you mentioned, and added a couple of log handlers to it (tried level "fine" or "all"). I get very few log lines on that logger, so I probably don't know what

Scriptler "suddenly" broken - not sure how to investigate further

2015-11-15 Thread Victor Martinez
Have you tried to debug those logs? https://wiki.jenkins-ci.org/display/JENKINS/Logging As far as I see: - greenballs plugin - scm syn configuration - privileges You can also double check whether those privileges are granted properly for running scripts. I hope it helps -- You received this

Scriptler "suddenly" broken - not sure how to investigate further

2015-11-15 Thread Itamar Ostricher
Hi, We've been using the Scriptler plugin with Jenkins for a couple of months now, with no problems so far. Earlier today, I restarted the Jenkins master, and it appears that suddenly Scriptler stopped functioning correctly. Restarting again didn't help. For example, when accessing the "spark_st