From 8e151e58d6b3c7316abcafc0c691bf2d424150fe Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 2 Sep 2018 12:03:43 +0300 Subject: [PATCH] Add notes for 2018-09-02 --- content/posts/2018-09.md | 41 +++++ docs/2015-11/index.html | 4 +- docs/2015-12/index.html | 4 +- docs/2016-01/index.html | 4 +- docs/2016-02/index.html | 4 +- docs/2016-03/index.html | 4 +- docs/2016-04/index.html | 4 +- docs/2016-05/index.html | 4 +- docs/2016-06/index.html | 4 +- docs/2016-07/index.html | 4 +- docs/2016-08/index.html | 4 +- docs/2016-09/index.html | 4 +- docs/2016-10/index.html | 4 +- docs/2016-11/index.html | 4 +- docs/2016-12/index.html | 4 +- docs/2017-01/index.html | 4 +- docs/2017-02/index.html | 4 +- docs/2017-03/index.html | 4 +- docs/2017-04/index.html | 4 +- docs/2017-05/index.html | 4 +- docs/2017-06/index.html | 4 +- docs/2017-07/index.html | 4 +- docs/2017-08/index.html | 4 +- docs/2017-09/index.html | 4 +- docs/2017-10/index.html | 4 +- docs/2017-11/index.html | 4 +- docs/2017-12/index.html | 4 +- docs/2018-01/index.html | 4 +- docs/2018-02/index.html | 4 +- docs/2018-03/index.html | 4 +- docs/2018-04/index.html | 4 +- docs/2018-05/index.html | 4 +- docs/2018-06/index.html | 4 +- docs/2018-07/index.html | 4 +- docs/2018-08/index.html | 12 +- docs/2018-09/index.html | 234 ++++++++++++++++++++++++ docs/404.html | 4 +- docs/categories/index.html | 72 +++----- docs/categories/notes/index.html | 4 +- docs/categories/page/2/index.html | 90 ++++----- docs/categories/page/3/index.html | 76 ++++---- docs/categories/page/4/index.html | 38 +++- docs/cgiar-library-migration/index.html | 4 +- docs/index.html | 76 +++----- docs/index.xml | 19 +- docs/page/2/index.html | 90 ++++----- docs/page/3/index.html | 76 ++++---- docs/page/4/index.html | 38 +++- docs/posts/index.html | 76 +++----- docs/posts/index.xml | 19 +- docs/posts/page/2/index.html | 90 ++++----- docs/posts/page/3/index.html | 76 ++++---- docs/posts/page/4/index.html | 38 +++- docs/robots.txt | 1 + docs/sitemap.xml | 15 +- docs/tags/index.html | 76 +++----- docs/tags/index.xml | 4 +- docs/tags/notes/index.html | 74 +++----- docs/tags/notes/index.xml | 19 +- docs/tags/notes/page/2/index.html | 74 +++++--- docs/tags/notes/page/3/index.html | 58 +++--- docs/tags/notes/page/4/index.html | 32 +++- docs/tags/page/2/index.html | 90 ++++----- docs/tags/page/3/index.html | 76 ++++---- docs/tags/page/4/index.html | 38 +++- 65 files changed, 1162 insertions(+), 700 deletions(-) create mode 100644 content/posts/2018-09.md create mode 100644 docs/2018-09/index.html diff --git a/content/posts/2018-09.md b/content/posts/2018-09.md new file mode 100644 index 000000000..ab27672f5 --- /dev/null +++ b/content/posts/2018-09.md @@ -0,0 +1,41 @@ +--- +title: "September, 2018" +date: 2018-09-02T09:55:54+03:00 +author: "Alan Orth" +tags: ["Notes"] +--- + +## 2018-09-02 + +- New [PostgreSQL JDBC driver version 42.2.5](https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.5) +- I'll update the DSpace role in our [Ansible infrastructure playbooks](https://github.com/ilri/rmg-ansible-public) and start testing it locally and on DSpace Test +- I'm testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I'm getting those autowire errors in Tomcat 8.5.30 again: + + + +``` +02-Sep-2018 11:18:52.678 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.listenerStart Exception sending context initialized event to listener instance of class [org.dspace.servicemanager.servlet.DSpaceKernelServletContextListener] + java.lang.RuntimeException: Failure during filter init: Failed to startup the DSpace Service Manager: failure starting up spring service manager: Error creating bean with name 'conversionService' defined in file [/home/dspacetest.cgiar.org/config/spring/xmlui/spring-dspace-addon-cua-services.xml]: Cannot create inner bean 'com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter#4c5d5a2' of type [com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter] while setting bean property 'converters' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter#4c5d5a2': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$FilterConverter com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter.filterConverter; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$FilterConverter] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} + at org.dspace.servicemanager.servlet.DSpaceKernelServletContextListener.contextInitialized(DSpaceKernelServletContextListener.java:92) + at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4776) + at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5240) + at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) + at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754) + at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730) + at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) + at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:629) + at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1838) + at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) + at java.util.concurrent.FutureTask.run(FutureTask.java:266) + at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) + at java.lang.Thread.run(Thread.java:748) +Caused by: java.lang.RuntimeException: Failed to startup the DSpace Service Manager: failure starting up spring service manager: Error creating bean with name 'conversionService' defined in file [/home/dspacetest.cgiar.org/config/spring/xmlui/spring-dspace-addon-cua-services.xml]: Cannot create inner bean 'com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter#4c5d5a2' of type [com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter] while setting bean property 'converters' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter#4c5d5a2': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$FilterConverter com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter.filterConverter; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$FilterConverter] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: +``` + +- Full log here: https://gist.github.com/alanorth/1e4ae567b853fea9d9dbf1a030ecd8c2 +- The old `5_x-prod-dspace-5.5` branch does work in Ubuntu 18.04 with Tomcat 8.5.30-1ubuntu1.4, however! +- And the `5_x-prod` DSpace 5.8 branch does work in Tomcat 8.5.x on my Arch Linux laptop... +- I'm not sure where the issue is then! + + diff --git a/docs/2015-11/index.html b/docs/2015-11/index.html index e5d6e898c..b3546ffbe 100644 --- a/docs/2015-11/index.html +++ b/docs/2015-11/index.html @@ -297,6 +297,8 @@ db.statementpool = true
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -305,8 +307,6 @@ db.statementpool = true
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2015-12/index.html b/docs/2015-12/index.html index 0346e299d..4b149da79 100644 --- a/docs/2015-12/index.html +++ b/docs/2015-12/index.html @@ -314,6 +314,8 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -322,8 +324,6 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2016-01/index.html b/docs/2016-01/index.html index 7ae378722..426246fc6 100644 --- a/docs/2016-01/index.html +++ b/docs/2016-01/index.html @@ -229,6 +229,8 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} \; | so
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -237,8 +239,6 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} \; | so
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2016-02/index.html b/docs/2016-02/index.html index c834bad2a..91bb110cf 100644 --- a/docs/2016-02/index.html +++ b/docs/2016-02/index.html @@ -482,6 +482,8 @@ Bitstream: tést señora alimentación.pdf
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -490,8 +492,6 @@ Bitstream: tést señora alimentación.pdf
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2016-03/index.html b/docs/2016-03/index.html index 728b0a4b7..60e73c508 100644 --- a/docs/2016-03/index.html +++ b/docs/2016-03/index.html @@ -382,6 +382,8 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -390,8 +392,6 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2016-04/index.html b/docs/2016-04/index.html index 38cce3ba1..8a586e916 100644 --- a/docs/2016-04/index.html +++ b/docs/2016-04/index.html @@ -599,6 +599,8 @@ dspace.log.2016-04-27:7271
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -607,8 +609,6 @@ dspace.log.2016-04-27:7271
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2016-05/index.html b/docs/2016-05/index.html index 25ba314d4..fde570921 100644 --- a/docs/2016-05/index.html +++ b/docs/2016-05/index.html @@ -449,6 +449,8 @@ sys 0m20.540s
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -457,8 +459,6 @@ sys 0m20.540s
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2016-06/index.html b/docs/2016-06/index.html index 107f68da8..619342586 100644 --- a/docs/2016-06/index.html +++ b/docs/2016-06/index.html @@ -494,6 +494,8 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -502,8 +504,6 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2016-07/index.html b/docs/2016-07/index.html index 2cd3b6206..69d9a1f9a 100644 --- a/docs/2016-07/index.html +++ b/docs/2016-07/index.html @@ -412,6 +412,8 @@ discovery.index.authority.ignore-variants=true
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -420,8 +422,6 @@ discovery.index.authority.ignore-variants=true
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2016-08/index.html b/docs/2016-08/index.html index 9a82fd9cb..e8f411ca4 100644 --- a/docs/2016-08/index.html +++ b/docs/2016-08/index.html @@ -485,6 +485,8 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/b
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -493,8 +495,6 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/b
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2016-09/index.html b/docs/2016-09/index.html index ed5ec0fde..ca7162df0 100644 --- a/docs/2016-09/index.html +++ b/docs/2016-09/index.html @@ -785,6 +785,8 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -793,8 +795,6 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2016-10/index.html b/docs/2016-10/index.html index 51ad0cdc9..f628c2f47 100644 --- a/docs/2016-10/index.html +++ b/docs/2016-10/index.html @@ -470,6 +470,8 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'http:
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -478,8 +480,6 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'http:
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2016-11/index.html b/docs/2016-11/index.html index 13b042b89..872193d22 100644 --- a/docs/2016-11/index.html +++ b/docs/2016-11/index.html @@ -687,6 +687,8 @@ org.dspace.discovery.SearchServiceException: Error executing query
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -695,8 +697,6 @@ org.dspace.discovery.SearchServiceException: Error executing query
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2016-12/index.html b/docs/2016-12/index.html index 9a74b613a..78d3f818f 100644 --- a/docs/2016-12/index.html +++ b/docs/2016-12/index.html @@ -923,6 +923,8 @@ $ exit
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -931,8 +933,6 @@ $ exit
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2017-01/index.html b/docs/2017-01/index.html index 664c763ef..516f7dcbf 100644 --- a/docs/2017-01/index.html +++ b/docs/2017-01/index.html @@ -468,6 +468,8 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -476,8 +478,6 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2017-02/index.html b/docs/2017-02/index.html index 9a1188c30..d11d5e79e 100644 --- a/docs/2017-02/index.html +++ b/docs/2017-02/index.html @@ -540,6 +540,8 @@ COPY 1968
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -548,8 +550,6 @@ COPY 1968
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2017-03/index.html b/docs/2017-03/index.html index f5ad3e4cd..4663913df 100644 --- a/docs/2017-03/index.html +++ b/docs/2017-03/index.html @@ -454,6 +454,8 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -462,8 +464,6 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2017-04/index.html b/docs/2017-04/index.html index 634e91da9..8734a81ff 100644 --- a/docs/2017-04/index.html +++ b/docs/2017-04/index.html @@ -733,6 +733,8 @@ $ gem install compass -v 1.0.3
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -741,8 +743,6 @@ $ gem install compass -v 1.0.3
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2017-05/index.html b/docs/2017-05/index.html index deecaf678..2214d6825 100644 --- a/docs/2017-05/index.html +++ b/docs/2017-05/index.html @@ -487,6 +487,8 @@ UPDATE 187
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -495,8 +497,6 @@ UPDATE 187
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2017-06/index.html b/docs/2017-06/index.html index 792f181fe..9701d621a 100644 --- a/docs/2017-06/index.html +++ b/docs/2017-06/index.html @@ -305,6 +305,8 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace impo
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -313,8 +315,6 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace impo
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2017-07/index.html b/docs/2017-07/index.html index 2cc5ae4df..d68799e5f 100644 --- a/docs/2017-07/index.html +++ b/docs/2017-07/index.html @@ -340,6 +340,8 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -348,8 +350,6 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2017-08/index.html b/docs/2017-08/index.html index edf4807c7..b9211bdd0 100644 --- a/docs/2017-08/index.html +++ b/docs/2017-08/index.html @@ -626,6 +626,8 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -634,8 +636,6 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2017-09/index.html b/docs/2017-09/index.html index be0cda186..a20037002 100644 --- a/docs/2017-09/index.html +++ b/docs/2017-09/index.html @@ -798,6 +798,8 @@ Cert Status: good
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -806,8 +808,6 @@ Cert Status: good
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2017-10/index.html b/docs/2017-10/index.html index dfaca1f53..ade428e7d 100644 --- a/docs/2017-10/index.html +++ b/docs/2017-10/index.html @@ -563,6 +563,8 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -571,8 +573,6 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2017-11/index.html b/docs/2017-11/index.html index 221ea1852..93e81a7db 100644 --- a/docs/2017-11/index.html +++ b/docs/2017-11/index.html @@ -1207,6 +1207,8 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sort -n | u
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -1215,8 +1217,6 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sort -n | u
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2017-12/index.html b/docs/2017-12/index.html index c64edc9fc..7e01b3eff 100644 --- a/docs/2017-12/index.html +++ b/docs/2017-12/index.html @@ -972,6 +972,8 @@ DELETE 20
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -980,8 +982,6 @@ DELETE 20
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2018-01/index.html b/docs/2018-01/index.html index e2ab8dcbe..e0f8b9f0f 100644 --- a/docs/2018-01/index.html +++ b/docs/2018-01/index.html @@ -1799,6 +1799,8 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -1807,8 +1809,6 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2018-02/index.html b/docs/2018-02/index.html index 259936220..f7fc53eb0 100644 --- a/docs/2018-02/index.html +++ b/docs/2018-02/index.html @@ -1318,6 +1318,8 @@ UPDATE 3
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -1326,8 +1328,6 @@ UPDATE 3
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2018-03/index.html b/docs/2018-03/index.html index 33a7fe0bf..8983e0375 100644 --- a/docs/2018-03/index.html +++ b/docs/2018-03/index.html @@ -745,6 +745,8 @@ Fixed 5 occurences of: GENEBANKS
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -753,8 +755,6 @@ Fixed 5 occurences of: GENEBANKS
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2018-04/index.html b/docs/2018-04/index.html index e8d8e02f7..56234fd28 100644 --- a/docs/2018-04/index.html +++ b/docs/2018-04/index.html @@ -742,6 +742,8 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -750,8 +752,6 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2018-05/index.html b/docs/2018-05/index.html index 059565812..89a8f0f41 100644 --- a/docs/2018-05/index.html +++ b/docs/2018-05/index.html @@ -621,6 +621,8 @@ $ psql -h localhost -U postgres dspacetest
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -629,8 +631,6 @@ $ psql -h localhost -U postgres dspacetest
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2018-06/index.html b/docs/2018-06/index.html index 7e1556ef9..913da3062 100644 --- a/docs/2018-06/index.html +++ b/docs/2018-06/index.html @@ -601,6 +601,8 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 > map-to-cifor-archive.csv
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -609,8 +611,6 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 > map-to-cifor-archive.csv
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2018-07/index.html b/docs/2018-07/index.html index 57fff78f1..00c661c29 100644 --- a/docs/2018-07/index.html +++ b/docs/2018-07/index.html @@ -712,6 +712,8 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -720,8 +722,6 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2018-08/index.html b/docs/2018-08/index.html index e01cb27a1..0cd6b536c 100644 --- a/docs/2018-08/index.html +++ b/docs/2018-08/index.html @@ -34,7 +34,7 @@ I ran all system updates on DSpace Test and rebooted it - + @@ -79,9 +79,9 @@ I ran all system updates on DSpace Test and rebooted it "@type": "BlogPosting", "headline": "August, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-08/", - "wordCount": "2750", + "wordCount": "2748", "datePublished": "2018-08-01T11:52:54+03:00", - "dateModified": "2018-08-29T18:00:56+03:00", + "dateModified": "2018-09-02T11:01:40+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -236,7 +236,7 @@ $ ./delete-metadata-values.py -i 2018-08-15-Remove-11-Affiliations.csv -db dspac $ createuser -h localhost -U postgres --pwprompt dspacetest $ createdb -h localhost -U postgres -O dspacetest --encoding=UNICODE dspacetest $ psql -h localhost -U postgres dspacetest -c 'alter user dspacetest superuser;' -$ pg_restore -h localhost -U postgres -d dspacetest -O --role=dspacetest -h localhost ~/Downloads/cgspace_2018-08-16.backup +$ pg_restore -h localhost -U postgres -d dspacetest -O --role=dspacetest ~/Downloads/cgspace_2018-08-16.backup $ psql -h localhost -U postgres dspacetest -c 'alter user dspacetest nosuperuser;' $ psql -h localhost -U postgres -f ~/src/git/DSpace/dspace/etc/postgres/update-sequences.sql dspacetest @@ -548,6 +548,8 @@ $ dspace database migrate ignored
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -556,8 +558,6 @@ $ dspace database migrate ignored
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/2018-09/index.html b/docs/2018-09/index.html new file mode 100644 index 000000000..a7e8d643f --- /dev/null +++ b/docs/2018-09/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + September, 2018 | CGSpace Notes + + + + + + + + + + + + + + + + + +
+
+ +
+
+ + + +
+
+

