[thredds] Problem building thredds from source

I'm trying to build thredds from github, and it is failing on one machine.
The first error I see is:
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:
[193,12] constructor FileFormatReader in class 
jj2000.j2k.fileformat.reader.FileFormatReader cannot be applied to given types;
  required: 
jj2000.j2k.io.RandomAccessIO,com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
  found: jj2000.j2k.io.RandomAccessIO
  reason: actual and formal argument lists differ in length

The full log is attached.

I'm having trouble understanding the problem. It looks like I have some jj2000 
API incompatibility, but I can't see how.

The build works OK on my laptop, but not on the workstation. The only 
difference I can see is that I've built the JJ2000 repo on my laptop, but 
wiping out the .m2 repo cached entries didn't seem to break it on my laptop.

Getting stuff on and off the workstation is difficult (pretty much only https), 
and it would be a lot more convenient to build and tweak there. So I'd like to 
fix this if I can. Any suggestions?

Brad
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Parent THREDDS and CDM modules
[INFO] udunits
[INFO] HttpClient Wrappers
[INFO] CDM core library
[INFO] BUFR IOSP
[INFO] GRIB IOSP and Feature Collection
[INFO] OPeNDAP
[INFO] DAP Test Server (DTS) webapp
[INFO] VisAD-based IOSPs
[INFO] netCDF-4 IOSP JNI connection to C library
[INFO] ncIdv Module
[INFO] client side common library. java.awt dependencies
[INFO] NetCDF to WaterML Converter
[INFO] UI Module
[INFO] server common utilities
[INFO] d4core
[INFO] d4shared
[INFO] d4cdmshared
[INFO] d4servletshared
[INFO] d4servlet
[INFO] THREDDS Data Server (TDS)
[INFO] THREDDS Data Manager (TDM)
[INFO] Test CDM (upc/share - Unidata only)
[INFO] Test Integration
[INFO] d4client
[INFO] d4cdmclient
[INFO] d4ts
[INFO] d4tests
[INFO] d4tswar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Parent THREDDS and CDM modules 4.5.3
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ thredds-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ thredds-parent 
---
[INFO] Installing /home/bradh/thredds/thredds/pom.xml to 
/home/bradh/.m2/repository/edu/ucar/thredds-parent/4.5.3/thredds-parent-4.5.3.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building udunits 4.5.3
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ udunits ---
[INFO] Deleting /home/bradh/thredds/thredds/udunits/target
[INFO] 
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ udunits 
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/bradh/thredds/thredds/udunits/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ udunits ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 75 source files to 
/home/bradh/thredds/thredds/udunits/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ 
udunits ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/bradh/thredds/thredds/udunits/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
udunits ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to 
/home/bradh/thredds/thredds/udunits/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ udunits ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ udunits ---
[INFO] Building jar: 
/home/bradh/thredds/thredds/udunits/target/udunits-4.5.3.jar
[INFO] JarArchiver skipping indexJar 
/home/bradh/thredds/thredds/udunits/target/classes because it is not a jar
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ udunits ---
[INFO] Installing /home/bradh/thredds/thredds/udunits/target/udunits-4.5.3.jar 
to /home/bradh/.m2/repository/edu/ucar/udunits/4.5.3/udunits-4.5.3.jar
[INFO] Installing /home/bradh/thredds/thredds/udunits/pom.xml to 
/home/bradh/.m2/repository/edu/ucar/udunits/4.5.3/udunits-4.5.3.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HttpClient Wrappers 4.5.3
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ httpservices ---
[INFO] Deleting /home/bradh/thredds/thredds/httpservices/target
[INFO] 
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ 
httpservices ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/bradh/thredds/thredds/httpservices/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ httpservices 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to 
/home/bradh/thredds/thredds/httpservices/target/classes
[WARNING] 
/home/bradh/thredds/thredds/httpservices/src/main/java/ucar/httpservices/HTTPSession.java:
 
/home/bradh/thredds/thredds/httpservices/src/main/java/ucar/httpservices/HTTPSession.java
 uses or overrides a deprecated API.
[WARNING] 
/home/bradh/thredds/thredds/httpservices/src/main/java/ucar/httpservices/HTTPSession.java:
 Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ 
