Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project not starting up after git clone? #75

Open
wtran29 opened this issue May 22, 2024 · 0 comments
Open

Project not starting up after git clone? #75

wtran29 opened this issue May 22, 2024 · 0 comments

Comments

@wtran29
Copy link

wtran29 commented May 22, 2024

Just attempting to start the project up using docker-compose after cloning and it already run into issues. Have Docker and Docker-Compose set up. On a Windows 10 os with Docker Desktop.

wild-workouts-firestore-1 exited with code 1
wild-workouts-web-1 exited with code 2
wild-workouts-firestore-component-tests-1 exited with code 0
wild-workouts-users-grpc-1                 | [00] [0000]  WARN core: grpc: Server.Serve failed to create ServerTransport:  connection error: desc = "transport: http2Server.HandleStreams failed to receive the preface from client: read tcp 172.30.0.3:3000->172.30.0.6:41278: read: connection reset by peer" system=systemwild-workouts-trainings-http-1             | [00] [0000]  INFO Starting HTTP server
wild-workouts-trainings-http-1             | [00] [0000]  WARN core: grpc: addrConn.createTransport failed to connect to {trainer-grpc:3000 trainer-grpc:3000 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 172.30.0.7:3000: connect: connection refused". Reconnecting... system=system
wild-workouts-trainer-grpc-1               | [00] [0000]  INFO Starting: gRPC Listener grpcEndpoint=:3000
wild-workouts-trainer-http-1               | [00] [0000] DEBUG Trainer service is available after=202.426254ms
wild-workouts-trainer-http-1               | [00] [0000] DEBUG Executing query query=AvailableHours query_body=query.AvailableHours{From:time.Date(2024, time.May, 22, 7, 30, 45, 935736020, time.Local), To:time.Date(2024, time.June, 21, 7, 30, 45, 935736120, time.Local)}
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1 exited with code 1
wild-workouts-trainer-http-1               | [00] [0003]  WARN core: grpc: addrConn.createTransport failed to connect to {firestore:8787 firestore:8787 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 172.30.0.9:8787: connect: no route to host". Reconnecting... system=system     
wild-workouts-users-grpc-1                 | [00] [0003]  WARN core: grpc: addrConn.createTransport failed to connect to {firestore:8787 firestore:8787 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 172.30.0.9:8787: connect: no route to host". Reconnecting... system=system     
wild-workouts-users-http-1                 | [00] [0003]  WARN core: grpc: addrConn.createTransport failed to connect to {firestore:8787 firestore:8787 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 172.30.0.9:8787: connect: no route to host". Reconnecting... system=system     
wild-workouts-trainings-http-1             | [00] [0003]  WARN core: grpc: addrConn.createTransport failed to connect to {firestore:8787 firestore:8787 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 172.30.0.9:8787: connect: no route to host". Reconnecting... system=system     
wild-workouts-trainer-grpc-1               | [00] [0003]  WARN core: grpc: addrConn.createTransport failed to connect to {firestore:8787 firestore:8787 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 172.30.0.9:8787: connect: no route to host". Reconnecting... system=system     
wild-workouts-users-grpc-1                 | [00] [0012]  WARN core: grpc: addrConn.createTransport failed to connect to {firestore:8787 firestore:8787 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp: lookup firestore on 127.0.0.11:53: server misbehaving". Reconnecting... system=system
wild-workouts-trainer-http-1               | [00] [0012]  WARN core: grpc: addrConn.createTransport failed to connect to {firestore:8787 firestore:8787 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp: lookup firestore on 127.0.0.11:53: server misbehaving". Reconnecting... system=system
wild-workouts-users-http-1                 | [00] [0012]  WARN core: grpc: addrConn.createTransport failed to connect to {firestore:8787 firestore:8787 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp: lookup firestore on 127.0.0.11:53: server misbehaving". Reconnecting... system=system
wild-workouts-trainer-grpc-1               | [00] [0012]  WARN core: grpc: addrConn.createTransport failed to connect to {firestore:8787 firestore:8787 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp: lookup firestore on 127.0.0.11:53: server misbehaving". Reconnecting... system=system
wild-workouts-trainings-http-1             | [00] [0012]  WARN core: grpc: addrConn.createTransport failed to connect to {firestore:8787 firestore:8787 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp: lookup firestore on 127.0.0.11:53: server misbehaving". Reconnecting... system=system
wild-workouts-firestore-component-tests-1  | exec ./start.sh: no such file or directory
wild-workouts-firestore-component-tests-1  | exec ./start.sh: no such file or directory
wild-workouts-firestore-component-tests-1  | exec ./start.sh: no such file or directory
wild-workouts-firestore-component-tests-1  | exec ./start.sh: no such file or directory
wild-workouts-firestore-component-tests-1  | exec ./start.sh: no such file or directory
wild-workouts-firestore-component-tests-1  | exec ./start.sh: no such file or directory
wild-workouts-firestore-component-tests-1  | exec ./start.sh: no such file or directory
wild-workouts-firestore-component-tests-1  | exec ./start.sh: no such file or directory
wild-workouts-firestore-component-tests-1  | exec ./start.sh: no such file or directory
wild-workouts-firestore-component-tests-1 exited with code 1
wild-workouts-trainer-grpc-1               | [00] [0012]  WARN core: grpc: Server.Serve failed to create ServerTransport:  connection error: desc = "transport: http2Server.HandleStreams failed to receive the preface from client: read tcp 172.30.0.7:3000->172.30.0.5:38396: read: connection reset by peer" system=systemwild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1                  | exec ./start.sh: no such file or directory
wild-workouts-firestore-1 exited with code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant