Re: [dspace-tech] Re: Can't produce Thumbnails!

2020-06-22 Thread Alan Orth
Dear Chris, You can set it directly on the command line using JAVA_OPTS: $ export JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" $ dspace filter-media The default memory heap in the `dspace` script is 256m. Regards, On Sun, Jun 21, 2020 at 8:47 AM Chris Clawson wrote: > > Okay- Maybe this has s

Re: [dspace-tech] Problem with blank thumbnails

2020-06-22 Thread Alan Orth
Dear Helen, I downloaded one of the PDFs in the linked collection and was able to create a nice thumbnail using ImageMagick directly on the command line: $ convert -flatten CUCSSN8319.pdf\[0\] CUCSSN8319.pdf.jpg $ convert -thumbnail x600 CUCSSN8319.pdf.jpg CUCSSN8319-thumbnail.pdf

[dspace-tech] Re: Problem with blank thumbnails

2020-06-22 Thread Alain Tschanz
Install ImageMagick, add it to dspace.cfg and run these commands to generate thumbnails: dspace filter-media -f -p "ImageMagick PDF Thumbnail" -v dspace filter-media -f -p "ImageMagick Image Thumbnail" -v On Wednesday, June 10, 2020 at 5:15:06 PM UTC-4, Helen Baer wrote: > > Hi everyone, > > >

Re: [dspace-tech] Broken Links After Server Upgrade to Windows Server 2019

2020-06-22 Thread Paul Asay
Thanks Michael, that does make a difference. Paul On Friday, June 19, 2020 at 4:35:31 PM UTC-4, Plate, Michael wrote: > > Hi, > > something is different...check the CSS / structure of the new page - if > you remove the "footer"-DIV it works, its like an overlay. > > CU > > Michael > > ___

[dspace-tech] Deploying dspace7 server webapp failed

2020-06-22 Thread Abeer El-Aydi
I am new to dspace. I followed the steps of backend installation documentation to install dspace7 byta2 on ubuntu 18.0.4. https://wiki.lyrasis.org/plugins/servlet/mobile?contentId=183076533#content/view/183076533 In step 10, I copied the server webapp to tomcat webapp folder, and restarted tomca

Re: [dspace-tech] Cannot Delete Group Members/Subgroups from Groups in dspace v6.3

2020-06-22 Thread Braxton Van Gundy
We fixed the issue, it turns out the errors we were seeing were a result of a cyclic group reference. I tried to find the group programatically, but had issues getting the changes to take in the code. In the end, I just went through each group one by one and looked for circular group membersh

[dspace-tech] Re: Stack Overflow Error when creating new groups

2020-06-22 Thread Braxton Van Gundy
We fixed the issue, it turns out the errors we were seeing were a result of a cyclic group reference. I tried to find the group programatically, but had issues getting the changes to take in the code. In the end, I just went through each group one by one and looked for circular group members

[dspace-tech] Re: Stack Overflow Error when creating new groups

2020-06-22 Thread Braxton Van Gundy
See more info here: https://groups.google.com/forum/#!topic/dspace-tech/X9gA_k2bWFA On Monday, June 22, 2020 at 11:25:13 AM UTC-4, Braxton Van Gundy wrote: > > > We fixed the issue, it turns out the errors we were seeing were a result > of a cyclic group reference. I tried to find the group pro

Re: [dspace-tech] Cannot Delete Group Members/Subgroups from Groups in dspace v6.3

2020-06-22 Thread Jordan hormel
Thanks to all for your help! We greatly appreciate it! Kind regards, Jordan Rasmussen On Mon, Jun 22, 2020, 11:24 AM Braxton Van Gundy wrote: > We fixed the issue, it turns out the errors we were seeing were a result > of a cyclic group reference. I tried to find the group programatically, > b

Re: *External Email*Re: [dspace-tech] Problem with blank thumbnails

2020-06-22 Thread Baer,Helen
Dear Alan and Alain, We have had some memory issues lately, which we are working on. It hadn't occurred to me that they could be connected. Thanks very much for your responses! Helen From: Alain Tschanz Sent: Monday, June 22, 2020 6:54 AM To: Alan Orth ; Baer,

[dspace-tech] Re: Deploying dspace7 server webapp failed

2020-06-22 Thread genevieve.tur...@anu.edu.au
My first question would be have you checked the logs (starting by looking at the tomcat server logs, probably one of the catalina files)? Is anything not starting up/are there errors occuring here? Do you have Solr up? Also what do you mean by 'It didn't display the expected page', what were yo