httpservices ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/bradh/thredds/thredds/httpservices/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
httpservices ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ httpservices ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ httpservices ---
[INFO] Building jar: 
/home/bradh/thredds/thredds/httpservices/target/httpservices-4.5.3.jar
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (bundle-sources) @ 
httpservices ---
[INFO] Building jar: 
/home/bradh/thredds/thredds/httpservices/target/httpservices-4.5.3-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ httpservices ---
[INFO] Installing 
/home/bradh/thredds/thredds/httpservices/target/httpservices-4.5.3.jar to 
/home/bradh/.m2/repository/edu/ucar/httpservices/4.5.3/httpservices-4.5.3.jar
[INFO] Installing /home/bradh/thredds/thredds/httpservices/pom.xml to 
/home/bradh/.m2/repository/edu/ucar/httpservices/4.5.3/httpservices-4.5.3.pom
[INFO] Installing 
/home/bradh/thredds/thredds/httpservices/target/httpservices-4.5.3-sources.jar 
to 
/home/bradh/.m2/repository/edu/ucar/httpservices/4.5.3/httpservices-4.5.3-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building CDM core library 4.5.3
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdm ---
[INFO] Deleting /home/bradh/thredds/thredds/cdm/target
[INFO] 
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ cdm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 57 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ cdm ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 938 source files to 
/home/bradh/thredds/thredds/cdm/target/classes
[WARNING] 
/home/bradh/thredds/thredds/cdm/src/main/java/ucar/nc2/dt/radial/RadialDatasetSweepAdapter.java:
 Some input files use or override a deprecated API.
[WARNING] 
/home/bradh/thredds/thredds/cdm/src/main/java/ucar/nc2/dt/radial/RadialDatasetSweepAdapter.java:
 Recompile with -Xlint:deprecation for details.
[WARNING] /home/bradh/thredds/thredds/cdm/src/main/java/ucar/ma2/Range.java: 
Some input files use unchecked or unsafe operations.
[WARNING] /home/bradh/thredds/thredds/cdm/src/main/java/ucar/ma2/Range.java: 
Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ 
cdm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ cdm ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 195 source files to 
/home/bradh/thredds/thredds/cdm/target/test-classes
[WARNING] 
/home/bradh/thredds/thredds/cdm/src/test/java/ucar/ma2/TestMAMath.java: Some 
input files use or override a deprecated API.
[WARNING] 
/home/bradh/thredds/thredds/cdm/src/test/java/ucar/ma2/TestMAMath.java: 
Recompile with -Xlint:deprecation for details.
[WARNING] 
/home/bradh/thredds/thredds/cdm/src/test/java/ucar/ma2/TestMAMath.java: Some 
input files use unchecked or unsafe operations.
[WARNING] 
/home/bradh/thredds/thredds/cdm/src/test/java/ucar/ma2/TestMAMath.java: 
Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ cdm ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ cdm ---
[INFO] Building jar: /home/bradh/thredds/thredds/cdm/target/cdm-4.5.3.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (jar-test-classes) @ cdm ---
[INFO] Building jar: /home/bradh/thredds/thredds/cdm/target/cdm-4.5.3-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (bundle-sources) @ cdm ---
[INFO] Building jar: 
/home/bradh/thredds/thredds/cdm/target/cdm-4.5.3-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ cdm ---
[INFO] Installing /home/bradh/thredds/thredds/cdm/target/cdm-4.5.3.jar to 
/home/bradh/.m2/repository/edu/ucar/cdm/4.5.3/cdm-4.5.3.jar
[INFO] Installing /home/bradh/thredds/thredds/cdm/pom.xml to 
/home/bradh/.m2/repository/edu/ucar/cdm/4.5.3/cdm-4.5.3.pom
[INFO] Installing /home/bradh/thredds/thredds/cdm/target/cdm-4.5.3-tests.jar to 
/home/bradh/.m2/repository/edu/ucar/cdm/4.5.3/cdm-4.5.3-tests.jar
[INFO] Installing /home/bradh/thredds/thredds/cdm/target/cdm-4.5.3-sources.jar 
to /home/bradh/.m2/repository/edu/ucar/cdm/4.5.3/cdm-4.5.3-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building BUFR IOSP 4.5.3
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bufr ---
[INFO] Deleting /home/bradh/thredds/thredds/bufr/target
[INFO] 
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ bufr ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 85 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ bufr ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 46 source files to 
/home/bradh/thredds/thredds/bufr/target/classes
[WARNING] 
/home/bradh/thredds/thredds/bufr/src/main/java/ucar/nc2/iosp/bufr/writer/WriteT41_ncRect.java:
 Some input files use or override a deprecated API.
[WARNING] 
/home/bradh/thredds/thredds/bufr/src/main/java/ucar/nc2/iosp/bufr/writer/WriteT41_ncRect.java:
 Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ 
bufr ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/bradh/thredds/thredds/bufr/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ bufr 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to 
/home/bradh/thredds/thredds/bufr/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ bufr ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ bufr ---
[INFO] Building jar: /home/bradh/thredds/thredds/bufr/target/bufr-4.5.3.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ bufr ---
[INFO] Installing /home/bradh/thredds/thredds/bufr/target/bufr-4.5.3.jar to 
/home/bradh/.m2/repository/edu/ucar/bufr/4.5.3/bufr-4.5.3.jar
[INFO] Installing /home/bradh/thredds/thredds/bufr/pom.xml to 
/home/bradh/.m2/repository/edu/ucar/bufr/4.5.3/bufr-4.5.3.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building GRIB IOSP and Feature Collection 4.5.3
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ grib ---
[INFO] Deleting /home/bradh/thredds/thredds/grib/target
[INFO] 
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ grib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 275 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ grib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 123 source files to 
/home/bradh/thredds/thredds/grib/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/GribConverterUtility.java:
 Some input files use or override a deprecated API.
[WARNING] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/GribConverterUtility.java:
 Recompile with -Xlint:deprecation for details.
[WARNING] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/coord/CoordinateBuilderImpl.java:
 Some input files use unchecked or unsafe operations.
[WARNING] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/coord/CoordinateBuilderImpl.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 4 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[193,12]
 constructor FileFormatReader in class 
jj2000.j2k.fileformat.reader.FileFormatReader cannot be applied to given types;
  required: 
jj2000.j2k.io.RandomAccessIO,com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
  found: jj2000.j2k.io.RandomAccessIO
  reason: actual and formal argument lists differ in length
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[195,13]
 cannot find symbol
  symbol:   variable JP2FFUsed
  location: variable ff of type jj2000.j2k.fileformat.reader.FileFormatReader
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[195,10]
 illegal start of type
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[211,14]
 constructor HeaderDecoder in class jj2000.j2k.codestream.reader.HeaderDecoder 
cannot be applied to given types;
  required: 
jj2000.j2k.io.RandomAccessIO,com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava,jj2000.j2k.codestream.HeaderInfo
  found: 
jj2000.j2k.io.RandomAccessIO,jj2000.j2k.util.ParameterList,jj2000.j2k.codestream.HeaderInfo
  reason: actual argument jj2000.j2k.util.ParameterList cannot be converted to 
com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava by method 
invocation conversion
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[228,58]
 method createInstance in class 
jj2000.j2k.codestream.reader.BitstreamReaderAgent cannot be applied to given 
types;
  required: 
jj2000.j2k.io.RandomAccessIO,jj2000.j2k.codestream.reader.HeaderDecoder,com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava,jj2000.j2k.decoder.DecoderSpecs,boolean,jj2000.j2k.codestream.HeaderInfo
  found: 
jj2000.j2k.io.RandomAccessIO,jj2000.j2k.codestream.reader.HeaderDecoder,jj2000.j2k.util.ParameterList,jj2000.j2k.decoder.DecoderSpecs,boolean,jj2000.j2k.codestream.HeaderInfo
  reason: actual argument jj2000.j2k.util.ParameterList cannot be converted to 
com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava by method 
invocation conversion
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[232,20]
 method createEntropyDecoder in class 
jj2000.j2k.codestream.reader.HeaderDecoder cannot be applied to given types;
  required: 
jj2000.j2k.entropy.decoder.CodedCBlkDataSrcDec,com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava
  found: 
jj2000.j2k.codestream.reader.BitstreamReaderAgent,jj2000.j2k.util.ParameterList
  reason: actual argument jj2000.j2k.util.ParameterList cannot be converted to 
com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava by method 
invocation conversion
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[242,19]
 method createROIDeScaler in class jj2000.j2k.codestream.reader.HeaderDecoder 
cannot be applied to given types;
  required: 
jj2000.j2k.quantization.dequantizer.CBlkQuantDataSrcDec,com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava,jj2000.j2k.decoder.DecoderSpecs
  found: 
jj2000.j2k.entropy.decoder.EntropyDecoder,jj2000.j2k.util.ParameterList,jj2000.j2k.decoder.DecoderSpecs
  reason: actual argument jj2000.j2k.util.ParameterList cannot be converted to 
com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava by method 
invocation conversion
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[278,18]
 constructor InvCompTransf in class 
jj2000.j2k.image.invcomptransf.InvCompTransf cannot be applied to given types;
  required: jj2000.j2k.image.BlkImgDataSrc,jj2000.j2k.decoder.DecoderSpecs,int[]
  found: 
jj2000.j2k.image.ImgDataConverter,jj2000.j2k.decoder.DecoderSpecs,int[],jj2000.j2k.util.ParameterList
  reason: actual and formal argument lists differ in length
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[281,13]
 cannot find symbol
  symbol:   variable JP2FFUsed
  location: variable ff of type jj2000.j2k.fileformat.reader.FileFormatReader
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[284,24]
 cannot find symbol
  symbol:   method 
