Add notes for 2016-11-28

This commit is contained in:
Alan Orth 2016-11-28 16:26:18 +02:00
parent b4fb56b28e
commit e514efca0a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
5 changed files with 172 additions and 1 deletions

View File

@ -397,3 +397,34 @@ dspace=# select text_value from metadatavalue where text_value like '%.jpg.jpg';
- run system updates
- reboot server
- Need to do updates for ansible infrastructure role defaults, and switch the GitHub branch to the new 5.5 one
- Testing DSpace 5.5 on CGSpace, it seems CUA's export as XLS works for Usage statistics, but not Content statistics
- I will raise a bug with Atmire
## 2016-11-28
- One user says they are still getting a blank page when he logs in (just CGSpace header, but no community list)
- Looking at the Catlina logs I see there is some super long-running indexing process going on:
```
INFO: FrameworkServlet 'oai': initialization completed in 2600 ms
[> ] 0% time remaining: Calculating... timestamp: 2016-11-28 03:00:18
[> ] 0% time remaining: 11 hour(s) 57 minute(s) 46 seconds. timestamp: 2016-11-28 03:00:19
[> ] 0% time remaining: 23 hour(s) 4 minute(s) 28 seconds. timestamp: 2016-11-28 03:00:19
[> ] 0% time remaining: 15 hour(s) 35 minute(s) 23 seconds. timestamp: 2016-11-28 03:00:19
[> ] 0% time remaining: 14 hour(s) 5 minute(s) 56 seconds. timestamp: 2016-11-28 03:00:19
[> ] 0% time remaining: 11 hour(s) 23 minute(s) 49 seconds. timestamp: 2016-11-28 03:00:19
[> ] 0% time remaining: 11 hour(s) 21 minute(s) 57 seconds. timestamp: 2016-11-28 03:00:20
```
- It says OAI, and seems to start at 3:00 AM, but I only see the `filter-media` cron job set to start then
- Double checking the [DSpace 5.x upgrade notes](https://wiki.duraspace.org/display/DSDOC5x/Upgrading+DSpace) for anything I missed, or troubleshooting tips
- Running some manual processes just in case:
```
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/dcterms-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/dublin-core-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/eperson-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/workflow-types.xml
```
- Start working on paper for KM4Dev journal

View File

@ -30,7 +30,7 @@
<meta itemprop="dateModified" content="2016-11-01T09:21:00&#43;03:00" />
<meta itemprop="wordCount" content="2210">
<meta itemprop="wordCount" content="2445">
@ -565,6 +565,41 @@ UPDATE 7
<li>reboot server</li>
</ul></li>
<li>Need to do updates for ansible infrastructure role defaults, and switch the GitHub branch to the new 5.5 one</li>
<li>Testing DSpace 5.5 on CGSpace, it seems CUA&rsquo;s export as XLS works for Usage statistics, but not Content statistics</li>
<li>I will raise a bug with Atmire</li>
</ul>
<h2 id="2016-11-28">2016-11-28</h2>
<ul>
<li>One user says they are still getting a blank page when he logs in (just CGSpace header, but no community list)</li>
<li>Looking at the Catlina logs I see there is some super long-running indexing process going on:</li>
</ul>
<pre><code>INFO: FrameworkServlet 'oai': initialization completed in 2600 ms
[&gt; ] 0% time remaining: Calculating... timestamp: 2016-11-28 03:00:18
[&gt; ] 0% time remaining: 11 hour(s) 57 minute(s) 46 seconds. timestamp: 2016-11-28 03:00:19
[&gt; ] 0% time remaining: 23 hour(s) 4 minute(s) 28 seconds. timestamp: 2016-11-28 03:00:19
[&gt; ] 0% time remaining: 15 hour(s) 35 minute(s) 23 seconds. timestamp: 2016-11-28 03:00:19
[&gt; ] 0% time remaining: 14 hour(s) 5 minute(s) 56 seconds. timestamp: 2016-11-28 03:00:19
[&gt; ] 0% time remaining: 11 hour(s) 23 minute(s) 49 seconds. timestamp: 2016-11-28 03:00:19
[&gt; ] 0% time remaining: 11 hour(s) 21 minute(s) 57 seconds. timestamp: 2016-11-28 03:00:20
</code></pre>
<ul>
<li>It says OAI, and seems to start at 3:00 AM, but I only see the <code>filter-media</code> cron job set to start then</li>
<li>Double checking the <a href="https://wiki.duraspace.org/display/DSDOC5x/Upgrading+DSpace">DSpace 5.x upgrade notes</a> for anything I missed, or troubleshooting tips</li>
<li>Running some manual processes just in case:</li>
</ul>
<pre><code>$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/dcterms-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/dublin-core-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/eperson-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/workflow-types.xml
</code></pre>
<ul>
<li>Start working on paper for KM4Dev journal</li>
</ul>

View File

@ -469,6 +469,41 @@ UPDATE 7
&lt;li&gt;reboot server&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Need to do updates for ansible infrastructure role defaults, and switch the GitHub branch to the new 5.5 one&lt;/li&gt;
&lt;li&gt;Testing DSpace 5.5 on CGSpace, it seems CUA&amp;rsquo;s export as XLS works for Usage statistics, but not Content statistics&lt;/li&gt;
&lt;li&gt;I will raise a bug with Atmire&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-11-28&#34;&gt;2016-11-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;One user says they are still getting a blank page when he logs in (just CGSpace header, but no community list)&lt;/li&gt;
&lt;li&gt;Looking at the Catlina logs I see there is some super long-running indexing process going on:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;INFO: FrameworkServlet &#39;oai&#39;: initialization completed in 2600 ms
[&amp;gt; ] 0% time remaining: Calculating... timestamp: 2016-11-28 03:00:18
[&amp;gt; ] 0% time remaining: 11 hour(s) 57 minute(s) 46 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 23 hour(s) 4 minute(s) 28 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 15 hour(s) 35 minute(s) 23 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 14 hour(s) 5 minute(s) 56 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 11 hour(s) 23 minute(s) 49 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 11 hour(s) 21 minute(s) 57 seconds. timestamp: 2016-11-28 03:00:20
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;It says OAI, and seems to start at 3:00 AM, but I only see the &lt;code&gt;filter-media&lt;/code&gt; cron job set to start then&lt;/li&gt;
&lt;li&gt;Double checking the &lt;a href=&#34;https://wiki.duraspace.org/display/DSDOC5x/Upgrading+DSpace&#34;&gt;DSpace 5.x upgrade notes&lt;/a&gt; for anything I missed, or troubleshooting tips&lt;/li&gt;
&lt;li&gt;Running some manual processes just in case:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/dcterms-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/dublin-core-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/eperson-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/workflow-types.xml
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;Start working on paper for KM4Dev journal&lt;/li&gt;
&lt;/ul&gt;
</description>
</item>

View File

@ -469,6 +469,41 @@ UPDATE 7
&lt;li&gt;reboot server&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Need to do updates for ansible infrastructure role defaults, and switch the GitHub branch to the new 5.5 one&lt;/li&gt;
&lt;li&gt;Testing DSpace 5.5 on CGSpace, it seems CUA&amp;rsquo;s export as XLS works for Usage statistics, but not Content statistics&lt;/li&gt;
&lt;li&gt;I will raise a bug with Atmire&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-11-28&#34;&gt;2016-11-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;One user says they are still getting a blank page when he logs in (just CGSpace header, but no community list)&lt;/li&gt;
&lt;li&gt;Looking at the Catlina logs I see there is some super long-running indexing process going on:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;INFO: FrameworkServlet &#39;oai&#39;: initialization completed in 2600 ms
[&amp;gt; ] 0% time remaining: Calculating... timestamp: 2016-11-28 03:00:18
[&amp;gt; ] 0% time remaining: 11 hour(s) 57 minute(s) 46 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 23 hour(s) 4 minute(s) 28 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 15 hour(s) 35 minute(s) 23 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 14 hour(s) 5 minute(s) 56 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 11 hour(s) 23 minute(s) 49 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 11 hour(s) 21 minute(s) 57 seconds. timestamp: 2016-11-28 03:00:20
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;It says OAI, and seems to start at 3:00 AM, but I only see the &lt;code&gt;filter-media&lt;/code&gt; cron job set to start then&lt;/li&gt;
&lt;li&gt;Double checking the &lt;a href=&#34;https://wiki.duraspace.org/display/DSDOC5x/Upgrading+DSpace&#34;&gt;DSpace 5.x upgrade notes&lt;/a&gt; for anything I missed, or troubleshooting tips&lt;/li&gt;
&lt;li&gt;Running some manual processes just in case:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/dcterms-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/dublin-core-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/eperson-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/workflow-types.xml
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;Start working on paper for KM4Dev journal&lt;/li&gt;
&lt;/ul&gt;
</description>
</item>

View File

@ -468,6 +468,41 @@ UPDATE 7
&lt;li&gt;reboot server&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Need to do updates for ansible infrastructure role defaults, and switch the GitHub branch to the new 5.5 one&lt;/li&gt;
&lt;li&gt;Testing DSpace 5.5 on CGSpace, it seems CUA&amp;rsquo;s export as XLS works for Usage statistics, but not Content statistics&lt;/li&gt;
&lt;li&gt;I will raise a bug with Atmire&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-11-28&#34;&gt;2016-11-28&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;One user says they are still getting a blank page when he logs in (just CGSpace header, but no community list)&lt;/li&gt;
&lt;li&gt;Looking at the Catlina logs I see there is some super long-running indexing process going on:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;INFO: FrameworkServlet &#39;oai&#39;: initialization completed in 2600 ms
[&amp;gt; ] 0% time remaining: Calculating... timestamp: 2016-11-28 03:00:18
[&amp;gt; ] 0% time remaining: 11 hour(s) 57 minute(s) 46 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 23 hour(s) 4 minute(s) 28 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 15 hour(s) 35 minute(s) 23 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 14 hour(s) 5 minute(s) 56 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 11 hour(s) 23 minute(s) 49 seconds. timestamp: 2016-11-28 03:00:19
[&amp;gt; ] 0% time remaining: 11 hour(s) 21 minute(s) 57 seconds. timestamp: 2016-11-28 03:00:20
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;It says OAI, and seems to start at 3:00 AM, but I only see the &lt;code&gt;filter-media&lt;/code&gt; cron job set to start then&lt;/li&gt;
&lt;li&gt;Double checking the &lt;a href=&#34;https://wiki.duraspace.org/display/DSDOC5x/Upgrading+DSpace&#34;&gt;DSpace 5.x upgrade notes&lt;/a&gt; for anything I missed, or troubleshooting tips&lt;/li&gt;
&lt;li&gt;Running some manual processes just in case:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/dcterms-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/dublin-core-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/eperson-types.xml
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/workflow-types.xml
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;Start working on paper for KM4Dev journal&lt;/li&gt;
&lt;/ul&gt;
</description>
</item>