CGSpace Notes

+

Documenting day-to-day work on the CGSpace repository.

+
+
+ + + +
+
+
+ + + + +
+
+

September, 2018

+ +
+

2018-09-02

+ + + +

+ +
02-Sep-2018 11:18:52.678 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.listenerStart Exception sending context initialized event to listener instance of class [org.dspace.servicemanager.servlet.DSpaceKernelServletContextListener]
+ java.lang.RuntimeException: Failure during filter init: Failed to startup the DSpace Service Manager: failure starting up spring service manager: Error creating bean with name 'conversionService' defined in file [/home/dspacetest.cgiar.org/config/spring/xmlui/spring-dspace-addon-cua-services.xml]: Cannot create inner bean 'com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter#4c5d5a2' of type [com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter] while setting bean property 'converters' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter#4c5d5a2': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$FilterConverter com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter.filterConverter; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$FilterConverter] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
+    at org.dspace.servicemanager.servlet.DSpaceKernelServletContextListener.contextInitialized(DSpaceKernelServletContextListener.java:92)
+    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4776)
+    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5240)
+    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
+    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
+    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730)
+    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
+    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:629)
+    at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1838)
+    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
+    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
+    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
+    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
+    at java.lang.Thread.run(Thread.java:748)
+Caused by: java.lang.RuntimeException: Failed to startup the DSpace Service Manager: failure starting up spring service manager: Error creating bean with name 'conversionService' defined in file [/home/dspacetest.cgiar.org/config/spring/xmlui/spring-dspace-addon-cua-services.xml]: Cannot create inner bean 'com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter#4c5d5a2' of type [com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter] while setting bean property 'converters' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter#4c5d5a2': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$FilterConverter com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$ColumnsConverter.filterConverter; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.atmire.app.xmlui.aspect.statistics.mostpopular.MostPopularConfig$FilterConverter] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations:
+
+ + + + + + + + + +
+ + + +
+ + + + +
+
+ + + + + + + + + diff --git a/docs/404.html b/docs/404.html index 1af1d5844..446aca36a 100644 --- a/docs/404.html +++ b/docs/404.html @@ -98,6 +98,8 @@
    +
  1. September, 2018
  2. +
  3. August, 2018
  4. July, 2018
  5. @@ -106,8 +108,6 @@
  6. May, 2018
  7. -
  8. April, 2018
  9. -
diff --git a/docs/categories/index.html b/docs/categories/index.html index c9ba0017f..d993a6e85 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -100,6 +100,32 @@ +
+
+

September, 2018

+ +
+

2018-09-02

+ + + +

+ Read more → +
+ + + + + +

August, 2018

@@ -446,48 +472,6 @@ dspace.log.2018-01-02:34 - -
-
-

November, 2017

- -
-

2017-11-01

- -
    -
  • The CORE developers responded to say they are looking into their bot not respecting our robots.txt
  • -
- -

2017-11-02

- -
    -
  • Today there have been no hits by CORE and no alerts from Linode (coincidence?)
  • -
- -
# grep -c "CORE" /var/log/nginx/access.log
-0
-
- -
    -
  • Generate list of authors on CGSpace for Peter to go through and correct:
  • -
- -
dspace=# \copy (select distinct text_value, count(*) as count from metadatavalue where metadata_field_id = (select metadata_field_id from metadatafieldregistry where element = 'contributor' and qualifier = 'author') AND resource_type_id = 2 group by text_value order by count desc) to /tmp/authors.csv with csv;
-COPY 54701
-
- -

- Read more → -
- - - - -