[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, > > >

[dspace-tech] Re: Does dSpace support multimedia format and streaming?

2018-12-11 Thread Alain Tschanz
I can play videos and sound files using JWPLAYER. Please take a look at this example: http://hdl.handle.net/10929/37464 On Friday, December 7, 2018 at 10:50:40 AM UTC-5, Marie Louise Boré P. wrote: > > hello to all, > > We are a dspace user for one of our services to our students, not a > re

RE: [dspace-tech] HTTP to HTTPS

2017-08-24 Thread Alain Tschanz
Install NGINX and configure it to forward port 80 to 443. Or use Apache. From: dspace-tech@googlegroups.com [mailto:dspace-tech@googlegroups.com] On Behalf Of Vinay Kumar Sharma Sent: Thursday, August 24, 2017 7:04 AM To: dspace-tech@googlegroups.com Subject: [dspace-tech] HTTP to HTTPS Dear All

RE: [dspace-tech] RDF module does not work

2017-08-21 Thread Alain Tschanz
There’s another way you can get RDF to work. Download and install apache-jena-fuseki-3.4.0. Go to the apache-jena-fuseki directory and run this command: C:>java –jar fuseki-server.jar –config=c:\dspace\config\modules\rdf\fuseki-assembler.ttl Open browser at http://localhost:3030. You should see th

RE: [dspace-tech] RDF module does not work

2017-08-21 Thread Alain Tschanz
Here is how I got RDF to work. 1. Download and install Jena Fuseki distribution (http://archive.apache.org/dist/jena/binaries/jena-fuseki1-1.6.0-distribution.zip; C:\jena-fuseki1-1.6.0) 2. Set JENA_HOME environment variable and edit DSPACE/config/modules/rdf/fuseki-assembler.ttl f

[dspace-tech] RE: https error

2017-08-14 Thread Alain Tschanz
Did you change the location of the keystore file? https://tomcat.apache.org/tomcat-8.0-doc/ssl-howto.html From: Saidy Binta [mailto:bisa...@mrc.gm] Sent: Monday, August 14, 2017 5:07 AM To: Alain Tschanz ; dspace-tech@googlegroups.com Subject: RE: https error Dear Tschanz, Thanks for your

RE: [dspace-tech] Re: Replication Task Suite 6.0 and DSpace 6.1

2017-08-11 Thread Alain Tschanz
Thank you very much for your answer. That solved my problem. Someone please add a note to the official install instructions about this (if there isn’t already such a note). Alain From: dspace-tech@googlegroups.com [mailto:dspace-tech@googlegroups.com] On Behalf Of euler Sent: Tuesday, August 8,

[dspace-tech] DSpace 6.1 import error

2017-08-11 Thread Alain Tschanz
Hello, I'm running DSpace 6.1 with xmlui and Mirage theme on Windows Server 2016 Standard. When try to add a new item to DSpace I get the following error: org.apache.cocoon.ProcessingException: Error calling continuation at getSubmissionInfo - resource://aspects/Submission/subm

[dspace-tech] RE: https error

2017-08-11 Thread Alain Tschanz
KeystoreFile="C:\certs\eldr_mrc_gm.jks" Locate your .keystore file. Use “/” with Windows. KeystoreFile="C://.keystore" From: dspace-tech@googlegroups.com [mailto:dspace-tech@googlegroups.com] On Behalf Of Saidy Binta Sent: Friday, August 11, 2017 6:00 AM To: dspace-tech@googlegroups.com Subject

[dspace-tech] Run multiple DSpace instances on one server

2016-03-03 Thread Alain Tschanz
Hello, I'm trying to run 4 DSpace instances on one server with one handle server. What's the best way to implement that scenario? I saw an old post at http://dspace.2283337.n4.nabble.com/One-handle-server-for-two-DSpace-instances-td4662743.html. helix84 said that there's an unofficial soluti

[dspace-tech] Re: handle Server on Windows

2016-03-03 Thread Alain Tschanz
Use this code to start the handle server (create a shortcut and add this code): "C:\Program Files\Java\jdk1.8.0_73\bin\java.exe" -Xmx256m -cp "c:\dspace\lib\*;c:\dspace\config" -Ddspace.log.init.disable=true -Dlog4j.configuration=log4j-handle-plugin.properties net.handle.server.Main c:\dspace\

[dspace-tech] DSpace Statistics Problem

2016-02-05 Thread Alain Tschanz
Hello, I looked at the statistics core in Solr (http://localhost:8080/solr/#/statistics) and saw that it was optimized but not current? (see attached screenshot) How can I get it to change to "current"? I generated the monthly statistics reports and Dspace shows that I have 24 items archiv