Can not connect to CCM application
![]()
Hi All,
I following https://rsjazz.wordpress.com/2014/06/12/is-the-extension-deployed-how-can-i-redeploy/ link to redelpoy extension. To force redeploy extension we can delete 'built-on.txt' file from directory serverInstallationDirectory\server\tomcat\work\Catalina\localhost\ccm. I deleted file and started server. After starting server I am getting below error when I try to connect to repository from eclipse
CRJAZ2384E Cannot connect to the repository at URL "https://localhost:9443/ccm", see the nested exception for more details.
CRJAZ2384E Cannot connect to the repository at URL "https://localhost:9443/ccm", see the nested exception for more details.
Server returned HTTP response code: 400 for URL: https://localhost:9443/ccm/repo/repositoryId.
From web UI
If I visit https://localhost:9443/ccm, nothing appears on screen, screen is blank
If I visit https://localhost:9443/jts/admin, i can see login page on screen.
It is problem with CCM application
How can I resolve the error
Please provide guidelines
|
Accepted answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Jun 22 '16, 3:36 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I agree with Don. Some hints:
vikrant kamble selected this answer as the correct answer
Comments Hello Ralph,
This solution worked for me. I stopped the server first, I deleted .ini file from provision profiles and related site folder. Then I deleted 'installationdirectory\server\tomcat\work\Catalina\localhost\ccm\built-on.txt' file and restarted server. After server restart I was able to connect to CCM and plugin was removed. Below are steps which lead me to above problem I stopped the server and deleted built-on.txt file but did not deleted '.ini' file and related site folder and started server. After server was started I was facing problem mentioned in the question. Obviously to restart the server and doing nothing to remove the erroneous extension has no effect. By removing the ini file you remove your extension from deployment.
|