danielpoliakov / lisa

Sandbox for automated Linux malware analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed submit file & send Post request and return "Internal server error"

jk299 opened this issue · comments

commented

I can't successfully submit the file.
7e99aadd8ffdf1daa47e0d045241c66

When I sent Post request, it returned "Internal server error"
image

commented

I can't successfully submit the file. 7e99aadd8ffdf1daa47e0d045241c66

When I sent Post request, it returned "Internal server error" image

I have solved this problem. You should run the command as a normal user like this "sudo docker-compose build" and "sudo docker-compose up -d" not root

I got the same issue as the submission just keep waiting forever. I checked the logs for every container, it seems like the 'worker' container cannot connect to rabbitmq server. But I don't know how to solve it.