Docker-compose up fails
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
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?
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
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.