Add notes for 2016-08-17

This commit is contained in:
Alan Orth 2016-08-17 14:40:16 +03:00
parent b287ecf460
commit 52ecf68e0a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
4 changed files with 42 additions and 0 deletions

View File

@ -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

View File

@ -220,6 +220,17 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol
<li>Troubleshoot Paramiko connection issues with Ansible on ILRI servers: <a href="https://github.com/ilri/rmg-ansible-public/issues/37">#37</a></li>
<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>
</section>

View File

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

View File

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