Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Docker-compose up fails #50

Open
nrgopi786 opened this issue Jun 1, 2018 · 3 comments
Open

Docker-compose up fails #50

nrgopi786 opened this issue Jun 1, 2018 · 3 comments

Comments

@nrgopi786
Copy link

docker creation fails when trying to bring the docker up by executing below command

#docker-compose up

Error

2018-06-01 09:08:25,288 [INFO] from play.api.Play in main - Application started (Prod)
2018-06-01 09:08:26,528 [INFO] from play.core.server.AkkaHttpServer in main - Listening for HTTP on /0.0.0.0:9001
2018-06-01 10:36:33,002 [WARN] from akka.actor.ActorSystemImpl in application-akka.actor.default-dispatcher-11 - Illegal request, responding with status '400 Bad Request': Unsupported HTTP method: HTTP method too long (started with 'Auミ￟'). Increase akka.http.server.parsing.max-method-length to support HTTP methods with more characters.
2018-06-01 10:36:33,003 [WARN] from akka.actor.ActorSystemImpl in application-akka.actor.default-dispatcher-11 - Illegal request, responding with status '400 Bad Request': Unsupported HTTP method: HTTP method too long (started with 'Vラᅡ�o'). Increase akka.http.server.parsing.max-method-length to support HTTP methods with more characters.
2018-06-01 10:36:33,320 [WARN] from akka.actor.ActorSystemImpl in application-akka.actor.default-dispatcher-11 - Illegal request, responding with status '400 Bad Request': Unsupported HTTP method: HTTP method too long (started with 'ᆴᆰI↑￲ᅲy'). Increase akka.http.server.parsing.max-method-length to support HTTP methods with more characters.
2018-06-01 10:36:33,376 [WARN] from akka.actor.ActorSystemImpl in application-akka.actor.default-dispatcher-13 - Illegal request, responding with status '400 Bad Request': Unsupported HTTP method: HTTP method too long (started with 'ᆴ￶L'). Increase akka.http.server.parsing.max-method-length to support HTTP methods with more characters.
2018-06-01 10:36:40,555 [WARN] from akka.actor.ActorSystemImpl in application-akka.actor.default-dispatcher-14 - Illegal request, responding with status '400 Bad Request': Unsupported HTTP method: HTTP method too long (started with '￲ᅡ/ᅢチ'). Increase akka.http.server.parsing.max-method-length to support HTTP methods with more characters.
2018-06-01 10:36:40,568 [WARN] from akka.actor.ActorSystemImpl in application-akka.actor.default-dispatcher-12 - Illegal request, responding with status '400 Bad Request': Unsupported HTTP method: HTTP method too long (started with '￞?:"○'). Increase akka.http.server.parsing.max-method-length to support HTTP methods with more characters.
2018-06-01 10:36:40,587 [WARN] from akka.actor.ActorSystemImpl in application-akka.actor.default-dispatcher-8 - Illegal request, responding with status '400 Bad Request': Unsupported HTTP method: HTTP method too long (started with 'ᆴᆰXᆭ{←'). Increase akka.http.server.parsing.max-method-length to support HTTP methods with more characters.
2018-06-01 10:36:40,594 [WARN] from akka.actor.ActorSystemImpl in application-akka.actor.default-dispatcher-12 - Illegal request, responding with status '400 Bad Request': Unsupported HTTP method: HTTP method too long (started with 'ᆴᆰ￶トᄑ/→'). Increase akka.http.server.parsing.max-method-length to support HTTP methods with more characters.
2018-06-01 10:36:46,310 [WARN] from akka.actor.ActorSystemImpl in application-akka.actor.default-dispatcher-11 - Illegal request, responding with status '400 Bad Request': Unsupported HTTP '). Increase akka.http.server.parsing.max-method-length to support HTTP methods with more characters.
[root@localhost logs]# ll

How to fix this issue

@robomotic
Copy link

I get instead:

docker pull thehiveproject/thehive
Using default tag: latest
Error response from daemon: manifest for thehiveproject/thehive:latest not found

Where do I find the image?

@terrieristorg
Copy link

I get instead:

docker pull thehiveproject/thehive
Using default tag: latest
Error response from daemon: manifest for thehiveproject/thehive:latest not found

Where do I find the image?

Having the same issue

@robomotic
Copy link

Hello guys,
I managed to fix it, please see my configuration file here:

https://github.com/robomotic/TheHive/blob/master/docker/thehive/docker-compose.yml

Cheers.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants