It's all about the answers!

Ask a question

After server rename how to correct "The Lifecycle Project Administration application has not been initialized" error?


Becky McDermott (90527) | asked Oct 27 '15, 1:51 p.m.
 I just performed a server rename (to set up a staging server).  The rename was successful and upon verification, the only issue I am having is an error when I navigate to the Lifecycle Project Administration page:  https:my.server.com/admin/web

I get:

Error
The Lifecycle Project Administration application has not been initialized.  Please register the application with a Jazz Team Server.


However, when I got to jts/admin, I can see "/admin" as a registered application.

Any suggestions?

One answer



permanent link
Don Yang (7.6k2197133) | answered Oct 28 '15, 1:13 a.m.
Since you still see /admin, I guess you are at v4.0.x. I think you may check

. go to  https://yourserver/jts/admin#action=com.ibm.team.repository.admin.configureOAuth
and check with consumer key of /admin and compare with friends.rdf(under \server\conf\admin)
. run repotools-jts.bat -listStorageAreaKeys( http://www-01.ibm.com/support/knowledgecenter/SSYMRC_4.0.7/com.ibm.jazz.install.doc/topics/r_repotools_liststorageareakeys.html?lang=en) and check with storage key such as
com.ibm.team.lpa.c9826079-0647-4db1-9fcb-b8acee53b6bd,b0746947294d49a9b805ae54edb714ae,
comparing to entry in admin.properties(under \server\conf\admin) as well as consumer key of /admin.

Your answer


Register or to post your answer.