-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Description
ArcadeDB Version: v22.10.1 (build e692f4c/1667424782661/main)
JDK Version: openjdk 11.0.16.1 2022-08-12
OS: MacOS 12.6
Dear developers,
I encountered two problems with the console:
- The console cannot connect to existing databases that were not created in the console.
- After such a connection attempt, trying to exit the console makes it hang.
Expected behavior
- Connection to exisiting database
- Normal exit
Actual behavior
- Console error (no server error)
ERROR: Error on creating new database instance
- Console hangs (has to be killed with
CTRL + C)
Steps to reproduce
- Given a database
test(not created in the console, but ie in the studio)
> connect test
- Given a database
test(not created in the console, but ie in the studio)
> connect test
> exit
PS: Sometimes also databases created in the console are not listed the studio (or endpoint) but I have not figured out when this is the case.