diff --git a/content/posts/2018-04.md b/content/posts/2018-04.md index 74a21d806..93ae3ecc6 100644 --- a/content/posts/2018-04.md +++ b/content/posts/2018-04.md @@ -299,3 +299,23 @@ UPDATE 1 ## 2018-04-13 - Add `PII-LAM_CSAGender` to CCAFS Phase II project tags in `input-forms.xml` + +## 2018-04-15 + +- While testing an XMLUI patch for [DS-3883](https://jira.duraspace.org/browse/DS-3883) I noticed that there is still some remaining Authority / Solr configuration left that we need to remove: + +``` +2018-04-14 18:55:25,841 ERROR org.dspace.authority.AuthoritySolrServiceImpl @ Authority solr is not correctly configured, check "solr.authority.server" property in the dspace.cfg +java.lang.NullPointerException +``` + +- I assume we need to remove `authority` from the consumers in `dspace/config/dspace.cfg`: + +``` +event.dispatcher.default.consumers = authority, versioning, discovery, eperson, harvester, statistics,batchedit, versioningmqm +``` + +- I see the same error on DSpace Test so this is definitely a problem +- After disabling the authority consumer I no longer see the error +- I merged a pull request to the `5_x-prod` branch to clean that up ([#372](https://github.com/ilri/DSpace/pull/372)) +- File a ticket on DSpace's Jira for the `target="_blank"` security and performance issue ([DS-3891](https://jira.duraspace.org/browse/DS-3891)) diff --git a/docs/2018-04/index.html b/docs/2018-04/index.html index 3cd365aa7..e9992d153 100644 --- a/docs/2018-04/index.html +++ b/docs/2018-04/index.html @@ -21,7 +21,7 @@ Catalina logs at least show some memory errors yesterday: - + @@ -53,9 +53,9 @@ Catalina logs at least show some memory errors yesterday: "@type": "BlogPosting", "headline": "April, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-04/", - "wordCount": "1431", + "wordCount": "1549", "datePublished": "2018-04-01T16:13:54+02:00", - "dateModified": "2018-04-12T11:43:49+03:00", + "dateModified": "2018-04-13T20:24:30+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -454,6 +454,30 @@ UPDATE 1
PII-LAM_CSAGender
to CCAFS Phase II project tags in input-forms.xml
2018-04-14 18:55:25,841 ERROR org.dspace.authority.AuthoritySolrServiceImpl @ Authority solr is not correctly configured, check "solr.authority.server" property in the dspace.cfg
+java.lang.NullPointerException
+
+
+authority
from the consumers in dspace/config/dspace.cfg
:event.dispatcher.default.consumers = authority, versioning, discovery, eperson, harvester, statistics,batchedit, versioningmqm
+
+
+5_x-prod
branch to clean that up (#372)target="_blank"
security and performance issue (DS-3891)