-
Notifications
You must be signed in to change notification settings - Fork 28
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
THREDDS 5.5 SNAPSHOT - Not supporting CRS EPSG:3857 #455
Comments
Thanks for reporting this. I believe this is a regression that the epsg database is not getting loaded. Are you seeing an error in your threddsServlet.log like:
We should have a fix shortly. |
This should be resolved in the latest 5.5 snapshot. Let us know if you still have issues! |
I installed the snapshot from today and I'm getting exactly the same issue |
@BMarques, can you open a new issue for your problem? Would be useful if you could include details about your environment as well as your |
Unfortunately (or rather fortunately) i'm no longer able to reproduce the error, for unrelated reasons, I needed to reinstall Thredds and Apache Tomcat, but now I don't have the error any longer. I'm now on Tomcat 9, I had version 8.5.98 before. Not sure if it's the reason, but it's ok now. |
I just installed TDS 5.5 (2024-07-16) and I am getting this. I do get this error: |
Hi @PeriklisICES, it looks like the file path for the epsg database is incorrect in that error message-- either due to the change in this issue or possibly due your content root path being formatted incorrectly. What do you have your content root path ( |
Thanks @tdrwenski for looking into this. Other than the EPSG db, everything seems to be running fine. My content structure looks correct and WMS works in Godiva preview in 4326. |
Thanks @PeriklisICES! Can you test if the EPSG db works for you now with the latest 5.6-SNAPSHOT (which you can download here)? I think it should be fixed but I don't have a windows machine to test on so would appreciate if you could let me know! |
@PeriklisICES have you had a chance to test with the latest snapshot? |
Sorry @tdrwenski for the delay, I got caught up with other things. I tried to use the snapshot but I didn't manage to even start it. I am getting a Note that the error in relation to the EPSG was in a 5.5 version. So if the same fix can be ported into a 5.5 snapshot, I could try that. Thanks a lot for the efforts! |
Hi @PeriklisICES, sorry, I should have mentioned that the 5.6-SNAPSHOT requires tomcat 10, JDK 17, and extra JVM arguments given here in CHRONICLE_CACHE. |
Ok, I did set up the 5.6 snapshot properly now with tomcat 10 and it worked. Thanks! But the EPSG error is back. It seems that the path is still not properly parsed: My Java options:
If you there is another snapshot, I can more easily test it now as I have the setup ready. |
USING: THREDDS Data Server 5.5 (released on 2024-01-19)(Beta)
Environment: Linux
JAVA: JDK 11
The new version of THREDDS isn't supporting the CRS EPSG:3857. Has support for this been permanently disabled? Or is it a problem with my instance? It used to work on previous versions.
https://climatedata.worldbank.org/thredds/wms/CRM/cmip6-x0.25/tas/ensemble-all-ssp585/anomaly-tas-annual-mean_cmip6-x0.25_ensemble-all-ssp585_climatology_median_2080-2099.nc?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=anomaly-tas-annual-mean&TILED=true&STYLES=raster%2Fcckp-GHRSST_anomaly&COLORSCALERANGE=-2%2C16&NUMCOLORBANDS=256&TIME=2080-07-01T00%3A00%3A00.000Z&CRS=EPSG%3A3857&WIDTH=256&HEIGHT=256&BBOX=0%2C-10018754.17139462%2C10018754.171394622%2C1.862645149230957e-9
Error Message:
The CRS EPSG:3857 is not supported by this server Cause: No ?CoordinateReferenceSystem? object found for code ?3857?. However only a subset of the EPSG geodetic dataset has been queried. See http://sis.apache.org/epsg.html for instruction about how to install the full EPSG database.The text was updated successfully, but these errors were encountered: