diff --git a/content/posts/2018-03.md b/content/posts/2018-03.md index 0cf9032fa..087c631dd 100644 --- a/content/posts/2018-03.md +++ b/content/posts/2018-03.md @@ -188,3 +188,19 @@ org.apache.jasper.JasperException: java.lang.NullPointerException - Continue migrating DSpace Test to the new server (linode6624164) - I emailed ILRI service desk to update the DNS records for dspacetest.cgiar.org - Abenet was having problems saving Listings and Reports configurations or layouts but I tested it and it works + +## 2018-03-15 + +- Help Abenet troubleshoot the Listings and Reports issue again +- It looks like it's an issue with the layouts, if you create a new layout that only has one type (`dc.identifier.citation`): + +![Listing and Reports layout](/cgspace-notes/2018/03/layout-only-citation.png) + +- The error in the DSpace log is: + +``` +org.apache.jasper.JasperException: java.lang.ArrayIndexOutOfBoundsException: -1 +``` + +- If I do a report for "Orth, Alan" with the same custom layout it works! +- I submitted a ticket to Atmire: https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=589 diff --git a/docs/2018-03/index.html b/docs/2018-03/index.html index 3fac64bae..797863b5a 100644 --- a/docs/2018-03/index.html +++ b/docs/2018-03/index.html @@ -20,7 +20,7 @@ Export a CSV of the IITA community metadata for Martin Mueller - + @@ -51,9 +51,9 @@ Export a CSV of the IITA community metadata for Martin Mueller "@type": "BlogPosting", "headline": "March, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-03/", - "wordCount": "1140", + "wordCount": "1203", "datePublished": "2018-03-02T16:07:54+02:00", - "dateModified": "2018-03-14T22:33:09+02:00", + "dateModified": "2018-03-14T22:45:37+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -330,6 +330,27 @@ org.apache.jasper.JasperException: java.lang.NullPointerException
dc.identifier.citation
):org.apache.jasper.JasperException: java.lang.ArrayIndexOutOfBoundsException: -1
+
+
+