Re: [dspace-tech] DSpace 6.3 REST-API stopped working in Ubuntu 18.04 and 18.10

2018-10-26 Thread Tim Donohue
Hi Christoph, That is odd. Are there any additional error messages in your Tomcat logs? Usually errors like the "org.dspace.core.exception. DatabaseSchemaValidationException: The schema validator returned: Error activating Bean Validation integration" will have a "Caused By:" message which gives

Re: [dspace-tech] DSpace 6.3 REST-API stopped working in Ubuntu 18.04 and 18.10

2018-10-24 Thread Christoph Weber
Hi Tim, thanks for your answer. I just did a fresh install of everything. Fresh ubuntu 18.10 with java 8, fresh postgres 10 database and fresh DSpace 6.3 following the install instructions. Just to rule out potential problems caused by ubuntu updates. REST-API is still failing to start. Normal

Re: [dspace-tech] DSpace 6.3 REST-API stopped working in Ubuntu 18.04 and 18.10

2018-10-23 Thread Tim Donohue
Hi Christoph, You should check your DSpace log files ([dspace]/log/dspace.log.*) for additional errors, but based on the line numbers in your error, it looks like it fails here: https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-api/src/main/java/org/dspace/core/Context.java#L170 Just above

[dspace-tech] DSpace 6.3 REST-API stopped working in Ubuntu 18.04 and 18.10

2018-10-23 Thread Christoph Weber
Hello DSpace Community, I cannot get the DSpace 6.3 REST-API working in Ubuntu 18.04 and 18.10. The REST-API worked in Ubuntu 17.10, but after upgrading or installing a later version, it stopped working. The Tomcat Web Application Manager gives me "FAIL - Application at context path [/rest]