Whenever I shutdown mango the vmstat daemon thread crashes with a nullpointer exception. this isn't a big deal since I am shutting it down anyway, but it also happens when disabling the data source:
stack:
As you can see line is null. the nullpointer occurs at the readParts(line.split) line below, every time when I shut down.