mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2018-04-15
This commit is contained in:
parent
3a330b07b9
commit
eda4e1a65b
@ -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))
|
||||
|
@ -21,7 +21,7 @@ Catalina logs at least show some memory errors yesterday:
|
||||
|
||||
<meta property="article:published_time" content="2018-04-01T16:13:54+02:00"/>
|
||||
|
||||
<meta property="article:modified_time" content="2018-04-12T11:43:49+03:00"/>
|
||||
<meta property="article:modified_time" content="2018-04-13T20:24:30+03:00"/>
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
<li>Add <code>PII-LAM_CSAGender</code> to CCAFS Phase II project tags in <code>input-forms.xml</code></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2018-04-15">2018-04-15</h2>
|
||||
|
||||
<ul>
|
||||
<li>While testing an XMLUI patch for <a href="https://jira.duraspace.org/browse/DS-3883">DS-3883</a> I noticed that there is still some remaining Authority / Solr configuration left that we need to remove:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>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
|
||||
</code></pre>
|
||||
|
||||
<ul>
|
||||
<li>I assume we need to remove <code>authority</code> from the consumers in <code>dspace/config/dspace.cfg</code>:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>event.dispatcher.default.consumers = authority, versioning, discovery, eperson, harvester, statistics,batchedit, versioningmqm
|
||||
</code></pre>
|
||||
|
||||
<ul>
|
||||
<li>I see the same error on DSpace Test so this is definitely a problem</li>
|
||||
<li>After disabling the authority consumer I no longer see the error</li>
|
||||
<li>I merged a pull request to the <code>5_x-prod</code> branch to clean that up (<a href="https://github.com/ilri/DSpace/pull/372">#372</a>)</li>
|
||||
<li>File a ticket on DSpace’s Jira for the <code>target="_blank"</code> security and performance issue (<a href="https://jira.duraspace.org/browse/DS-3891">DS-3891</a>)</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -34,7 +34,7 @@ Disallow: /cgspace-notes/2015-12/
|
||||
Disallow: /cgspace-notes/2015-11/
|
||||
Disallow: /cgspace-notes/
|
||||
Disallow: /cgspace-notes/categories/
|
||||
Disallow: /cgspace-notes/tags/notes/
|
||||
Disallow: /cgspace-notes/categories/notes/
|
||||
Disallow: /cgspace-notes/tags/notes/
|
||||
Disallow: /cgspace-notes/posts/
|
||||
Disallow: /cgspace-notes/tags/
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2018-04/</loc>
|
||||
<lastmod>2018-04-12T11:43:49+03:00</lastmod>
|
||||
<lastmod>2018-04-13T20:24:30+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -159,7 +159,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2018-04-12T11:43:49+03:00</lastmod>
|
||||
<lastmod>2018-04-13T20:24:30+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -168,27 +168,27 @@
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2018-04-12T11:43:49+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2018-03-09T22:10:33+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2018-04-13T20:24:30+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2018-04-12T11:43:49+03:00</lastmod>
|
||||
<lastmod>2018-04-13T20:24:30+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2018-04-12T11:43:49+03:00</lastmod>
|
||||
<lastmod>2018-04-13T20:24:30+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user