Update notes

This commit is contained in:
Alan Orth 2016-08-25 11:09:07 +03:00
parent 99075bb3d4
commit fda9c87554
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
4 changed files with 82 additions and 0 deletions

View File

@ -212,3 +212,22 @@ context:/jndi:/localhost/themes/0_CGIAR/sitemap.xmap - 136:77
- Then we had some NullPointerException from the SolrLogger class, which is apparently part of Atmire's CUA module
- I tried with a small version bump to CUA but it didn't work (version `5.5-4.1.1-0`)
- Also, I started looking into huge pages to prepare for PostgreSQL 9.5, but it seems Linode's kernels don't enable them
## 2016-08-24
- Clean up and import 48 CCAFS records into DSpace Test
- SQL to get all journal titles from dc.source (55), since it's apparently used for internal DSpace filename shit, but we moved all our journal titles there a few months ago:
```
dspacetest=# select distinct text_value from metadatavalue where metadata_field_id=55 and text_value !~ '.*(\.pdf|\.png|\.PDF|\.Pdf|\.JPEG|\.jpg|\.JPG|\.jpeg|\.xls|\.rtf|\.docx?|\.potx|\.dotx|\.eqa|\.tiff|\.mp4|\.mp3|\.gif|\.zip|\.txt|\.pptx|\.indd|\.PNG|\.bmp|\.exe|org\.dspace\.app\.mediafilter).*';
```
## 2016-08-25
- Atmire suggested adding a missing bean to `dspace/config/spring/api/atmire-cua.xml` but it doesn't help:
```
...
Error creating bean with name 'MetadataStorageInfoService'
...
```

View File

@ -332,6 +332,27 @@ context:/jndi:/localhost/themes/0_CGIAR/sitemap.xmap - 136:77
<li>Also, I started looking into huge pages to prepare for PostgreSQL 9.5, but it seems Linode&rsquo;s kernels don&rsquo;t enable them</li>
</ul>
<h2 id="2016-08-24">2016-08-24</h2>
<ul>
<li>Clean up and import 48 CCAFS records into DSpace Test</li>
<li>SQL to get all journal titles from dc.source (55), since it&rsquo;s apparently used for internal DSpace filename shit, but we moved all our journal titles there a few months ago:</li>
</ul>
<pre><code>dspacetest=# select distinct text_value from metadatavalue where metadata_field_id=55 and text_value !~ '.*(\.pdf|\.png|\.PDF|\.Pdf|\.JPEG|\.jpg|\.JPG|\.jpeg|\.xls|\.rtf|\.docx?|\.potx|\.dotx|\.eqa|\.tiff|\.mp4|\.mp3|\.gif|\.zip|\.txt|\.pptx|\.indd|\.PNG|\.bmp|\.exe|org\.dspace\.app\.mediafilter).*';
</code></pre>
<h2 id="2016-08-25">2016-08-25</h2>
<ul>
<li>Atmire suggested adding a missing bean to <code>dspace/config/spring/api/atmire-cua.xml</code> but it doesn&rsquo;t help:</li>
</ul>
<pre><code>...
Error creating bean with name 'MetadataStorageInfoService'
...
</code></pre>
</section>
<footer>

View File

@ -269,6 +269,27 @@ context:/jndi:/localhost/themes/0_CGIAR/sitemap.xmap - 136:77
&lt;li&gt;I tried with a small version bump to CUA but it didn&amp;rsquo;t work (version &lt;code&gt;5.5-4.1.1-0&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Also, I started looking into huge pages to prepare for PostgreSQL 9.5, but it seems Linode&amp;rsquo;s kernels don&amp;rsquo;t enable them&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-08-24&#34;&gt;2016-08-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Clean up and import 48 CCAFS records into DSpace Test&lt;/li&gt;
&lt;li&gt;SQL to get all journal titles from dc.source (55), since it&amp;rsquo;s apparently used for internal DSpace filename shit, but we moved all our journal titles there a few months ago:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;dspacetest=# select distinct text_value from metadatavalue where metadata_field_id=55 and text_value !~ &#39;.*(\.pdf|\.png|\.PDF|\.Pdf|\.JPEG|\.jpg|\.JPG|\.jpeg|\.xls|\.rtf|\.docx?|\.potx|\.dotx|\.eqa|\.tiff|\.mp4|\.mp3|\.gif|\.zip|\.txt|\.pptx|\.indd|\.PNG|\.bmp|\.exe|org\.dspace\.app\.mediafilter).*&#39;;
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-08-25&#34;&gt;2016-08-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Atmire suggested adding a missing bean to &lt;code&gt;dspace/config/spring/api/atmire-cua.xml&lt;/code&gt; but it doesn&amp;rsquo;t help:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;...
Error creating bean with name &#39;MetadataStorageInfoService&#39;
...
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>

View File

@ -269,6 +269,27 @@ context:/jndi:/localhost/themes/0_CGIAR/sitemap.xmap - 136:77
&lt;li&gt;I tried with a small version bump to CUA but it didn&amp;rsquo;t work (version &lt;code&gt;5.5-4.1.1-0&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Also, I started looking into huge pages to prepare for PostgreSQL 9.5, but it seems Linode&amp;rsquo;s kernels don&amp;rsquo;t enable them&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2016-08-24&#34;&gt;2016-08-24&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Clean up and import 48 CCAFS records into DSpace Test&lt;/li&gt;
&lt;li&gt;SQL to get all journal titles from dc.source (55), since it&amp;rsquo;s apparently used for internal DSpace filename shit, but we moved all our journal titles there a few months ago:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;dspacetest=# select distinct text_value from metadatavalue where metadata_field_id=55 and text_value !~ &#39;.*(\.pdf|\.png|\.PDF|\.Pdf|\.JPEG|\.jpg|\.JPG|\.jpeg|\.xls|\.rtf|\.docx?|\.potx|\.dotx|\.eqa|\.tiff|\.mp4|\.mp3|\.gif|\.zip|\.txt|\.pptx|\.indd|\.PNG|\.bmp|\.exe|org\.dspace\.app\.mediafilter).*&#39;;
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;2016-08-25&#34;&gt;2016-08-25&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Atmire suggested adding a missing bean to &lt;code&gt;dspace/config/spring/api/atmire-cua.xml&lt;/code&gt; but it doesn&amp;rsquo;t help:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;...
Error creating bean with name &#39;MetadataStorageInfoService&#39;
...
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>