Re: [netcdf-java] Testing latest snapshots from your develop branch

  • To: Sean Arms <sarms@xxxxxxxx>
  • Subject: Re: [netcdf-java] Testing latest snapshots from your develop branch
  • From: Laurent P. <goj73@xxxxxxxxxxx>
  • Date: Wed, 12 Aug 2020 12:56:57 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=7V4nR24SiSGU6+lI41OjyyGjfITQfrsA/P4VOEJ7hKc=; b=a9P2XRV+l8Y7i4MSF00XVF4lhTm+S9AbqmZV2WIKFNW9Lp10wEwz/yApII/Sxg4K/JB1lX91/TGk7xaENUxOLRH+PVjDyWG0SWI2IxN+MbkW4YBQUW3MGDk1vD8E37pu9CXeyif7r8TZd3KbHczmTg+8slp/bbJ1g2+ES0/6S4HbUE7TYHBF++Gr3dVUQIzbTyLfCX27ZsVZINyTona7A9KDpN/EsnEhsyoFrnlx7iNNtEVrNktzNbfTMZNB2b9LvKzsKGgf3s2VYYj2tB7vue+qBCL3YKO11U7mtmadgBgZbfdliRr3xVowTBDp91DAAL5geUCnLWOane95IFP2OQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=REy8mj8ZTrBldovGtSTFi6AfpPTgPTmjtOmN45alMyV3iajLgT/CjO7U5vYnCMKt8BTwvXlVcwu1kjPtyU/BuGiphtI6OiBHkQnfWBa3bMrkP+Ty3f0XReCniJadnYSFbHmI6Lf8+HpQzhdDtQWtmcZgijPhSySQct0qDwcP6zzarxDYI2QRAQpEYpvqk79DyPK85yRdLMphL94KjzwucU3C6jEnljX2vfTp7C4iXvOgxFF6bcdn1+VGm/EZvV/ayhRGYcsMt1w/wMLGq40uR0swDvhKAytgEB8RSvu5x7QkwlKmhm/AmmPpUWTSDTjmD3iiWs0YBdGLPfnOMWBA8Q==
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/
  • 2020 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdf-java archives: