-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
questionFurther information is requestedFurther information is requested
Milestone
Description
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:
docker ps
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested