[dspace-tech] Re: rest api in in 51

2020-04-17 Thread Jose Blanco
OK, I see the situation is that it's using the cache, so I've made a change to clear the cache every time */handle* is called. -Jose On Thu, Apr 16, 2020 at 11:35 PM Jose Blanco wrote: > If I made these two request > > > *RESTapi/handle/[handle]* > *RESTapi/items/[item_id]* > > The output is

Re: [dspace-tech] Install DSpace 7 Beta1 on remote machine?

2020-04-17 Thread tim.donohue
Hi Chris, For either a remote or local machine, you should be able to use the "manual" installation process documented here: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace Keep in mind that, as a Beta release, these installation instructions are still in a "draft" phase. This

[dspace-tech] Install DSpace 7 Beta1 on remote machine?

2020-04-17 Thread Chris Clawson
Everything I see about installing Beta 1 is for a local machine. I am setting up DSpace for my organization on a Ubuntu 18.04 remote server. I have DSPace 6 currently running but also wish to install and preview DSpace 7 Beta1 on another remote machine. The other machine is running Ubuntu 14.04

[dspace-tech] Re: eperson constraint?

2020-04-17 Thread tim.donohue
Hi Dale, I'm *guessing* you are likely running DSpace 6.x here, as the error line numbers seem to align with a 6.x API. If so, it looks like the NullPointerException happens here:

Re: [dspace-tech] Re: deploying the rest api

2020-04-17 Thread Mark H. Wood
On Thu, Apr 16, 2020 at 04:02:42PM +, tim.dono...@lyrasis.org wrote: > While DSpace 5 was never officially tested with Java 8 (which is why it isn't > listed as "supported"), my understanding is there are several sites that are > successfully running DSpace 5.x on Java 8. > > This is based

Re: [dspace-tech] Issue: How do I generate a Thumbnail on 6.2

2020-04-17 Thread Claudia Jürgen
Hello Richard, full text extraction and thumbnail generation are done by the filter-media tool https://wiki.lyrasis.org/display/DSDOC6x/Mediafilters+for+Transforming+DSpace+Content It is usually set up as a cron job (did you set up a cron job for this?)