It's all about the answers!

Ask a question

Help with error Check the log for details about the error at "/var/lib/jenkins/.jazz-scm". If you have configured custom logging check your log configuration settings for the path to the log file.


caroline oliveira (15115) | asked Sep 29 '16, 2:12 p.m.
 Help with error Check the log for details about the error at "/var/lib/jenkins/.jazz-scm". If you have configured custom logging check your log configuration settings for the path to the log file.

Comments
Lily Wang commented Sep 29 '16, 8:16 p.m.

Please clarify what operation you tried and what exact error you got.

If the problem is happened during Jenkins build, please provide the build log which has the error.


Lily Wang commented Sep 29 '16, 8:18 p.m.

BTW, in my RTC and Jenkins integration build environment, I used RTC build toolkit to load the source code and I don't see ".jazz-scm" folder.

Please also clarify how you download the source code in Jenkins build.


caroline oliveira commented Oct 07 '16, 10:49 a.m. | edited Mar 10 '17, 5:26 p.m.

 

Started by user Caroline Da Silva Oliveira
Building in workspace /var/lib/jenkins/jobs/shell/workspace
[workspace] $ /bin/bash /tmp/hudson9068519956279807045.sh
Logged in to https://jazz.
Problem running 'share':
Share attempt failed.
Error getting sharing path
Check the log for details about the error at "/var/lib/jenkins/.jazz-scm". If you have configured custom logging check your log configuration settings for the path to the log file. 
    
source code in Jenkins build.
    

#!/bin/bash
#/opt/IBM/jazz/scmtools/eclipse/lscm help add

/opt/IBM/jazz/scmtools/eclipse/lscm login -r  -n local -u ---- -P ----

#/opt/IBM/jazz/scmtools/eclipse/lscm create stream -r local "Fluxoteste" --projectarea "DevOps (CCM)"

#/opt/IBM/jazz/scmtools/eclipse/lscm create ws "workspaceteste" -s "Fluxoteste" -r local

#/opt/IBM/jazz/scmtools/eclipse/lscm load -r local workspaceteste
#/opt/IBM/jazz/scmtools/eclipse/lscm create comp "componenteteste" 1176

#/opt/IBM/jazz/scmtools/eclipse/lscm add flowtarget workspaceteste Fluxoteste -r local
#/opt/IBM/jazz/scmtools/eclipse/lscm add flowtarget Fluxoteste workspaceteste -r local
/opt/IBM/jazz/scmtools/eclipse/lscm share -r local workspaceteste componenteteste  /var/lib/jenkins/jobs/Load.kiprev/workspace 
    


Lily Wang commented Oct 09 '16, 7:46 p.m.

It seems lscm commands are called in a shell script during Jenkins build.

Could you clarify:
- what's your RTC or scmtools version?
- Is there any error in "/var/lib/jenkins/.jazz-scm"?
- Is the directory "/var/lib/jenkins/jobs/Load.kiprev/workspace" existed and it's a new directory which hasn't been shared before?


caroline oliveira commented Oct 20 '16, 8:10 a.m.

 Hi


Thanks for your answer
Version 5.0.2
Yes, have a erro /var/lib/jenkins/.jazz-scm 
Yes, it has been shared.

Be the first one to answer this question!


Register or to post 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.