There is no 3.6.0 release.
Introduction
A new version of the eagle-i applications is now available for download. The release notes documented on this page apply specifically to version 3.7.2. Please see the Upgrade Checklist for information on how to perform an upgrade.
How to use this document
Notes for this release are broken up into four categories: New Features, Improvements and/or Bug-fixes, Known Issues, Prerequisites for Upgrading & Deprecated Properties. Within each category, notes are further divided into the application that is affected. Known issues will be cumulative of known issues that have not yet been resolved. If you are unsure what applications are applicable for your installation, please refer to this page.
Most institutions will be interested primarily in the General (effects across multiple applications), SWEET and SPARQLer sections within each category.
Institutions that have installed the optional Institutional Search will be interested as well in items that have been tagged INSTITUTION in the Search Application section within each category.
For those who have chosen to administer their own network of nodes, the sections of interest are General, items that have been tagged CENTRAL in Search Application and Network Administration (Central Search Only) sections within each category.
This release is not compatible with java version 1.7.0_25.
New Features, Improvements and/or Bug-fixes
General
IMPROVEMENT First pass in adjusting the logging statements to assist in troubleshooting
IMPROVEMENT Styling throughout the applications is now consistent with the main eagle-i makeover
Tools
BUG Experimental API is once again working
- BUG Catalyst Core API is now filtering the results correctly
Search application
Applies to both central and institutional search, unless otherwise specified.
NEW FEATURE CENTRAL iPSCell search results page now allows users to send an email with a link to the results page.
- NEW FEATURE iPSCell search results page now has a close this tab button.
- IMPROVEMENT iPSCell search results page has been restyled for clarity and clearer navigation.
IMPROVEMENT Solr library upgraded from 3.6 to 4.10.3
SWEET application
BUG Application will no longer try to start a node registry service if a
node-registry.xml
file is accidentally included in the config folder.
SPARQL workbench
Applies to both the authenticated workbench (repository, yellow background) and the public workbench (SPARQLer, blue background).
- IMPROVEMENT There is now a default view selected,
published-resources
.
Known Issues
The following are known issues that may be addressed in releases after 3.7.2. If there is a suitable workaround for a given issue, it will be listed.
Current Release
General
- Solr 4 and Java version 1.7.0_25 are incompatible. The failure mode will be an inability to start the applications. You will see in the logs something along the lines of:
Caused by: java.lang.NullPointerException at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1124) at org.eaglei.solr.EagleISolrConfig.<init>(EagleISolrConfig.java:155) at org.eaglei.ui.gwt.search.server.AbstractSearchAppConfig.<init>(AbstractSearchAppConfig.java:74) at org.eaglei.institution.server.InstitutionSearchConfig.<init>(InstitutionSearchConfig.java:46) at org.eaglei.institution.server.InstitutionSearchConfig$$EnhancerBySpringCGLIB$$f7420dde.<init>(<generated>) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147) ... 29 more
- The fix for this is to upgrade your java.