Back to top

Hyrax-1.13.4

Submitted by ndp on Wed, 05/31/2017 - 13:55

Hyrax by OPeNDAP logoThe Hyrax-1.13.4 release contains bug fixes and some interesting new capabilities.

Server Documentation

1.13.4 release (05 Jun 2017)

Welcome to the Hyrax 1.13.4 release. This release contains fixes.

New Features

  • hdf5_handler adds support for sinusodial projections.

  • ncml_handler adds support for the aggregation and metadata manipulation of remotely located datasets. This new capability utilizes the exisiting gateway_handler and allows the ncml_handler to aggregate anything the gateway_handler can process. (The scan feature does not work yet but if there is sufficient interest it could be made to work by having it work with THREDDS catalogs which are machine navigable)

Bug Fixes

  • Patched a number of problems with production rules for RPM builds.

  • Fixed BESFileLockingCache tests.

  • Repaired (at least some of) the broken BES error logging.

  • Repaired a number of timeout issues in the BES.

  • Restructured the BES to a significant degree in order to streamline release and development issues.

  • Server timeout conditions now return HTTP status 504 (and not 418).

  • Bug fixes in the DAP4 Data Request Form pages.

Required External Dependencies

In order to get Hyrax 1.13.4 running, you will need:

  • Java 1.7 or greater
  • Tomcat 7.x or 8.x
  • Note: On CentOS 6.6 use Java 7 + Tomcat 7 if you're using yum to install things.
  • Linux (We provide RPMs for CentOS 6.6 and 7.1; install them with yum); OSX source build using the optional hyrax-dependencies.tar sources or your own copies of HDF4, etc.

Software downloads for Hyrax 1.13.4

To run the Hyrax server, you will need to download and install the following (from source or binary):

  • OLFS (Java 1.7)
  • libdap
  • BES
  • ncWMS2 (optional)

Binaries for Hyrax 1.13.4

Java icon OLFS (Java-1.7)
  • OLFS 1.16.3 Web Archive File (gpg signature) Unpack using 'tar -xvf filename' and follow the instructions in the README file. (Requires Java 1.7 Built using Java 8 Tested against Tomcat 8.0.32).
  • CentOS 6.3 comes with Java 6; Oracle has stopped supporting that version of Java; update your machine if you haven't already. Use yum search java-1.7 to find the correct package. For our servlet you will only need the JRE - the Java Runtime Environment. You will also need to employ the "alternatives" tool to make java 7 JVM the preferred alternative.
  • Note: On CentOS 6.6 it's Java 7 + Tomcat 7 if you're using yum to install things. Tomcat 7 + Java 8 will not work!
Java icon ncWMS2 (Java-1.7)
Use the EDAL web page to locate the latest ncWMS2 "Servlet Container" software bundle as a WAR file. Install it into the same Tomcat instance as the OLFS. The configuration instructions may be found here.
Linux Tux Logo BES
Linux (CentOS 6.x) x86_64 RPMs - All of the RPMs we build, including the devel and debuginfo packages
  • libdap-3.19.0 (gpg signature)
  • bes-3.18.0-static (gpg signature) This RPM includes statically linked copies of all of the modules/handlers we support, including HDF4 & 5 with HDFEOS support. There is no need to install packages from EPEL with this RPM. Other sources of RPM packages will likely provide a bes RPM that uses handlers linked (dynamically) to dependencies from their distributions (CentOS, Fedora, etc.). RPMFind is a good tool to locate those RPMs.
Linux (CentOS 7.x) x86_64 RPMs - The RPM packages for CentOS 7/EL 7, otherwise, the same code as above.

Installing the binary distribution

  • Download the RPM packages above
  • Use yum to install the libdap and bes RPMs (sudo yum install libdap-3.19*.rpm bes-3.18.*.rpm). Unless you're going to be building software from source for Hyrax, skip the *-devel and *-debuginfo RPMs.
  • At this point you can test the BES by typing the following into a terminal:
    • start it: sudo service besd start or use the script in /etc/init.d with sudo /etc/init.d/besd start
    • connect using a simple client: bescmdln
    • and get version information: show version;
    • exit from bescmdln
  • BES NOTE - If you are upgrading to Hyrax 1.13.4 from an existing installation older than 1.13.0
    In the bes.conf file the keys BES.CacheDir, BES.CacheSize, and BES.CachePrefix have been replaced with BES.UncompressCache.dir, BES.UncompressCache.size, and BES.UncompressCache.prefix respectively. Other changes include the gateway cache configuration (gateway.conf) which now uses the keys Gateway.Cache.dir, Gateway.Cache.size, and Gateway.Cache.prefix to configure its cache. Changing the names enabled the BES to use separate parameters for each of its several caches, which fixes the problem of 'cache collisions.'
  • Check the java version on your system: "java -version"
  • If you have earlier than 1.7.x then you'll need to install java 7:
    • yum install java-1.7.0
    • If you are on a modern-ish Linux system you may need to use the alternatives tool to make java 7 the current JVM. Run the command:
      "alternatives --config java"
      You'll get an interactive terminal application that will allow you to select your newly installed java 8 as the preferred alternative.
  • Use yum to install tomcat.noarch. Make the directory /etc/olfs, change its group to tomcat, and set it 'group writable' (mkdir /etc/olfs; chgrp tomcat /etc/olfs; chmod g+w /etc/olfs). Alternatively, get Apache Tomcat-7.x from the Apache Software Foundation and install it wherever you'd like (e.g., /usr/local/).
  • Download the OLFS Web ARchive (war) file (see above, by the Java logo) and put opendap.war in the tomcat webapps directory (cp opendap.war /usr/share/tomcat/webaps or, if you installed tomcat from the ASF distribution, its web application directory, e.g., /usr/local/apache-tomcat-7.0.59/webapps)
  • At this point you should be able to start tomcat (sudo service tomcat start or ./apache-tomcat-7.0.59/bin/startup.sh) and test the server:
    • In a web browser, use http://localhost:8080/opendap/
    • Look at sample data files shipped with the server
  • If you are installing the OLFS in conjunction with ncWMS2 version 2.0 or higher: Copy both the opendap.war and the ncWMS2.war files into the Tomcat webapps directory. (Re)Start Tomcat. Go read about, and then configure ncWMS2 and the OLFS to work together.
  • From here, or if you are having problems, see our Hyrax documentation page
  • OLFS Note - If you are upgrading to Hyrax 1.13.3 from any previous installation older than 1.13.0
    The OLFS now has much better support for sites that use rpm to install Tomcat. To complement this, it has a new procedure for locating its configuration directory. During start up, the OLFS looks in two places for its configuration information. It checks the directory given by the environment variable OLFS_CONFIG_DIR first and then the directory /etc/olfs/, using the configuration information in the first place it is found. If either of those directories exist but are empty, the OLFS will unpack its default configuration information there. You can customize the configuration information using a text editor; the OLFS will not overwrite your changes. If neither OLFS_CONFIG_DIR nor /etc/olfs/ exist, the OLFS will fall back to its default configuration. Note that the OLFS_CONFIF_DIR or /etc/olfs must be writable by the tomcat user for this to work.

Source code for Hyrax 1.13.4

Source from GitHub

  • All of our source code is on GitHub. There you will find the hyrax repo, which is a meta-project that contains scripts to clone and build all of Hyrax. You will also see all of the repos that contain the Hyrax source code (libdap4, bes, and all of the handlers).
  • Directions on building Hyrax from GitHub are available at our documentation site.