Re: jenkins permission denied when using NSIQ collector

2016-02-08 Thread Kishore Tangudu
Hi Divya, No files been opened. I got Idea that,by executing jobs with proper User login. I have 1Q, Do you have any idea about NSIQCollector (cyclomatic complexity)? *Regards,* *Kishore Tangudu* * Banglore.* Think twice before take a print. Save trees. On Mon, Feb 8, 2016 at 1:17 PM, Divya wro

Re: jenkins permission denied when using NSIQ collector

2016-02-08 Thread Baptiste Mathus
Never heard of that tool personally, but quick guess: reading " /var/lib/jenkins/plugins/nsiqcollector/" and the stack trace I think you need to specify the executable path and not the enclosing directory. My 2 cents Le 4 févr. 2016 2:25 PM, "Kishore Tangudu" a écrit : > Installed NSIQ Collector

Re: jenkins permission denied when using NSIQ collector

2016-02-07 Thread Divya
pls check whether any files are opened or using by any other process On Monday, February 8, 2016 at 9:18:16 AM UTC+5:30, Kishore Tangudu wrote: > > When I am executing job in jenkins I am triggering with the below error > NSIQCollector > > > > Started by user anonymous

Re: jenkins permission denied when using NSIQ collector

2016-02-07 Thread Kishore Tangudu
When I am executing job in jenkins I am triggering with the below error NSIQCollector Started by user anonymous ln builds/lastSuccessfulBuild /var/lib/jenkins/jobs/AnAproject/lastSuccessful failed java.nio.file.DirectoryNotEmptyException: /var/lib/jenkins/

Re: jenkins permission denied when using NSIQ collector

2016-02-04 Thread Victor Martinez
Hi there, Permission denied might be related to the execution privileges, can you double check whether that binary has got the right execution privileges for that jenkins user? It's also worth if you type the bellow command in your terminal and double check whether it works as you expect. /va

jenkins permission denied when using NSIQ collector

2016-02-04 Thread Kishore Tangudu
Installed NSIQ Collector in jenkins, In project configuration I set *Execute N'SIQ Collector* Source Directory as /ProjName/src/com/pkg/auth/idm//service, In Jenkins global configuration I set The installation location of NSIQCollector as below N'SIQ executable as /var/lib/jenkins/plu