From 52ecf68e0a4486c8a1440a6b5473dd2663461178 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 17 Aug 2016 14:40:16 +0300 Subject: [PATCH] Add notes for 2016-08-17 --- content/2016-08.md | 9 +++++++++ public/2016-08/index.html | 11 +++++++++++ public/index.xml | 11 +++++++++++ public/tags/notes/index.xml | 11 +++++++++++ 4 files changed, 42 insertions(+) diff --git a/content/2016-08.md b/content/2016-08.md index 8d0f00b45..a9d2f4031 100644 --- a/content/2016-08.md +++ b/content/2016-08.md @@ -120,3 +120,12 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol - Troubleshoot Paramiko connection issues with Ansible on ILRI servers: [#37](https://github.com/ilri/rmg-ansible-public/issues/37) - Turns out we need to add some MACs to our `sshd_config`: hmac-sha2-512,hmac-sha2-256 - Update DSpace Test's Java to version 8 to start testing this configuration ([seeing as Solr recommends it](https://wiki.apache.org/solr/ShawnHeisey)) + +## 2016-08-17 + +- More work on Let's Encrypt stuff for Ansible roles +- Yesterday Atmire responded about DSpace 5.5 issues and asked me to try the `dspace database repair` command to fix Flyway issues +- The `dspace database` command doesn't even run: https://gist.github.com/alanorth/c43c8d89e8df346d32c0ee938be90cd5 +- Oops, it looks like the missing classes causing `dspace database` to fail were coming from the old `~/dspace/config/spring` folder +- After removing the spring folder and running ant install again, `dspace database` works +- I see there are missing and pending Flyway migrations, but running `dspace database repair` and `dspace database migrate` does nothing: https://gist.github.com/alanorth/41ed5abf2ff32d8ac9eedd1c3d015d70 diff --git a/public/2016-08/index.html b/public/2016-08/index.html index 31080e35b..943d1bfcf 100644 --- a/public/2016-08/index.html +++ b/public/2016-08/index.html @@ -220,6 +220,17 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol
  • Troubleshoot Paramiko connection issues with Ansible on ILRI servers: #37
  • Turns out we need to add some MACs to our sshd_config: hmac-sha2-512,hmac-sha2-256
  • Update DSpace Test’s Java to version 8 to start testing this configuration (seeing as Solr recommends it)
  • + + +

    2016-08-17

    + + diff --git a/public/index.xml b/public/index.xml index a15564abd..c1aa05363 100644 --- a/public/index.xml +++ b/public/index.xml @@ -159,6 +159,17 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol <li>Turns out we need to add some MACs to our <code>sshd_config</code>: hmac-sha2-512,hmac-sha2-256</li> <li>Update DSpace Test&rsquo;s Java to version 8 to start testing this configuration (<a href="https://wiki.apache.org/solr/ShawnHeisey">seeing as Solr recommends it</a>)</li> </ul> + +<h2 id="2016-08-17">2016-08-17</h2> + +<ul> +<li>More work on Let&rsquo;s Encrypt stuff for Ansible roles</li> +<li>Yesterday Atmire responded about DSpace 5.5 issues and asked me to try the <code>dspace database repair</code> command to fix Flyway issues</li> +<li>The <code>dspace database</code> command doesn&rsquo;t even run: <a href="https://gist.github.com/alanorth/c43c8d89e8df346d32c0ee938be90cd5">https://gist.github.com/alanorth/c43c8d89e8df346d32c0ee938be90cd5</a></li> +<li>Oops, it looks like the missing classes causing <code>dspace database</code> to fail were coming from the old <code>~/dspace/config/spring</code> folder</li> +<li>After removing the spring folder and running ant install again, <code>dspace database</code> works</li> +<li>I see there are missing and pending Flyway migrations, but running <code>dspace database repair</code> and <code>dspace database migrate</code> does nothing: <a href="https://gist.github.com/alanorth/41ed5abf2ff32d8ac9eedd1c3d015d70">https://gist.github.com/alanorth/41ed5abf2ff32d8ac9eedd1c3d015d70</a></li> +</ul> diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index 99e50799f..57e72aa53 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -159,6 +159,17 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol <li>Turns out we need to add some MACs to our <code>sshd_config</code>: hmac-sha2-512,hmac-sha2-256</li> <li>Update DSpace Test&rsquo;s Java to version 8 to start testing this configuration (<a href="https://wiki.apache.org/solr/ShawnHeisey">seeing as Solr recommends it</a>)</li> </ul> + +<h2 id="2016-08-17">2016-08-17</h2> + +<ul> +<li>More work on Let&rsquo;s Encrypt stuff for Ansible roles</li> +<li>Yesterday Atmire responded about DSpace 5.5 issues and asked me to try the <code>dspace database repair</code> command to fix Flyway issues</li> +<li>The <code>dspace database</code> command doesn&rsquo;t even run: <a href="https://gist.github.com/alanorth/c43c8d89e8df346d32c0ee938be90cd5">https://gist.github.com/alanorth/c43c8d89e8df346d32c0ee938be90cd5</a></li> +<li>Oops, it looks like the missing classes causing <code>dspace database</code> to fail were coming from the old <code>~/dspace/config/spring</code> folder</li> +<li>After removing the spring folder and running ant install again, <code>dspace database</code> works</li> +<li>I see there are missing and pending Flyway migrations, but running <code>dspace database repair</code> and <code>dspace database migrate</code> does nothing: <a href="https://gist.github.com/alanorth/41ed5abf2ff32d8ac9eedd1c3d015d70">https://gist.github.com/alanorth/41ed5abf2ff32d8ac9eedd1c3d015d70</a></li> +</ul>