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

Trying to use ArcadeDB as a visualizer for local gremlin server #250

Open
ARYAN0KUMAR opened this issue Mar 17, 2024 · 1 comment
Open

Comments

@ARYAN0KUMAR
Copy link

I have been trying to connect my local gremlin instance to arcadeDB through docker, as my end goal is to visualize the graph and do testing.
I used this command -
bin/server.bat -Darcadedb.server.plugins ="GremlinServer:com.arcadedb.server.gremlin.GremlinServerPlugin"
As mentioned in the manual Page 142, Use the Gremlin Server
But got this error,

bin/server.bat: line 1: $'@Rem\r': command not found
bin/server.bat: line 2: syntax error near unexpected token (' 'in/server.bat: line 2: @Rem Copyright © 2021-present Arcade Data Ltd ([email protected])

@gramian
Copy link
Collaborator

gramian commented Mar 17, 2024

Hi,
can you repost this as an issue in the https:/ArcadeData/arcadedb repository?

Also make sure to post which version of Windows / Java (/ WSL) you are running and how you start the server script from the shell.

Thank you!

BTW As far as I remember Windows uses (or used to use) the \, not /, to separate folders and files. In case you are running Linux or WSL you would need to run the server.sh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants