Skip to content

Can not connect to imported database from Console (as suggested in the tutorial) #270

@hielsnoppe

Description

@hielsnoppe

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.

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions