Problem Description:
No events are updated/added to the dashboard. The following error can be seen in the collector log (bugtale_services.log).
Takipi service error - std::bad_alloc {LogManager}
Environment:
SaaS: all V4 versions
Hybrid: all V4 versions
On-Premise: V4 all versions
Resolution:
Validate that the collector did not run out of disk space!
Then
- Stop the collector
- Clear / remove the content of the work folder
LINUX:rm -R <TAKIPI_HOME>/work
- Start the collector
Cause:
- The server on which the collector is running on (or the respective partition) ran out of disk space.
- Data sent from the agents to the collector were corrupted potentially due to
- running out of disk at some point in the past.
- Incompatible agents are connected to that collector
(Agents should be running the same or older Versions than the collector)
Note: You will lose the event information collected on the collector that have not been sent to the backend server yet.