Jazz Build Engine fails with Access Denied error
I requested a build and got the following log:
I also got some java.io.FileNotFoundException and Access denied logs.
According to this:
http://www-01.ibm.com/support/docview.wss?uid=swg21502404
I should "Verify that the user launching the build has Operating System permissions for full write access to both the working directory where the Jazz Build Engine resides, as well as the user's home directory path as indicated in the Environment variable USER_PROFILE"
My question is, how to achieve this above? I don't know how to set full write permissions nor how to set the USER_PROFILE variable.
|
Accepted answer
Hi Francisco,
It looks you are on Windows system. So you can use command "echo %HOME%" to check where is the home directory. For the access denied error, if you are using Windows 7 or Windows 2008, you may have problem to download files from RTC to sub-directories under "C:\Program Files (x86)\" . You can try to change the load directory to some other directory such as "c:\build", which is defined in the build definition. In addition, you can test if you can load the Jazz files to the same sandbox directly without JBE, Francisco Rodriguez selected this answer as the correct answer
Comments
Francisco Rodriguez
commented Apr 15 '14, 7:19 p.m.
Hi Lily,
You were right, I changed the load directory and it worked.
Thanks a lot!
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.