Problem
Application is not collecting or processing data (syslog, netflow). This is manifested by empty charts and presence of dropped packets in System view of the corresponding application module. This can happen due to low memory, power outage on the server.
Solution
Access the server via ssh and execute the following commands:
service tomcat6 stop
service postgresql stop
service postgresql start
service tomcat6 start