so, i'm in the process of standing up the supertok...
# support-questions-legacy
t
so, i'm in the process of standing up the supertokens core container on my hosted VM i know that part of starting up the container requires specifying the IP of the machine. I'm running into this error and i suspect it's because my DB is not accessible to the outside:
Copy code
31 Jan 2021 19:30:49:332 +0000 | ERROR | pid: 4d6a292d-6e7e-4c4e-b137-f94f4632eed2 | [main] thread | io.supertokens.Main.start(Main.java:119) | What caused the crash: Failed to initialize pool: Could not connect to address=(host=<host ip>)(port=<db port>)(type=master) : Socket fail to connect to host:<host ip>, port:<db pot>. connect timed out

Stopping SuperTokens...
What caused the crash: Failed to initialize pool: Could not connect to address=(host=<host IP>)(port=<db port>)(type=master) : Socket fail to connect to host:<host ip>, port:<db port>. connect timed out
31 Jan 2021 19:30:49:332 +0000 | INFO | pid: 4d6a292d-6e7e-4c4e-b137-f94f4632eed2 | [main] thread | io.supertokens.Main.stopApp(Main.java:294) | Stopping SuperTokens...
5 Views