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

Error:Timeout when reading response headers from daemon process 'misp-dashboard' #115

Closed Applenice closed 5 years ago

Applenice commented 5 years ago

I‘m having problems after installation and there is no data displayed on the web interface.

Query the log and see the following error:

[Thu Jul 11 10:13:27.817235 2019] [wsgi:info] [pid 754] mod_wsgi (pid=754): Aborting process 'misp-dashboard'.
[Thu Jul 11 10:13:27.817317 2019] [wsgi:info] [pid 754] mod_wsgi (pid=754): Exiting process 'misp-dashboard'.
[Thu Jul 11 10:13:27.827828 2019] [wsgi:error] [pid 852] [client 10.0.2.2:16631] Truncated or oversized response headers received from daemon process 'misp-dashboard': /var/www/misp-dashboard/misp-dashboard.wsgi, referer: http://192.168.56.1:8001/
[Thu Jul 11 10:13:28.615597 2019] [wsgi:info] [pid 1201] mod_wsgi (pid=1201): Attach interpreter ''.
[Thu Jul 11 10:13:33.087646 2019] [wsgi:info] [pid 1201] [remote 10.0.2.2:16633] mod_wsgi (pid=1201, process='misp-dashboard', application=''): Loading WSGI script '/var/www/misp-dashboard/misp-dashboard.wsgi'.
[Thu Jul 11 10:14:33.132603 2019] [wsgi:error] [pid 758] [client 10.0.2.2:16633] Timeout when reading response headers from daemon process 'misp-dashboard': /var/www/misp-dashboard/misp-dashboard.wsgi, referer: http://192.168.56.1:8001/
[Thu Jul 11 10:15:39.140326 2019] [wsgi:error] [pid 755] [client 10.0.2.2:16670] Timeout when reading response headers from daemon process 'misp-dashboard': /var/www/misp-dashboard/misp-dashboard.wsgi, referer: http://192.168.56.1:8001/
[Thu Jul 11 10:16:45.129115 2019] [wsgi:error] [pid 1196] [client 10.0.2.2:16805] Timeout when reading response headers from daemon process 'misp-dashboard': /var/www/misp-dashboard/misp-dashboard.wsgi, referer: http://192.168.56.1:8001/
[Thu Jul 11 10:17:09.992108 2019] [wsgi:error] [pid 756] [client 10.0.2.2:16825] Timeout when reading response headers from daemon process 'misp-dashboard': /var/www/misp-dashboard/misp-dashboard.wsgi, referer: http://192.168.56.1:8001/
[Thu Jul 11 10:18:13.186005 2019] [wsgi:info] [pid 735] mod_wsgi (pid=735): Attach interpreter ''.

I haven't found a solution yet. What should I do? Thank.

mokaddem commented 5 years ago

Hey, Sorry for the delay, I missed your issue somehow.. It seems to be an issue with your configuration rather than a misp-dashboard issue. Perhaps a quick read on https://modwsgi.readthedocs.io/en/develop/user-guides/virtual-environments.html would help you solve this.

If you have suspicion that there is indeed a misp-dashboard issue, please come back here and share your thoughts.

Cheers