You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance, on thredds-test, when opening the NDFD CONDUIT grib collection's twoD dataset through NCSS you get an IllegalArgument exception shown below.
Relevant stack trace
Throwable exception handled : java.lang.IllegalStateException: Time2D with type= TwoD
at ucar.nc2.grib.coverage.GribCoverageDataset.makeTime2DCoordinates(GribCoverageDataset.java:542)
at ucar.nc2.grib.coverage.GribCoverageDataset.createCoverageCollection(GribCoverageDataset.java:196)
at ucar.nc2.grib.collection.Grib2Partition.getGridCoverage(Grib2Partition.java:58)
at thredds.featurecollection.InvDatasetFcGrib$2.obtain(InvDatasetFcGrib.java:616)
at thredds.featurecollection.InvDatasetFcGrib.findDataset(InvDatasetFcGrib.java:655)
at thredds.featurecollection.InvDatasetFcGrib.getGridCoverage(InvDatasetFcGrib.java:612)
at thredds.core.DatasetManager.openCoverageDataset(DatasetManager.java:416)
at thredds.core.TdsRequestedDataset.openAsCoverageDataset(TdsRequestedDataset.java:149)
at thredds.core.TdsRequestedDataset.getCoverageCollection(TdsRequestedDataset.java:74)
at thredds.server.ncss.controller.NcssGridController.getDatasetDescriptionHtml(NcssGridController.java:252)
at thredds.server.ncss.controller.NcssGridController.getGridDatasetDescriptionHtml(NcssGridController.java:239)
The text was updated successfully, but these errors were encountered:
Versions impacted by the bug
v5.x
What went wrong?
For instance, on thredds-test, when opening the NDFD CONDUIT grib collection's twoD dataset through NCSS you get an IllegalArgument exception shown below.
Relevant stack trace
The text was updated successfully, but these errors were encountered: