Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

This build has been automatically abandoned by the build engine

This build has been automatically abandoned by the build engine 'MDM Primary Build Server'.
This can happen if the build engine stops while it is processing a build, or if it fails to communicate with the server (e.g. due to the server crashing, or a network break). As a result, the build is left in the in-progress state.

Quesitons:

1. Where can I find more detailed log?
2. It's a Jazz Common Line build. Anything wrong with the follow script?



REM command pour rafraichir du rtc
REM cd C:\Workspace\rtcbuilduser\TestAutomationFramework
REM echo jazzpower1|C:\IBM\TeamConcert\scmtools\eclipse\lscm accept -v -u rtcbuilduser
xcopy /S /Y /I C:\Workspace\rtcbuilduser\TestAutomationFramework\soapUIPro\Tests c:\TOOLS
copy /Y C:\Workspace\rtcbuilduser\TestAutomationFramework\S5_clientinfimgnt_LocalDev-soapui-project.xml c:\TOOLS\
echo on
cd c:\TOOLS\%1
del *.xls
cd ..
copy /Y preSetup.xls preSetup.bak
del preSetup.xls
copy /Y preSetup.bak %1
for /f %%i in ('dir *.xls /b') do (    
  cd %1
  copy /Y preSetup.bak preSetup.xls
  cd ..
  "C:\Program Files\SmartBear\soapUI-Pro-4.5.0\bin\testrunner.bat" C:\TOOLS\S5_clientinfimgnt_LocalDev-soapui-project.xml -s"TestSuite  For Sprint 6b Preparatory_data for MDM" -c"%1 Env_Prep" > taOut1.txt 2>&1
  cd %1    
  del preSetup.xls
  cd ..    
  del *.txt
  copy /Y %%i %1  
  "C:\Program Files\SmartBear\soapUI-Pro-4.5.0\bin\testrunner.bat" C:\TOOLS\S5_clientinfimgnt_LocalDev-soapui-project.xml -s"TestSuite  For Sprint 6b Preparatory_data for MDM" -c"%1 Env_Prep" > taOut1.txt 2>&1
  "C:\Program Files\SmartBear\soapUI-Pro-4.5.0\bin\testrunner.bat" C:\TOOLS\S5_clientinfimgnt_LocalDev-soapui-project.xml -s"TestSuite  For Sprint 6b" -c"%1 Env" > taOut2.txt 2>&1
  cd %1
  del "%%i"
  cd ..  
  del *.txt
)
copy /Y preSetup.bak preSetup.xls  
del preSetup.bak



2 votes



3 answers

Permanent link
I encoutered this error when integrating with Hudson (no need to run JBE from command line). So I killed all java.exe process and re-run the build. It's fine now.

Thanks
Jirong

1 vote


Permanent link
 Generally if the repository connection is good, then I have found that Jirong solution is usually the case.  If there is a stray java.exe process on the box that is blocking other engines from running.  Cleaning out these java and jbe processes should resolve the problem.

~Spencer

1 vote


Permanent link
As the message says, this problem happens when the build engine can't communicate with the RTC server.  So it is doubtful that the problem is with your build script.  The most likely cause is that your server went down or there was a networking problem somewhere between the build machine and the server.  That's what should be investigated first.

-- David Olsen, IBM Rational, Jazz Process Team

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 562
× 76

Question asked: Jul 19 '12, 12:04 p.m.

Question was seen: 9,280 times

Last updated: Feb 22 '13, 10:05 a.m.

Confirmation Cancel Confirm