InterSystems Cache service
Hi Team, Cahe system is not starting while starting one of our software application and getting an above error
Discussion (0)0
Comments
What is reported in the WIndows Event log?
In addition, check the cconsole.log in the installation mgr directory.
Likely is because the superserver or webserver port is being used by other application... or just locked at OS level. Try to find out if there is any app using it... using the Task Manager or TCPview... if you can't find any app using those ports, change them in the cpf file using some other numbers above 60000 and restart. DO A COPY OF YOUR CPF FILE BEFORE MODIFYING IT (just in case). Other way to test if its related with used ports would be to restart your machine... and try to init Caché afterwards.