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

RTC build is not completing

Hello,

I installed a build toolkit to a new machine and started a new build engine from there.
The ant build finished successfully but the process of the build is not completing.

I don't see any error in the build log file in buildsystem\buildengine\eclipse directory but the build log is never published and the build never completes either.

I used start/completeBuildActivity, junitLogPublisher, and logPublisher ant tasks in the ant build file it's running and they all work as expected.

Is there anything I can do or check to see why it's not completing the build?

Thanks,
Andy

=======

buildIdPrefix=RTC
buildId=RTC-I20130222-1633
               
product.release.label=4.0.2
product.iteration.label=

product.release.filename.version=4.0.2.0-RTC-I20130222-1633
product.release.artifact.version=4.0.2000.RTC-I20130222-1633-r402
   
About the Change and Configuration Management Application
Version: 4.0.2
Build Information    Version    Build ID
Change and Configuration Management - Core Libraries    4.0.2    RTC-I20130222-1633
Jazz Foundation - Core Libraries    4.0.2    RJF-I20130222-1204

About the Rational Jazz Team Server
Version: 4.0.2
Build Information    Version    Build ID
Jazz Foundation - Core Libraries    4.0.2    RJF-I20130222-1204

0 votes



2 answers

Permanent link
I just found a defect entered on this issue.
Unfortunately, it's been fixed in 4.0.3 so I'll need to ask our server to be upgraded first to try out.

https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=249261

2 votes


Permanent link
Hi Andy,
1. Did you look into ccm.log file located on your server? There might be any error there.
2. If there is no error in ccm.log, please try gathering verbose data according to http://www-01.ibm.com/support/docview.wss?uid=swg21632450#logs
3. If you do not find anything there, please open new PMR.

Let us know if you were able to find any error there.

1 vote

Comments

Hi Krzysztof,

I was able to locate when the build doesn't complete.
The build completed when I not called following ant target.

    <target name="startTomCat">
        <echo level="info">Starting tomcat...</echo>
        <exec dir="../wctomcat_safe" executable="cmd">
            <arg value="/c" />
            <arg value="start" />
            <arg value="wctomcat.bat" />
        </exec>
        <sleep seconds="60" />
    </target>

Do you have any idea why this makes the build to not complete?
The ant target is processed successfully without any error but it prevents the RTC build from completing although the whole ant build completes successfully.

Thanks,
Andy

Please note that the same build works fine on another old build engine (v 3.0.1) connected to the same RTC server.

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

Question asked: Feb 28 '14, 6:35 p.m.

Question was seen: 4,201 times

Last updated: Mar 06 '14, 7:52 a.m.

Confirmation Cancel Confirm