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

Cannot connect to Azure Cosmos Emulator via Gremlin #2278

Closed
TobiasMorell opened this issue Feb 3, 2023 · 2 comments
Closed

Cannot connect to Azure Cosmos Emulator via Gremlin #2278

TobiasMorell opened this issue Feb 3, 2023 · 2 comments
Labels

Comments

@TobiasMorell
Copy link

After upgrading Azure Cosmos Emulator to 2.14.11 I can no longer connect to the emulator Gremlin API using Gremlin.Net v 3.5.2.

Error message

The server returned status code '500' when status code '101' was expected.

Connection code

var server = new GremlinServer(
    "localhost",
    8901,
    false,
    $"/dbs/{MY_DATABASE}/colls/{MY_COLLECTION}",
    "{MY_KEY}"
);
_client = new GremlinClient(server);

What I've tried

  • Upgrading Gremlin.Net to 3.6.1
@BenjaBobs
Copy link

This is blocking our CI/CD pipeline because the integration tests won't run.

@jsquire
Copy link
Member

jsquire commented Feb 10, 2023

Hi @TobiasMorell. Thank you for reaching out and we regret that you're experiencing difficulties. Unfortunately, this repository is focused on the documentation for the Azure SDK for .NET packages - we're unable to assist with other Azure issues. The CosmosDB emulator is not an open-source product and does not have a corresponding GitHub repository for issues. According to their troubleshooting documentation, it seems that your best path forward would be to open an Azure support request.

I'm going to close this out; if I've misunderstood what you're describing, please let us know in a comment and we'd be happy to assist as we're able.

@jsquire jsquire closed this as completed Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants