It's all about the answers!

Ask a question

RTC build is not completing


Andy Choi (2623) | asked Feb 28 '14, 6:35 p.m.
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

2 answers



permanent link
Andy Choi (2623) | answered Mar 05 '14, 5:16 p.m.
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

permanent link
Krzysztof Kaźmierczyk (7.4k373103) | answered Mar 03 '14, 3:08 a.m.
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.

Comments
Andy Choi commented Mar 05 '14, 4:27 p.m.

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


Andy Choi commented Mar 05 '14, 4:32 p.m.

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 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.