-
Notifications
You must be signed in to change notification settings - Fork 288
Description
Hi,
Am following the quick-start guide and the various examples provided, but facing an issue,
from verta import Client client = Client("http://localhost:3000")
Results in below error,
HTTPError: 503 Server Error: connection error: desc = "transport: Error while dialing dial tcp 172.18.0.3:8085: connect: connection refused" for url: http://localhost:3000/api/v1/modeldb/project/verifyConnection at 2023-07-12 10:58:34.688000 UTC
From where this IP 172.18.0.3 is fetched, not able to determine it...
Also, does this error from modeldb-backend has any role in this issue,
2023-07-12 12:53:09 {"thread":"main","level":"WARN","loggerName":"ai.verta.modeldb.utils.ModelDBHibernateUtil","message":"ModelDBHibernateUtil checkDBConnection() got error ","thrown":{"commonElementCount":0,"localizedMessage":"org.mariadb.jdbc.Driver","message":"org.mariadb.jdbc.Driver","name":"java.lang.ClassNotFoundException", .....
Any help would be appreciated; Thanks in advance
Note: