The plugin 'libjpeg-turbo' for geoserver2.25.2 doesn't work
rockychen-dpaw opened this issue · 1 comments
What is the bug or the crash?
The version of the libjpeg installed in the image is 3.0.3 which doesn't match the version required by the plugin 'libjpeg-turbo' for geoserver2.25.2.
The java wrapper used by the plugin is "JNI LibJPEGTurbo Wrapper Version: 1.2.1.5" which can support the version of the libjped up to 2.1.5.1
Steps to reproduce the issue
- login to geoserver
- open the page "Tile Layers"
- choose one wmts layer, and preview with format "jpeg"
- an exception will be thrown in geoserver and also returned to browser.
Versions
GeoServer Version: 2.25.2
Additional context
No response
@rockychen-dpaw There has been a lot of discussion about this issue and this has led to various improvements i.e #653, if however downgrading the version being installed makes jpeg work, you can do a PR and we can test/merge. The issue here is that the GeoServer team also think that the libjpeg-turbo
might not have the same benefits as before but they still need to conduct rigorous test to determine this and then take action