-
Notifications
You must be signed in to change notification settings - Fork 424
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
random start-up crash #615
Comments
@robertd We had not been updating the base image was because support for |
@NyakudyaA It's getting harder and harder to run
How does one even start addressing this? Perhaps it's maybe time to drop |
@robertd I am not sure what security is being flagged, currently we have the following generated by trivy And this has no relation to gdal. I think a better option would be to invest in building an image/latest with gdal-java and also taking into consideration that GeoServer doesn't use the very latest of tomcat as per the documentation |
@NyakudyaA Our security team is using Acunetix for scanning. Here are the sanitized version of our latest reports.
Do you mind linking the GeoServer docs stating the tomcat version requirement? TIA. |
@robertd The officially supported tomcat version is 11 while 17 also works but there is no guarantee that it will work. If you do not need the gdal plugin to publish supported raster data, can you try to build using the latest tomcat and give us feedback. The only option to support this would be to introduce a new build Arg i.e which will control whether to install gdal-java and the rest of the image will work with or without gdal depending on the build Arg . If you feel this is a better option we can try this. Unfortunately Acunetix doesn't seem to be easily configurable to run with github action and hence we cannot use it unless if I didn't research enough |
Thanks @NyakudyaA, I'll give it a try. |
@NyakudyaA I think that this solves only part of our problem. It's worth mentioning that most of our Current: Focal - Ubuntu 20.04 LTS - Focal - Ubuntu 20.04 LTS - Jammy - 22.04 LTS - Also, just curious, can you tell my why is |
@robertd With that PR you should be able to build the image locally with What is the difference between temurin and an image without? If there is one better than the other to getting GeoServer to work, we should switch to that |
I'm not a Java developer or anything :) , but I was just curious on why |
What is the bug or the crash?
Steps to reproduce the issue
Random
Versions
2.24.1
Additional context
A quick google search pointed out that updating to JDK17 should fix this random issue.
The text was updated successfully, but these errors were encountered: