MISP / misp-dashboard

A live dashboard for a real-time overview of threat intelligence from MISP instances
GNU Affero General Public License v3.0
192 stars 66 forks source link

Internal Server Error after update #122

Closed b00lpy closed 5 years ago

b00lpy commented 5 years ago

I updated misp-dashboard to v1.3.

Steps to reproduce: Stop all python3 zmq processes. Run git pull Run install_dependencies.sh Run start_all.sh

And now i got this. image

mokaddem commented 5 years ago

Hello, Please try the followings in order, it might solve your issue at some point:

if neither of these steps succeeded to make the dashboard work, could you please send us the tail of log files right after you try to connect to the web interface? They are locate in:

b00lpy commented 5 years ago

Actually just performing the 2nd step worked.

Your config/config.cfg might have been modified during the update process. Make sure that the maxmind geo DB path is correct (in case of doubt, set it as an absolute path)

When I edited config/config.cfg into absolute path and saved, the dashboard immediately started working again. Hope that's normal :)

Now I've got my dashboard back and updated, thanks you!

mokaddem commented 5 years ago

You're welcome, thanks for the feedback!