orientechnologies / orientdb-docker

OrientDB running in a docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[HELP Needed] Deploying orientdb on OpenShift

kbeni00 opened this issue · comments

I tried deploying OrientDB from the official docker file, managed to solve the permission issues and now I ran into these 2 errors:

2021-09-29 13:37:06:754 INFO  Installing dynamic plugin 'orientdb-studio-3.2.2.zip'... [OServerPluginManager]Error on installing dynamic plugin 'studio'
com.orientechnologies.orient.core.exception.OConfigurationException: HTTP listener not registered while installing Static Content command
2021-09-29 13:37:06:662 INFO  Installing dynamic plugin 'orientdb-etl-3.2.2.jar'... [OServerPluginManager]Error on installing dynamic plugin 'etl'
java.lang.reflect.InvocationTargetException

Can anyone help solve these issues?
I also tried to deploy it from this git repository, but i ran into different errors during the build phase.
The last thing I tried was deploying a pod based on the steps described here: https://catalog.redhat.com/software/containers/orientdb/orientdb-community/59539c48d65ec866552d2ead?container-tabs=gti&gti-tabs=registry-tokens

I deployed the pod, but I don't know how to access the OrientDB being run by the pod.
Any help is much appreciated.