CacheBuilder keeps stopping and can't be restarted
Since a week or two we have been having this very strange behavior. The service stops and gives the error message
when trying to start it. The SCSM Console works fine so the management server is not down or malfunctioning. We are also getting
"System.InvalidOperationException: Instance failure.
from WebPortal. This would of course point to some database connectivity issue but the database seems fine as well.
It all gets resolved by shutting down all servers and perfoming the startup in the correct order (db-server, primary mgmt, other mgmt, datawarehouse, Ciresom application server).
Any ideas? This is getting really frustrating as it occurs every day now.
Thank you all community members!
/ Ludvig
Answers
But if that was the case then I would expect that it would never work, but you seem to be able to get it to work in a certain startup order.
The only other thing that might be happening is the resources on the SQL server are timing out. It might be worth checking the health of the servers when this is occurring. Things like RAM utilization, Disk IO, Ping rate etc.If there is a memory leak or a networking issue that creeps in over time this would be showing the symptoms that you are reporting.
As always, if you have a support agreement with us, please log a support call and one of our friendly support team will be in touch.
I hope this answers your question.
We have monitored the db as well and also performed a Cireson Health Check two weeks ago so the technical setup should be more than fine... That is why this is so interesting and irritating
/ L
Do you have full logging turned on for the portal?
Open the Portal install folder and edit the Web.config file in a text editor like Notepad++.
Search for the following:
Restart the website and the app pool.
This will give you a verbose log that might give you more detail
Yes, I have all the logging enabled and will now wait for the problem to re-appear in order to send more information to the support team.
/ L