createChannelDefinitionMapper(jj2000.j2k.image.invcomptransf.InvCompTransf,colorspace.ColorSpace)
  location: variable hd of type jj2000.j2k.codestream.reader.HeaderDecoder
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[286,25]
 cannot find symbol
  symbol:   method 
createResampler(jj2000.j2k.image.BlkImgDataSrc,colorspace.ColorSpace)
  location: variable hd of type jj2000.j2k.codestream.reader.HeaderDecoder
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[287,26]
 cannot find symbol
  symbol:   method 
createPalettizedColorSpaceMapper(jj2000.j2k.image.BlkImgDataSrc,colorspace.ColorSpace)
  location: variable hd of type jj2000.j2k.codestream.reader.HeaderDecoder
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[289,21]
 cannot find symbol
  symbol:   method 
createColorSpaceMapper(jj2000.j2k.image.BlkImgDataSrc,colorspace.ColorSpace)
  location: variable hd of type jj2000.j2k.codestream.reader.HeaderDecoder
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[366,15]
 cannot find symbol
  symbol:   variable JP2FFUsed
  location: variable ff of type jj2000.j2k.fileformat.reader.FileFormatReader
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[366,12]
 illegal start of type
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[614,39]
 incompatible types
  required: jj2000.j2k.image.Coord
  found:    java.awt.Point
[INFO] 16 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Parent THREDDS and CDM modules .................... SUCCESS [0.305s]
[INFO] udunits ........................................... SUCCESS [2.863s]
[INFO] HttpClient Wrappers ............................... SUCCESS [0.789s]
[INFO] CDM core library .................................. SUCCESS [11.345s]
[INFO] BUFR IOSP ......................................... SUCCESS [1.377s]
[INFO] GRIB IOSP and Feature Collection .................. FAILURE [1.020s]
[INFO] OPeNDAP ........................................... SKIPPED
[INFO] DAP Test Server (DTS) webapp ...................... SKIPPED
[INFO] VisAD-based IOSPs ................................. SKIPPED
[INFO] netCDF-4 IOSP JNI connection to C library ......... SKIPPED
[INFO] ncIdv Module ...................................... SKIPPED
[INFO] client side common library. java.awt dependencies . SKIPPED
[INFO] NetCDF to WaterML Converter ....................... SKIPPED
[INFO] UI Module ......................................... SKIPPED
[INFO] server common utilities ........................... SKIPPED
[INFO] d4core ............................................ SKIPPED
[INFO] d4shared .......................................... SKIPPED
[INFO] d4cdmshared ....................................... SKIPPED
[INFO] d4servletshared ................................... SKIPPED
[INFO] d4servlet ......................................... SKIPPED
[INFO] THREDDS Data Server (TDS) ......................... SKIPPED
[INFO] THREDDS Data Manager (TDM) ........................ SKIPPED
[INFO] Test CDM (upc/share - Unidata only) ............... SKIPPED
[INFO] Test Integration .................................. SKIPPED
[INFO] d4client .......................................... SKIPPED
[INFO] d4cdmclient ....................................... SKIPPED
[INFO] d4ts .............................................. SKIPPED
[INFO] d4tests ........................................... SKIPPED
[INFO] d4tswar ........................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.408s
[INFO] Finished at: Wed Oct 01 10:45:20 EST 2014
[INFO] Final Memory: 39M/931M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on 
project grib: Compilation failure: Compilation failure:
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[193,12]
 constructor FileFormatReader in class 
jj2000.j2k.fileformat.reader.FileFormatReader cannot be applied to given types;
[ERROR] required: 
jj2000.j2k.io.RandomAccessIO,com.sun.media.imageioimpl.plugins.jpeg2000.J2KMetadata
[ERROR] found: jj2000.j2k.io.RandomAccessIO
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[195,13]
 cannot find symbol
[ERROR] symbol:   variable JP2FFUsed
[ERROR] location: variable ff of type 
jj2000.j2k.fileformat.reader.FileFormatReader
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[195,10]
 illegal start of type
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[211,14]
 constructor HeaderDecoder in class jj2000.j2k.codestream.reader.HeaderDecoder 
cannot be applied to given types;
[ERROR] required: 
jj2000.j2k.io.RandomAccessIO,com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava,jj2000.j2k.codestream.HeaderInfo
[ERROR] found: 
jj2000.j2k.io.RandomAccessIO,jj2000.j2k.util.ParameterList,jj2000.j2k.codestream.HeaderInfo
[ERROR] reason: actual argument jj2000.j2k.util.ParameterList cannot be 
converted to com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava 
by method invocation conversion
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[228,58]
 method createInstance in class 
