You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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.
once the container was able to start, it is already stopping itself. Not sure if that is related to the missing studio plugin.
is there a way to install plugins offline?
The text was updated successfully, but these errors were encountered: