It's all about the answers!

Ask a question

How to move JTS to new server?


igor lyubin (131518) | asked Mar 16 '15, 7:14 a.m.
edited Mar 16 '15, 6:23 p.m.
We are trying JTS applications to new server  with more powerful hardware. We already moved databases (MS SQL) to new server, it passed well. But with applications we have troubles.

With JTS we use CCM, QM and RM applications 4.0.5 versions.
Our OS - windows server 2008 x64, MS SQL server 2013.

We installed new version of JTS 4.0.7 on new server. It installed correctly. Then twe try to migrate configs from old applications to new using tutorial: http://www-01.ibm.com/support/knowledgecenter/SSYMRC_4.0.7/com.ibm.jazz.install.doc/topics/roadmap_clm_upgrade.html

But when we started the new JTS the IE browser was empty like application not respond. In logs we found the follow error: 

CRJAZ1125I Значение свойства конфигурации "https://<NEW-SERVER-NAME>:9443/ccm" недопустимо для свойства "server.webapp.url".

CRJAZ2197E Внешний URI сервера уже настроен как "https://<OLD-SERVER-NAME>:9443/ccm".  Его нельзя изменить на "https://<NEW-SERVER-NAME>:9443/ccm" для уже настроенного сервера.  Если сервер был перемещен в "https://<NEW-SERVER-NAME>:9443/ccm", следуйте инструкциям по переименованию сервера.


The last error told that we should follow renaming manual like that: http://www-01.ibm.com/support/knowledgecenter/SS2L6K_5.0.2/com.ibm.rational.relm.install.doc/topics/t_server_rename_prepare.html

We try to run command on new and old JTS

repotools-jts.bat -generateURLMappings toFile=mappings.txt adminUserId=<adminId> adminPassword=<adminPassword> 

but it always answered with error:

CRJAZ5043E Невозможно создать сводную панель, так как сервер работает в режиме только для чтения. Повторите попытку, когда сервер выйдет из режима только для чтения. 


Please help. What can we do to resolve this problems? Any ideas.

One answer



permanent link
Lawrence Smith (3764) | answered Mar 16 '15, 8:39 a.m.
JAZZ DEVELOPER
edited Mar 17 '15, 8:19 a.m.
Here is an article on server rename problems: https://jazz.net/library/article/1165

Here are the message translations:

 CRJAZ1125I value configuration properties "https://server:9443/ccm" unacceptable for the property "server.webapp.url". <o: p> </ o: p>
The public URI should end in "jts" ... "https://server:9443/jts"
This is probably your main issue. Use the test button on the confirm public URI. Since you set the public URI already you will need to do a rename.
Since you are renaming the target system it may be easier to reinstall and when you run
https://server:9443/jts/setup to set it to the new public uri.
Here are the other translations...
CRJAZ2197E External server URI is already configured as "https://server-old:9443/ccm". It can not be changed to "https://server-new:9443/ccm" already configured for the server. If the server has been moved to "https://server-old:9443/ccm", follow the instructions to rename the server. <o: p> </ o: p>
This is due to the misconfigured URI.  The following problem is also due to the above...

CRJAZ5043E The dashboard can not be created because the server is operating in read-only mode. Try again when the server has completed the read-only mode.
	
	
	
	

Lawrence Smith [IBM]

* updated to remove server name from messages.

Comments

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.