mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Add notes for 2020-02-19
This commit is contained in:
parent
7e415636fe
commit
5a8d71ffc5
@ -457,5 +457,16 @@ UPDATE 26
|
||||
- A few days ago Atmire responded to my question about DSpace 6.4-SNAPSHOT saying that they can only confirm that 6.3 works with their modules
|
||||
- I responded to say that we agree to target 6.3, but that I will cherry-pick important patches from the `dspace-6_x` branch at our own responsibility
|
||||
- Send a message to dspace-devel asking them to tag DSpace 6.4
|
||||
- Udana from IWMI asked about the OAI base URL for their community on CGSpace
|
||||
- I think it should be this: https://cgspace.cgiar.org/oai/request?verb=ListRecords&metadataPrefix=oai_dc&set=com_10568_16814
|
||||
|
||||
## 2020-02-19
|
||||
|
||||
- I noticed a thread on the mailing list about the Tomcat header size and Solr max boolean clauses error
|
||||
- The solution is to do as we have done and increase the headers / boolean clauses, or to simply [disable access rights awareness](https://wiki.lyrasis.org/display/DSPACE/TechnicalFaq#TechnicalFAQ-I'mgetting%22SolrException:BadRequest%22followedbyalongqueryora%22tooManyClauses%22Exception) in Discovery
|
||||
- I applied the fix to the `5_x-prod` branch and cherry-picked it to `6_x-dev`
|
||||
- Upgrade Tomcat from 7.0.99 to 7.0.100 in [Ansible infrastructure playbooks](https://github.com/ilri/rmg-ansible-public)
|
||||
- Upgrade PostgreSQL JDBC driver from 42.2.9 to 42.2.10 in [Ansible infrastructure playbooks](https://github.com/ilri/rmg-ansible-public)
|
||||
- Run Tomcat and PostgreSQL JDBC driver updates on DSpace Test (linode19)
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -30,7 +30,7 @@ sys 2m7.289s
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2018-06/" />
|
||||
<meta property="article:published_time" content="2018-06-04T19:49:54-07:00" />
|
||||
<meta property="article:modified_time" content="2019-10-28T13:39:25+02:00" />
|
||||
<meta property="article:modified_time" content="2020-02-17T11:38:34+02:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="June, 2018"/>
|
||||
@ -67,7 +67,7 @@ sys 2m7.289s
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2018-06\/",
|
||||
"wordCount": "2894",
|
||||
"datePublished": "2018-06-04T19:49:54-07:00",
|
||||
"dateModified": "2019-10-28T13:39:25+02:00",
|
||||
"dateModified": "2020-02-17T11:38:34+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -272,9 +272,12 @@ Failed to startup the DSpace Service Manager: failure starting up spring service
|
||||
</ul>
|
||||
<h2 id="2018-06-12">2018-06-12</h2>
|
||||
<ul>
|
||||
<li>Udana from IWMI asked about the OAI base URL for their community on CGSpace</li>
|
||||
<li>Udana from IWMI asked about the OAI base URL for their community on CGSpace
|
||||
<ul>
|
||||
<li>I think it should be this: <a href="https://cgspace.cgiar.org/oai/request?verb=ListRecords&metadataPrefix=oai_dc&set=com_10568_16814">https://cgspace.cgiar.org/oai/request?verb=ListRecords&metadataPrefix=oai_dc&set=com_10568_16814</a></li>
|
||||
<li>The style sheet obfuscates the data, but if you look at the source it is all there, including information about pagination of results</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Regarding Udana’s Book Chapters and Reports on DSpace Test last week, Abenet told him to fix some character encoding and CRP issues, then I told him I’d check them after that</li>
|
||||
<li>The latest batch of IITA’s 200 records (based on Abenet’s version <code>Mercy1805_AY.xls</code>) are now in the <a href="https://dspacetest.cgiar.org/handle/10568/96071">IITA_Jan_9_II_Ab</a> collection</li>
|
||||
<li>So here are some corrections:
|
||||
|
@ -20,7 +20,7 @@ The code finally builds and runs with a fresh install
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-02/" />
|
||||
<meta property="article:published_time" content="2020-02-02T11:56:30+02:00" />
|
||||
<meta property="article:modified_time" content="2020-02-11T12:52:11+02:00" />
|
||||
<meta property="article:modified_time" content="2020-02-17T08:42:15+02:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="February, 2020"/>
|
||||
@ -45,9 +45,9 @@ The code finally builds and runs with a fresh install
|
||||
"@type": "BlogPosting",
|
||||
"headline": "February, 2020",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2020-02\/",
|
||||
"wordCount": "2990",
|
||||
"wordCount": "3102",
|
||||
"datePublished": "2020-02-02T11:56:30+02:00",
|
||||
"dateModified": "2020-02-11T12:52:11+02:00",
|
||||
"dateModified": "2020-02-17T08:42:15+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -582,6 +582,23 @@ UPDATE 26
|
||||
</ul>
|
||||
</li>
|
||||
<li>Send a message to dspace-devel asking them to tag DSpace 6.4</li>
|
||||
<li>Udana from IWMI asked about the OAI base URL for their community on CGSpace
|
||||
<ul>
|
||||
<li>I think it should be this: <a href="https://cgspace.cgiar.org/oai/request?verb=ListRecords&metadataPrefix=oai_dc&set=com_10568_16814">https://cgspace.cgiar.org/oai/request?verb=ListRecords&metadataPrefix=oai_dc&set=com_10568_16814</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="2020-02-19">2020-02-19</h2>
|
||||
<ul>
|
||||
<li>I noticed a thread on the mailing list about the Tomcat header size and Solr max boolean clauses error
|
||||
<ul>
|
||||
<li>The solution is to do as we have done and increase the headers / boolean clauses, or to simply <a href="https://wiki.lyrasis.org/display/DSPACE/TechnicalFaq#TechnicalFAQ-I'mgetting%22SolrException:BadRequest%22followedbyalongqueryora%22tooManyClauses%22Exception">disable access rights awareness</a> in Discovery</li>
|
||||
<li>I applied the fix to the <code>5_x-prod</code> branch and cherry-picked it to <code>6_x-dev</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Upgrade Tomcat from 7.0.99 to 7.0.100 in <a href="https://github.com/ilri/rmg-ansible-public">Ansible infrastructure playbooks</a></li>
|
||||
<li>Upgrade PostgreSQL JDBC driver from 42.2.9 to 42.2.10 in <a href="https://github.com/ilri/rmg-ansible-public">Ansible infrastructure playbooks</a></li>
|
||||
<li>Run Tomcat and PostgreSQL JDBC driver updates on DSpace Test (linode19)</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
@ -4,27 +4,27 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||
<lastmod>2020-02-11T12:52:11+02:00</lastmod>
|
||||
<lastmod>2020-02-17T11:38:34+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2020-02-11T12:52:11+02:00</lastmod>
|
||||
<lastmod>2020-02-17T11:38:34+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2020-02/</loc>
|
||||
<lastmod>2020-02-11T12:52:11+02:00</lastmod>
|
||||
<lastmod>2020-02-17T08:42:15+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2020-02-11T12:52:11+02:00</lastmod>
|
||||
<lastmod>2020-02-17T11:38:34+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2020-02-11T12:52:11+02:00</lastmod>
|
||||
<lastmod>2020-02-17T11:38:34+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -139,7 +139,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2018-06/</loc>
|
||||
<lastmod>2019-10-28T13:39:25+02:00</lastmod>
|
||||
<lastmod>2020-02-17T11:38:34+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
Loading…
Reference in New Issue
Block a user