harryShepherd / Ambry

Software Engineering Methods Group 18
Apache License 2.0
3 stars 0 forks source link

Workflow Action not running correctly #6

Closed harryShepherd closed 6 months ago

harryShepherd commented 6 months ago

When pushing to the branch, main.yml runs and always fails with this error:

Error: Exception in thread "main" com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting to connect.
...
...
...
Error: Process completed with exit code 1.

which is most likely caused by

INFO: Exception in monitor thread while connecting to server ambry-bridge:27017
com.mongodb.MongoSocketException: ambry-bridge: Name or service not known

when it tries to run the image.

Probably due to me changing the bridge names and such from se-networks to ambry-bridge. I have no idea what specifically, I'll have to look further into it.

Anyone else is free to take a look :)

harryShepherd commented 6 months ago

Fixed, still don't know what was causing it though.