ArcadeData / arcadedb-docs

ArcadeDB Documentation
Creative Commons Zero v1.0 Universal
5 stars 26 forks source link

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

Open ARYAN0KUMAR opened 5 months ago

ARYAN0KUMAR commented 5 months ago

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 (info@arcadedata.com)

gramian commented 5 months ago

Hi, can you repost this as an issue in the https://github.com/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.