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