mitre-attack / attack-navigator

Web app that provides basic navigation and annotation of ATT&CK matrices
https://mitre-attack.github.io/attack-navigator
Apache License 2.0
2.01k stars 593 forks source link

"Cannot GET /" when deploying with Dockerfile. #552

Closed pablo97dr closed 1 year ago

pablo97dr commented 1 year ago

After deploying the tool using the Dockerfile an error ("Cannot GET /") is shown in "localhost:4200/".

I attach the log generated during the deployment.

launch.log

erinehall commented 1 year ago

Hi @pablo97dr,

It is my understanding that you are having a system issue with your file watcher limit. It looks like the maximum number of files monitored by the system has been exceeded. I recommend first trying to increase your file watcher limit, and seeing if that helps. Here are some resources I found to help you work through this:

https://stackoverflow.com/questions/65300153/error-enospc-system-limit-for-number-of-file-watchers-reached-angular https://gankrin.org/how-to-fix-enospc-system-limit-for-number-of-file-watchers-reached/

Let me know if that helps!

vsun757 commented 1 year ago

I agree with the above post. Here are others if you would like to read more, for your edification:

https://azureossd.github.io/2022/09/28/ENOSPC-System-limit-for-number-of-file-watchers-reached/ https://dev.to/shawon/fix-error-enospc-system-limit-for-number-of-file-watchers-reached-pfh

clemiller commented 1 year ago

Closing due to inactivity. Let us know if you're still having issues and I can reopen the issue.