Re: Unable to write log file error I am getting in Jenkins for build.xml

2016-10-17 Thread chinmoy padhi
Hi All, I have resolved the above error with some trial and error but not sure whether this is 100% work for others or not, but what I did I am sharing my experience. Steps -- 1. *service jenkins stop *or *sudo /etc/init.d/jenkins stop* 2. Make sure all services are stopped. Even

Re: Unable to write log file error I am getting in Jenkins for build.xml

2016-10-13 Thread chinmoy padhi
I tried to check the owner and permission of jobs(jenkins for both directory and contents) directory and workspace(jrootsfor both directory and contents) directory Even I changed the workspace to jenkins from root , also gave chmod 777 * to all but still getting the error. On Wednesday, 12 Oct

Re: Unable to write log file error I am getting in Jenkins for build.xml

2016-10-12 Thread 'Björn Pedersen' via Jenkins Users
Hi, probably you need to check the access permission on your workspace (and contents). Jenkins normally will run the jobs as an other user as you used to do your manual test. Björn Am Mittwoch, 12. Oktober 2016 14:53:59 UTC+2 schrieb chinmoy padhi: > > Hi Google Users, > > Need a help on the

Unable to write log file error I am getting in Jenkins for build.xml

2016-10-12 Thread chinmoy padhi
Hi Google Users, Need a help on the mentioned subject line. I have installed the jenkins using *"rpm -ivh"* command Currently I am running the Jenkins on 1. Linux RHEL 5.8 (32-bit) 2. java version "1.7.0_79" 3. Master mode only 4. Jenkins Version 1.651.3 Steps to Execute