Hi etantonio,
That null pointer exception wouldn't crash Mango. So, something else must be in your logs, or there may be an hs_err file in your Mango/ directory.. I am not sure what caused it, but the report's filename must be null. You can check to see if the report was actually generated by checking the Mango/web/modules/excelReports/web/report-data/ directory. If you find the right report, you can try to update the row in the database for the report instance that is causing the null pointer exception, or you can delete those report instances since you found the generated files.
/sqlConsole.shtm
Find and update the reports' records (run whichever line individually):
Or just delete those excel report instances with
DELETE FROM excelReports WHERE filename IS NULL; -- submit update