ArcadeDB Version: v21.12.1-SNAPSHOT
JDK Version: Docker arcadedata/arcadedb:latest
OS: Docker arcadedata/arcadedb:latest
Expected behavior
ArcadeDB Console v.21.12.1-SNAPSHOT - Copyrights (c) 2021 Arcade Data Ltd (https://arcadedb.com)
> connect ../databases/Imported
{Imported}>
Actual behavior
ArcadeDB Console v.21.12.1-SNAPSHOT - Copyrights (c) 2021 Arcade Data Ltd (https://arcadedb.com)
> connect ../databases/Imported
Error: Error on creating new database instance
Steps to reproduce
Run the following to start the ArcadeDB container:
docker run --rm \
-p 2480:2480 -p 2424:2424 \
-e arcadedb.server.rootPassword=playwithdata \
-e "arcadedb.server.defaultDatabases=Imported[root]{import:https://github.com/ArcadeData/arcadedb-datasets/raw/main/orientdb/OpenBeer.gz}" \
arcadedata/arcadedb:latest
Run the following to get the container ID:
Run the following to open the ArcadeDB Console:
docker exec -it [YOUR_CONTAINER_ID] bin/console.sh
In the console enter:
connect ../databases/Imported
The data is imported correctly and accessible from the web interface. The path seems correct as it is reported on startup by the server - you can find your new ArcadeDB database in '../databases/Imported' and other, non-existing paths raise a different exception.
ArcadeDB Version: v21.12.1-SNAPSHOT
JDK Version: Docker arcadedata/arcadedb:latest
OS: Docker arcadedata/arcadedb:latest
Expected behavior
Actual behavior
Steps to reproduce
Run the following to start the ArcadeDB container:
Run the following to get the container ID:
Run the following to open the ArcadeDB Console:
In the console enter:
The data is imported correctly and accessible from the web interface. The path seems correct as it is reported on startup by the server
- you can find your new ArcadeDB database in '../databases/Imported'and other, non-existing paths raise a different exception.