How to solve a build engine connection problem?
We are working with JTS/RTC 6.0.2, running in a Windows 2012 R2 server, under WAS with DB2 databases.
We installed Rational Build System 6.0.2 in a Windows 7 Pro, SP1 machine.
We copied the jdk virtual machine to the buildsystem\buildengine\eclipse folder and we started the Jazz Build Agent with the following command: jbe -vm jdk\bin\java -repository https://10.107.42.33:9443/ccm -userId xxx -pass xxx -engineId Motor_TutoriaBM_VS2013 (this build engine was actually defined in the TutoriaBM project area) The build engine starts, but each time it try to communicate with the server, we get the following message: 2017-05-22 13:29:3 [jazz build engine] There was an exception in the build loop: CRJAZ2940E This server addres is invalid: (https://10.107.42.33:9443/ccm) (I translated the message, so may be little differences with the English version) Nevertheless, the same string connection works fine when used in the Eclipse, VS or Web clients. ¿Any suggestion? |
Be the first one to answer this question!
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.
Comments
Are you by any chance using a proxy?
Did you copy the command line from the help documentation on to the console? I have earlier seen instances where some extraneous characters got copied on to the console and jbe had trouble parsing the content.
You must not use an IP address to talk to an RTC server. You must use the public URI of said server.
Hi all
Thanks for the answers!
Some explanations::
1. Really, I tested the command with the URI and the IP, with the same results. Moreover: I copied the string and used it in a SCM command line, and it works OK.
2. There are no strange character. I copied the string and use it in the other clients and it works.
3. I think that there is no proxy, but I'll check it with network administrators.
Rgds
Carlos, it is just dangerous to use the IP's instead of the full qualified domain name with CLM.