From e514efca0a563b14c648f51bded39537e0607b8f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 28 Nov 2016 16:26:18 +0200 Subject: [PATCH] Add notes for 2016-11-28 --- content/post/2016-11.md | 31 +++++++++++++++++++++++++++++++ public/2016-11/index.html | 37 ++++++++++++++++++++++++++++++++++++- public/index.xml | 35 +++++++++++++++++++++++++++++++++++ public/post/index.xml | 35 +++++++++++++++++++++++++++++++++++ public/tags/notes/index.xml | 35 +++++++++++++++++++++++++++++++++++ 5 files changed, 172 insertions(+), 1 deletion(-) diff --git a/content/post/2016-11.md b/content/post/2016-11.md index b634fa6cb..a45fc5e52 100644 --- a/content/post/2016-11.md +++ b/content/post/2016-11.md @@ -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 diff --git a/public/2016-11/index.html b/public/2016-11/index.html index 5e7dd1527..883221eef 100644 --- a/public/2016-11/index.html +++ b/public/2016-11/index.html @@ -30,7 +30,7 @@ - + @@ -565,6 +565,41 @@ UPDATE 7
  • 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

    + + + +
    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
    +
    + + + +
    $ /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
    +
    + + diff --git a/public/index.xml b/public/index.xml index b081bef8d..6589c6a7e 100644 --- a/public/index.xml +++ b/public/index.xml @@ -469,6 +469,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> diff --git a/public/post/index.xml b/public/post/index.xml index 13d16c7c9..517ed8a6e 100644 --- a/public/post/index.xml +++ b/public/post/index.xml @@ -469,6 +469,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> diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index 1a4f8c914..f4242088a 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -468,6 +468,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>