Skip to content

HTTPError 503, connection refused #3936

@hardiksraja

Description

@hardiksraja

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:

  1. Relevant docker containers are running image
  2. The UI is also up at localhost:3000, but also displays HTTPError: 503
    image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions