Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install plugins without internet connection #40

Open
ThomasSchoenbeck opened this issue Feb 16, 2018 · 2 comments
Open

install plugins without internet connection #40

ThomasSchoenbeck opened this issue Feb 16, 2018 · 2 comments

Comments

@ThomasSchoenbeck
Copy link

ThomasSchoenbeck commented Feb 16, 2018

Hi there,

i am trying to spin up a OrientDB container in an Openshift cluster. My company blocks all internal systems from internet access, that's why i am currently facing the issue that plugins cannot be installed during the container creation.

That is a typical error i am running into.

2018-02-16 12:57:42:520 INFO  Installing dynamic plugin 'orientdb-studio-3.0.0RC1.zip'...Error on installing dynamic plugin 'studio'
--
com.orientechnologies.orient.core.exception.OConfigurationException: HTTP listener not registered while installing Static Content command

once the container was able to start, it is already stopping itself. Not sure if that is related to the missing studio plugin.

Caused by: com.orientechnologies.orient.core.exception.OConfigurationException: HTTP listener not found
--
at com.orientechnologies.teleporter.main.OTeleporter.startup(OTeleporter.java:494)
... 12 more
  
2018-02-16 12:57:42:529 WARNI onAfterDynamicPlugins() Configuration document is empty
2018-02-16 12:57:42:529 INFO  OrientDB Studio available at http://localhost:2480/studio/index.html
2018-02-16 12:57:42:530 INFO  OrientDB Server is active v3.0.0RC1 (build c5d4dee2d069d270f25a585e976a7fc3b21260be, branch develop).
2018-02-16 12:57:59:163 WARNI Received signal: SIGTERM
2018-02-16 12:57:59:165 INFO  OrientDB Server is shutting down...

is there a way to install plugins offline?

@ThomasSchoenbeck
Copy link
Author

Learned that plugin install is possible without internet connection since the plugins are provided within the tar file. So issue is with the HTTP listener which needs to be set in openshift deployment config to handle this the right way.

not sure how to do that yet. maybe just setting hostname?

@MadisonStiefel
Copy link

Did you figure it out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants