TheHiveDocs icon indicating copy to clipboard operation
TheHiveDocs copied to clipboard

Docker-compose up fails

Open nrgopi786 opened this issue 7 years ago • 3 comments

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

nrgopi786 avatar Jun 01 '18 19:06 nrgopi786

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?

robomotic avatar Aug 05 '18 15:08 robomotic

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

terrieristorg avatar Aug 08 '18 16:08 terrieristorg

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.

robomotic avatar Sep 10 '18 12:09 robomotic