-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
Geoserver cluster is not copying new styles #514
Comments
@NyakudyaA any clue about this issue? |
Hi @NyakudyaA , we have figured the issue, and to solve it we manually need to put JDOM.jar file in geoserver lib library, please let us know if I should move ahead and raise PR for same |
Please go ahead and raise a PR |
@krishnaglodha Can you please take a look at #567 especially https://github.com/kartoza/docker-geoserver/pull/567/files#diff-81165fc8abb0ab49496bbf329e9efeedc7df0e667f85b4dcfa5c77f6f2c2e799R189-R192 |
Hello krishnaglodha, |
@ze-ahmed You can try using the image, |
We could additionally add a test in https://github.com/kartoza/docker-geoserver/pull/567/files#diff-fe88326dffb3371650bf4e44ef7b54146f0c413032cd27751e95b912d9c9946a to publish a new style and check it in https://github.com/kartoza/docker-geoserver/pull/567/files#diff-ebcb96024bf322aad712284aa4eb25ef6e71da308221361ef96df4eee0dff7d7 if it's replicated |
checked the issue, it's not working on AWS ECS but when using @krishnaglodha image (geobeyond/geoserver:2.20.6.patched => Can't use this image on production as I don't have acces to the source code) it works well. |
i think thae cause of that problem is mising jar files that docker can not find while spin up |
@flykoh That URL sometimes works and it sometimes does not work. Maybe a better fix is to download the file and add it to build_data, then replace the logic to download with just copying it when |
I downloaded the file and unzipped it in lib and the style still not copied to clusters |
What is the bug or the crash?
I recently created cluster of 3 geoservers
I can see workspaces, stores and layers are getting reflected correctly, but problem is with styles,
I'm getting following error
What might be the reason ?
Steps to reproduce the issue
Create docker-compose as per above above configuration
Versions
2.20.0
Additional context
No response
The text was updated successfully, but these errors were encountered: