Giter Site home page Giter Site logo

Comments (8)

robfrank avatar robfrank commented on July 24, 2024

Can you post more details? Host OS, docker command line, image version, all details matter. Thanks

from orientdb-docker.

AxelRHD avatar AxelRHD commented on July 24, 2024

Host: Ubuntu (headless) Server 16.04
Kernel: 4.4.0-47-generic
Version (in console): 2.2.13
Startup: docker run --name=orientdb_test --volume=/var/orientdb/test/config:/orientdb/config --volume=/var/orientdb/test/databases:/orientdb/databases --volume=/var/orientdb/test/backup:/orientdb/backup --publish=2424:2424 --publish=2480:2480 --env=ORIENTDB_ROOT_PASSWORD=pwd orientdb

I found also a warning on startup: WARNI onAfterDynamicPlugins() Configuration document is empty [ODefaultServerSecurity]

Thanks for the support.

from orientdb-docker.

robfrank avatar robfrank commented on July 24, 2024

in the volume /var/orientdb/test/config do you provide a configuration file set?
If you provide an empty dir, the default conf inside the container isn't used, and orientdb will start with the minimun config set created at runtime.

https://github.com/docker-library/docs/tree/master/orientdb

So, DON"T provide an empty config volume!

from orientdb-docker.

AxelRHD avatar AxelRHD commented on July 24, 2024

Okay, got it. I removed the volume for config. Now I've tried to download one of the public databases. I get a browser message "Authentication required For http://ip-address:2480 username and password is required The connection to this website is not secure". I can't donwload it.

from orientdb-docker.

robfrank avatar robfrank commented on July 24, 2024

http://2480 !??!?! maybe you forgot the host address? http://localhost:2480 or, if deployed on another server/host, http://ip_address_of_host:2480/

from orientdb-docker.

AxelRHD avatar AxelRHD commented on July 24, 2024

Of course I used the ip-address. The editor of github didn't show it because I wrote it in "<" ">" above.

from orientdb-docker.

robfrank avatar robfrank commented on July 24, 2024

to download the database you need to provide the database root username and password.
Son, I think "root", and the password provided on the CLI: ORIENTDB_ROOT_PASSWORD=pwd

from orientdb-docker.

AxelRHD avatar AxelRHD commented on July 24, 2024

The download of the public databases didn't work. But I created a testing-environment on my own.

from orientdb-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.