It's all about the answers!

Ask a question

error running repotools-jts.sh -generateURLMappings


marina delunas (711316) | asked Feb 26 '14, 4:13 p.m.
I'm trying to generate a mapping file from CLM 4.0.3 (Linux environment with WAS and DB2) but when run the ./repotools-jts.sh -generateURLMappings command the 
Reptools-jts_generateURLMappings.log shows errors

How can I solve the problem?

014-02-26 12:33:05,358 Repo Tools
2014-02-26 12:33:05,359 java.version=1.6.0
2014-02-26 12:33:05,359 java.runtime.version=pxa6460sr13fp1-20130325_01 (SR13 FP1)
2014-02-26 12:33:05,362 Provisioning using "./conf/jts/provision_profiles".
2014-02-26 12:33:05,384 repotools-jts -generateURLMappings additionalURLFile=additionalurl.txt adminPassword=*********** adminUserId=mdelunas repositoryURL=https://localhost:9443/jts toFile=mappings.txt
2014-02-26 12:33:05,388   Jazz Foundation - Core Libraries, Version 4.0.3 (RJF-I20130515-1759)
 
2014-02-26 12:33:07,097
2014-02-26 12:33:07,098 CRJAZ2233I The server at https://localhost:9443/jts/urlMappingInformation is being contacted to collect URL information.
2014-02-26 12:33:07,607 CRJAZ1247E The request to the server failed.  The server returned the HTTP error 500 with this error text: Internal Server Error.
com.ibm.team.repository.common.transport.TeamServiceException: CRJAZ1247E The request to the server failed.  The server returned the HTTP error 500 with this error text: Internal Server Error.
        at com.ibm.team.repository.transport.client.ClientHttpUtil.throwHttpClientError(ClientHttpUtil.java:1427)
        at com.ibm.team.repository.transport.client.ClientHttpUtil.executeHttpMethod(ClientHttpUtil.java:515)
        at com.ibm.team.repository.transport.client.ClientHttpUtil.executeHttpMethod(ClientHttpUtil.java:321)
        at com.ibm.team.repository.transport.client.ClientHttpUtil.executeHttpMethod(ClientHttpUtil.java:219)
        at com.ibm.team.repository.transport.client.ClientHttpUtil.executeHttpMethod(ClientHttpUtil.java:228)
        at com.ibm.team.repository.transport.client.RestClientConnectionBase.executeMethod(RestClientConnectionBase.java:315)
        at com.ibm.team.repository.transport.client.RestClientConnectionBase.doMethod(RestClientConnectionBase.java:181)
        at com.ibm.team.repository.transport.client.RestClientConnectionBase.doGet(RestClientConnectionBase.java:122)

 



 
 

Accepted answer


permanent link
Kot T. (1.5k11219) | answered Feb 26 '14, 4:22 p.m.
JAZZ DEVELOPER
edited Feb 26 '14, 4:25 p.m.
Hi Marina,

The repository URL in the repotools command is set to "https://localhost:9443/jts". Please try with the actual public URL (not localhost) and see if that allows connection to the server.

Also, see http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m3/index.jsp?re=1&topic=/com.ibm.jazz.install.doc/topics/c_server_rename_recovery_generate.html
marina delunas selected this answer as the correct answer

Your answer


Register or to post your answer.