Okay, your answer makes me fully clean my local maven repository and retry a
build pointing to 5.4.0-SNAPSHOT and it's all good now ... I can test the
latest fancy developments :)
Guess my local repo was corrupted
Thank you very much !
Laurent
________________________________
De : Sean Arms <sarms@xxxxxxxx>
Envoyé : mercredi 12 août 2020 12:03
À : Laurent P. <goj73@xxxxxxxxxxx>
Cc : netcdf-java@xxxxxxxxxxxxxxxx <netcdf-java@xxxxxxxxxxxxxxxx>
Objet : Re: [netcdf-java] Testing latest snapshots from your develop branch
Greetings Laurent,
The snapshot of 5.4.0 you've pointed to is currently the oldest snapshot
version we're hosting, and will likely rotate off the server sometime today.
Here is what we have for cdm-core at the moment:
https://artifacts.unidata.ucar.edu/service/rest/repository/browse/unidata-all/edu/ucar/cdm-core/5.4.0-SNAPSHOT/
As of this morning, we're on 5.4.0-20200810.143105-2 for the cdm-core artifact.
Are you manually downloading the snapshot jars, or are you using a build system
like maven or gradle?
Around the beginning to mid-july timeframe, I upgraded our build system from
Gradle v3.5 to Gradle v6.5.1, and for a while we were producing bad snapshots
as well as checksum files that were incompatible with the version of the Nexus
artifacts server we use - in this case, the jar file you point to contains the
javadocs, as the -javadoc classifier was getting dropped by the build.
Can you give the latest snapshot artifacts a try?
Cheers,
Sean
On Wed, Aug 12, 2020 at 4:42 AM Laurent P.
<goj73@xxxxxxxxxxx<mailto:goj73@xxxxxxxxxxx>> wrote:
Hello Unidata team,
I'm trying to decode NEXRAD files to netCDF 3 with netCDF-Java, I got the lib
5.3.3 working for some of my files :
I can read the variables I need and write a netcdf file yet I get errors during
the process :
java.io.IOException: iosp is null, perhaps file has been closed. Trying to
read variable TabMessagePage
java.io.IOException: iosp is null, perhaps file has been closed. Trying to
read variable elevation
But it is not working at all for other files :
java.io.IOException: Cant read /tmp/nexrad13678043768018599077.tmp: not a
valid CDM file.
at ucar.nc2.NetcdfFiles.open(NetcdfFiles.java:282)
...
Caused by: java.io.IOException: Cant read
/tmp/nexrad13678043768018599077.tmp: not a valid CDM file. at
ucar.nc2.NetcdfFiles.open(NetcdfFiles.java:715)
I saw you removed deprecated file writers on your develop branch and I wanted
to test your latest snapshots for cdm-core, cdm-radial. But the snapshots .jar
files published on your Nexus contain no .class files but .html files only
An example from a recent snapshot :
https://artifacts.unidata.ucar.edu/repository/unidata-all/edu/ucar/cdm-core/5.4.0-SNAPSHOT/cdm-core-5.4.0-20200713.202957-71.jar
jar tf cdm-core-5.4.0-20200713.202957-71.jar
META-INF/
META-INF/MANIFEST.MF
allclasses-frame.html
allclasses-noframe.html
constant-values.html
deprecated-list.html
help-doc.html
index-all.html
index.html
overview-frame.html
overview-summary.html
overview-tree.html
package-list
script.js
serialized-form.html
stylesheet.css
thredds/
thredds/client/
thredds/client/catalog/
thredds/client/catalog/Access.html
...
Would be nice if it were possible to test your latests snapshots, did I miss
something ?
(Sorry if I sended this mail twice on support adress)
Laurent P.
_______________________________________________
NOTE: All exchanges posted to Unidata maintained email lists are
recorded in the Unidata inquiry tracking system and made publicly
available through the web. Users who post to any of the lists we
maintain are reminded to remove any personal information that they
do not want to be made public.
netcdf-java mailing list
netcdf-java@xxxxxxxxxxxxxxxx<mailto:netcdf-java@xxxxxxxxxxxxxxxx>
For list information or to unsubscribe, visit:
https://www.unidata.ucar.edu/mailing_lists/