RequestReset makes CCM unavailable
![]()
I installed a precondition on my local jazz server, and then performed requestReset.
https://localhost:9443/ccm/admin/cmd/requestReset The server starts successfully, CCM is also reported to be started, but I'm not able to access any CCM services. Any such call, results in HTTP error 404. |
Accepted answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered May 21 '14, 6:53 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Look into the log file e.g. server/logs/ccm.log
If you request a reset you most likely tried to deploy an extension. If the server is dead afterwards, this most likely means you got it wrong and the server did not start correctly. Note, if Tomcat or WAS starts, this does not mean the applications successfully start. Atul Kumar selected this answer as the correct answer
Comments Thanks Ralph for the pointer.
|