-
Notifications
You must be signed in to change notification settings - Fork 45
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
Docker image gs-stable-2.24.x does not start due to missing GeoDBDialect #141
Comments
Hi @hbruch I'll take a look. If it is just a matter of missing |
Thanks! I'm not sure, if the missing unzip is the cause. In the nightly stable build, it's already included, but to me it seems that the geofence-plugin misses a dependency(?). I see that the nightly images are built via |
I managed to make it work. Here's what I did:
|
Hi @hbruch
The only plugins included by default are: monitor, controlflow and libjpegturbo: https://github.com/geosolutions-it/docker-geoserver/blob/master/hooks/build#L3 We were only able to reproduce your error if installing both the geofence AND the geofence-server plugin. That should be avoided you either install one or the other. Typically the geofence-server plugin only is installed in order to integrate geofence into geoserver. The other plugin is used only if you have a running external standalone geofence and you want geoserver to connect to it. Can you confirm you were trying to add both plugins at the same time? The need to add the system variable "'-Dgwc.context.suffix=gwc" to the JAVA_OPTS is also covered by the documentation. Without that JAVA_OPT set you will have issues accessing the geoserver UI @david7378 |
Closing the issue due to lack of feedback. Do let us know if you still have issues @hbruch |
As the latest geosolutionsit/geoserver:2.24.2 does not yet contain #139, I tried geosolutionsit/geoserver:gs-stable-2.24.x.
The geoserver does no start, due to apparently installed geofence-plugin:
The exception
suggests that
org.hibernatespatial.geodb.GeoDBDialect
is missing.The installed hibernate jars are:
As this repo has the geofence plugins commented out, I wonder what the source of the gs-stable-2.24.x image is(?)
The text was updated successfully, but these errors were encountered: