address-index-api icon indicating copy to clipboard operation
address-index-api copied to clipboard

Unable to run docker-compose Apple M1

Open jakjothi opened this issue 2 years ago • 0 comments

aj@AJs-MacBook-Pro address-index-api % docker-compose up
Creating network "address-index-api_default" with the default driver
Pulling cerebro (lmenezes/cerebro:)...
latest: Pulling from lmenezes/cerebro
f7ec5a41d630: Pull complete
faf4c47c8c61: Pull complete
810072571faf: Pull complete
395682a2fa05: Pull complete
635a13f1552d: Pull complete
Digest: sha256:95b02e46ec91c00ab33ce21f4d23bf6083d3c900257b9371a56ea218737462e5
Status: Downloaded newer image for lmenezes/cerebro:latest
Pulling kibana (docker.elastic.co/kibana/kibana:7.3.1)...
7.3.1: Pulling from kibana/kibana
48914619bcd3: Already exists
8f2fa4556827: Pull complete
168ccc398ab0: Pull complete
a69be6529845: Pull complete
cf46ff553bf1: Pull complete
5d0a0695dc7a: Pull complete
e034beaf0a5b: Pull complete
e7c5a04610ca: Pull complete
6d397b28159f: Pull complete
182945b7c9d5: Pull complete
Digest: sha256:79d778d55d89d8df99ac4410d2c0eccea65779e5f69d63b1302181f551273d2e
Status: Downloaded newer image for docker.elastic.co/kibana/kibana:7.3.1
Pulling address-index-api (thornsj/address-index-api:190420)...
190420: Pulling from thornsj/address-index-api
9a0b0ce99936: Pull complete
db3b6004c61a: Pull complete
f8f075920295: Pull complete
6ef14aff1139: Pull complete
962785d3b7f9: Pull complete
631589572f9b: Pull complete
c55a0c6f4c7b: Pull complete
c038c5c71bb7: Pull complete
c4b9d03d0ee5: Pull complete
Digest: sha256:d63fcac5ffb77de01287479b445d69085d99edcee6a4ef30782ce36598eacee2
Status: Downloaded newer image for thornsj/address-index-api:190420
Creating elasticsearch ... done
Creating address-index-api_cerebro_1           ... done
Creating kibana                                ... done
Creating address-index-api_address-index-api_1 ... done
Attaching to elasticsearch, address-index-api_address-index-api_1, address-index-api_cerebro_1, kibana
elasticsearch        | Error: could not find libjava.so
elasticsearch        | Error: Could not find Java SE Runtime Environment.
elasticsearch exited with code 2
address-index-api_1  | qemu: uncaught target signal 11 (Segmentation fault) - core dumped
cerebro_1            | WARNING: An illegal reflective access operation has occurred
cerebro_1            | WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/opt/cerebro/lib/com.google.inject.guice-4.2.3.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
cerebro_1            | WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
cerebro_1            | WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
cerebro_1            | WARNING: All illegal access operations will be denied in a future release
kibana               | {"type":"log","@timestamp":"2021-08-27T07:28:04Z","tags":["info","plugins-system"],"pid":8,"message":"Setting up [1] plugins: [translations]"}
kibana               | {"type":"log","@timestamp":"2021-08-27T07:28:04Z","tags":["info","plugins","translations"],"pid":8,"message":"Setting up plugin"}
kibana               | {"type":"log","@timestamp":"2021-08-27T07:28:04Z","tags":["info","plugins-system"],"pid":8,"message":"Starting [1] plugins: [translations]"}
cerebro_1            | [info] play.api.Play - Application started (Prod) (no global state)
cerebro_1            | [info] p.c.s.AkkaHttpServer - Listening for HTTP on /0.0.0.0:9000

jakjothi avatar Aug 27 '21 07:08 jakjothi