jj2000.j2k.codestream.reader.BitstreamReaderAgent cannot be applied to given 
types;
[ERROR] required: 
jj2000.j2k.io.RandomAccessIO,jj2000.j2k.codestream.reader.HeaderDecoder,com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava,jj2000.j2k.decoder.DecoderSpecs,boolean,jj2000.j2k.codestream.HeaderInfo
[ERROR] found: 
jj2000.j2k.io.RandomAccessIO,jj2000.j2k.codestream.reader.HeaderDecoder,jj2000.j2k.util.ParameterList,jj2000.j2k.decoder.DecoderSpecs,boolean,jj2000.j2k.codestream.HeaderInfo
[ERROR] reason: actual argument jj2000.j2k.util.ParameterList cannot be 
converted to com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava 
by method invocation conversion
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[232,20]
 method createEntropyDecoder in class 
jj2000.j2k.codestream.reader.HeaderDecoder cannot be applied to given types;
[ERROR] required: 
jj2000.j2k.entropy.decoder.CodedCBlkDataSrcDec,com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava
[ERROR] found: 
jj2000.j2k.codestream.reader.BitstreamReaderAgent,jj2000.j2k.util.ParameterList
[ERROR] reason: actual argument jj2000.j2k.util.ParameterList cannot be 
converted to com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava 
by method invocation conversion
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[242,19]
 method createROIDeScaler in class jj2000.j2k.codestream.reader.HeaderDecoder 
cannot be applied to given types;
[ERROR] required: 
jj2000.j2k.quantization.dequantizer.CBlkQuantDataSrcDec,com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava,jj2000.j2k.decoder.DecoderSpecs
[ERROR] found: 
jj2000.j2k.entropy.decoder.EntropyDecoder,jj2000.j2k.util.ParameterList,jj2000.j2k.decoder.DecoderSpecs
[ERROR] reason: actual argument jj2000.j2k.util.ParameterList cannot be 
converted to com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReadParamJava 
by method invocation conversion
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[278,18]
 constructor InvCompTransf in class 
jj2000.j2k.image.invcomptransf.InvCompTransf cannot be applied to given types;
[ERROR] required: 
jj2000.j2k.image.BlkImgDataSrc,jj2000.j2k.decoder.DecoderSpecs,int[]
[ERROR] found: 
jj2000.j2k.image.ImgDataConverter,jj2000.j2k.decoder.DecoderSpecs,int[],jj2000.j2k.util.ParameterList
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[281,13]
 cannot find symbol
[ERROR] symbol:   variable JP2FFUsed
[ERROR] location: variable ff of type 
jj2000.j2k.fileformat.reader.FileFormatReader
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[284,24]
 cannot find symbol
[ERROR] symbol:   method 
createChannelDefinitionMapper(jj2000.j2k.image.invcomptransf.InvCompTransf,colorspace.ColorSpace)
[ERROR] location: variable hd of type jj2000.j2k.codestream.reader.HeaderDecoder
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[286,25]
 cannot find symbol
[ERROR] symbol:   method 
createResampler(jj2000.j2k.image.BlkImgDataSrc,colorspace.ColorSpace)
[ERROR] location: variable hd of type jj2000.j2k.codestream.reader.HeaderDecoder
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[287,26]
 cannot find symbol
[ERROR] symbol:   method 
createPalettizedColorSpaceMapper(jj2000.j2k.image.BlkImgDataSrc,colorspace.ColorSpace)
[ERROR] location: variable hd of type jj2000.j2k.codestream.reader.HeaderDecoder
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[289,21]
 cannot find symbol
[ERROR] symbol:   method 
createColorSpaceMapper(jj2000.j2k.image.BlkImgDataSrc,colorspace.ColorSpace)
[ERROR] location: variable hd of type jj2000.j2k.codestream.reader.HeaderDecoder
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[366,15]
 cannot find symbol
[ERROR] symbol:   variable JP2FFUsed
[ERROR] location: variable ff of type 
jj2000.j2k.fileformat.reader.FileFormatReader
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[366,12]
 illegal start of type
[ERROR] 
/home/bradh/thredds/thredds/grib/src/main/java/ucar/nc2/grib/grib2/Grib2JpegDecoder.java:[614,39]
 incompatible types
[ERROR] required: jj2000.j2k.image.Coord
[ERROR] found:    java.awt.Point
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :grib
  • 2014 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the thredds archives: