OrientDB 3.2.18 : console client(console.sh) fails to connect to DB #9966
Unanswered
suneelkumarch
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hitting the same issue from v.3.2.17 when trying to connect to any database |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi,
here the docs of the open command: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running OrientDB in a container as non-root user. And connecting to DB using console client
sh ./bin/console.sh "CONNECT remote:localhost/db root $ORIENTDB_ROOT_PASSWORD; LOAD SCRIPT ./scripts/orientdb-schema-setup.osql "
This above command used to work with OrientDB v3.2.2, but it fails with following error in 3.2.18
OrientDB console v.3.2.18 (build 75890139e2e64b786a59c95b913af9fbb86c5cfc, branch UNKNOWN) https://www.orientdb.com. Type 'help' to display all the supported commands.
Error: com.orientechnologies.orient.core.exception.ODatabaseException: Error creating OrientDB remote factory
Error: java.lang.IllegalArgumentException
Beta Was this translation helpful? Give feedback.
All reactions