Found NPE and Jenkins asks to report here

2013-01-06 Thread Francisco Alejandro Lozano López
I found this in the last stages of our build: ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.comjava.lang.NullPointerException : no such build node: a

RE: ldap authentication

2013-01-06 Thread Levin, Ilya
Thanks, I didn’t quite get the first part, what do you mean by “…should look it periodically to get dynamic of processes…”? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kanstantsin Shautsou Sent: יום א 06 ינואר 2013 13:55 To: jenkinsci-users@goo

Posting config.xml to master node doesn't work

2013-01-06 Thread Kannan Manickam
Hello, Posting config.xml to the master node doesn't seem to work. Here is the ticket in Jira: https://issues.jenkins-ci.org/browse/JENKINS-16264 The POST action of config.xml to /computer on 'master' node doesn't work. If I go to "/computer/(master)/api" page, it says that the config.xml can b

Re: ldap authentication

2013-01-06 Thread Kanstantsin Shautsou
You should look it periodically to get dynamic of processes also you can try modify plugin sources to print debug information and recompile. On 06.01.2013, at 12:54, "Levin, Ilya" wrote: > Hello, > > I’m using Jenkins v 1.472 with ldap authentication, but the performance is > very bad. > It

ldap authentication

2013-01-06 Thread Levin, Ilya
Hello, I'm using Jenkins v 1.472 with ldap authentication, but the performance is very bad. It takes about 5 min or more to authenticate a user when logging. I tried looking at http://server/hudson/threadDump but it doesn't tell me much. How can I know where the spending time occurs? Thanks for