orientdb docker can't connect or remove database of type 'memory' -


i attempted remove orientdb database of type 'memory' named 'unit_tests', following error:

{"errors":[{"code":505,"reason":505,"content":"java.lang.stackoverflowerror"}]} 

i run docker container created following command:

docker run -d --name minion --net=host -p 2424:2424 -p 2480:2480 -p 2434:2434 -p 5701:5701 -e orientdb_node_name=minion -v /home/user/orient-config:/orientdb/config -v /home/user/databases:/orientdb/databases  -e orientdb_root_password=password orientdb:latest /orientdb/bin/server.sh  -ddistributed=true -xmx8g 

i error if try remove database via browser interface, console.sh or pyorient.

the error happens when connect database.

is possible use databases of type 'memory' in orientdb's docker unit testing purposes?

i must missing something.

this problem happens if running docker -ddistributed=true. hoping run unitests on same setup server.

i'm sure it's bug it's overcome creating container service unit tests.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -