diff --git a/content/2016-08.md b/content/2016-08.md index fd0f5bb13..b945f1136 100644 --- a/content/2016-08.md +++ b/content/2016-08.md @@ -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' +... +``` diff --git a/public/2016-08/index.html b/public/2016-08/index.html index 1628ac3f2..f6c999baa 100644 --- a/public/2016-08/index.html +++ b/public/2016-08/index.html @@ -332,6 +332,27 @@ context:/jndi:/localhost/themes/0_CGIAR/sitemap.xmap - 136:77
  • 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

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

    + + + +
    ...
    +Error creating bean with name 'MetadataStorageInfoService'
    +...
    +
    +