Is SCM command session by the same user conflicted?
Is SCM command session by the same user conflicted?
on Solaris, 2 JBEs are launched from the same user's home directory '/home/uusbt00'.
su - uusbt00 -c "bash ${JBESH_HOME}/JBE_START_TLMS_bt0cts01.sh"
su - uusbt00 -c "bash ${JBESH_HOME}/JBE_START_TLMS_batch_bt0cts01.sh"
Build definitions for each JBEs specify the different workspaces and load directories. Each builds run SCM commands as well.
When both builds runs at the same time, there is the error in the either of them.
** RTC_BUILD/batch log **
scm_checkin:
date:
[echo] 2014/07/17 04:25:10 scm_checkin start
[exec] lscm checkin -d /home/uusbt00/RTC_BUILD/batch_tmp/BT /home/uusbt00/RTC_BUILD/batch_tmp/BT
[exec] Committing...
err:
scm_daemon_stop:
date:
[echo] 2014/07/17 04:25:52 scm_daemon_stop start
[exec] daemon exited successfully.
firstbuild:
BUILD SUCCESSFUL
** RTC_BUILD/online log **
scm_checkin:
date:
[echo] 2014/07/17 04:25:09 scm_checkin start
[exec] lscm checkin -d /home/uusbt00/RTC_BUILD/online_tmp /home/uusbt00/RTC_BUILD/online_tmp
[exec] Commiting...
err:
scm_daemon_stop:
date:
[echo] 2014/07/17 04:25:53 scm_daemon_stop start
[exec] Problem about execution of 'daemon stop' :
[exec] daemon could not be found in /home/uusbt00/RTC_BUILD/online_tmp
BUILD FAILED
/home/uusbt00/RTC_BUILD/online_tmp/RTC_build_online/build_online.xml:344: exec returned: 30
Comments
Shashikant Padur
JAZZ DEVELOPER Jul 30 '14, 11:43 p.m.Taki Nakajo
Jul 31 '14, 1:32 a.m.Here is the part of scm_daemon_stop in the both build xml.