Re: [dspace-tech] Re: Black background thumbnail for pdfs with ImageMagickFilter

2020-09-14 Thread Ying Jin
Hi Ben, Thanks very much for the tips! I tried op.background("#ff") and it doesn't work for our case. After some research, I only added op.colorspace("sRGB") and it worked. As you said, "alpha remove" doesn't seem to have done anything. Best, Ying On Mon, Sep 14, 2020 at 4:23 PM Ben

[dspace-tech] Re: Mirage2 installation issue

2020-09-14 Thread Jose Blanco
To be more specific, this was the error I was getting: 130 error path ../semver/bin/semver 131 error code ENOTSUP 132 error errno -95 133 error syscall symlink 134 error nospc ENOTSUP: operation not supported on socket, symlink '../semver/bin/semver' ->

RE: [dspace-tech] Insight into DSpace 7

2020-09-14 Thread dcook
No worries. Thanks for taking the time to respond to my emails. It's certainly given me some food for thought. David Cook Software Engineer Prosentient Systems 72/330 Wattle St Ultimo, NSW 2007 Australia Office: 02 9212 0899 Online: 02 8005 0595 -Original Message- From: Mark H.

[dspace-tech] Integration Dspace + tematres

2020-09-14 Thread lucas....@gmail.com
Tematres is a software for generating controlled vocabulary, which I am trying to use as a controlled vocabulary in Dspace version 6.3. The idea is to use it as a web service, I used SHERPARoMEOJournalTitle as an example to implement my class that I called of TematresProtocol.java

[dspace-tech] Re: Black background thumbnail for pdfs with ImageMagickFilter

2020-09-14 Thread Ben Heartland
Hi Ying, Because JPG can't handle transparency, the alpha channel will be removed anyway by the conversion, so adding a line to remove it explicitly is unlikely to change anything. I'm not familiar with ImageMagick, but from a general graphics point of view, there are a couple of solutions:

[dspace-tech] Re: Black background thumbnail for pdfs with ImageMagickFilter

2020-09-14 Thread Ben Heartland
Hi Ying, Because JPG can't handle transparency, the alpha channel will be removed anyway by the conversion, so adding a line to remove it explicitly is unlikely to change anything. I'm not familiar with ImageMagick, but from a general graphics point of view, there are two possible solutions:

Re: [dspace-tech] java.io.FileNotFoundException: /dspace.log.2020-09-13 (Permission denied)

2020-09-14 Thread Jose Blanco
In dspace.log you should set where the log files live: # directory where logs are stored log.report.dir = ${dspace.dir}/log On Mon, Sep 14, 2020 at 2:20 PM liv...@gmail.com wrote: > Hello, > > Thank you for your response. Dspace user is "dspace" and has write > permissions on

[dspace-tech] Re: DSpace 6.3 - Adding item to browse menu in JSPUI

2020-09-14 Thread Kalp Patel
Hello Santoro, - In your second point in Messages.properties, *browse.menu.type = Document* - Also, You need to set Search filter configuration beans in discovery.xml * * * * * * * * *dc.type * * * * *** -

Re: [dspace-tech] java.io.FileNotFoundException: /dspace.log.2020-09-13 (Permission denied)

2020-09-14 Thread liv...@gmail.com
Hello, Thank you for your response. Dspace user is "dspace" and has write permissions on /usr/local/tomcat/log and /home/dspace/dspace/log. What intrigues me is that the path of the log (/dspace.log.2020-09-13) seems to start from the root system, or am I wrong? Thank you. Liviu Pe luni,

Re: [dspace-tech] Re: Total records in the news-xmlui

2020-09-14 Thread Michael Plate
Hi, Am 14.09.20 um 16:38 schrieb Ayuka Phanuel: Any help with this is highly appreciated. […] did you try https://wiki.lyrasis.org/display/DSPACE/Solr#Solr-AccessingSolr Your SOLR-URL with the link /solr/search/select?q=search.resourcetype:2=0 should return a result with the "numFound"

[dspace-tech] Error when submitting with Pubmed and DOI ids in DSpace 4.7

2020-09-14 Thread Vinicius Assef
Hi there. We are using DSpace 4.7 and started receiving this error when trying to submit an item with DOI and Pubmed IDs: 2020-09-03 11:57:00,069 WARN org.dspace.submit.lookup.CrossRefService @ anonymous:no_context:retrieveRecordDOI:10.1097/QAI.2361 DOI is not valid or not

Re: [dspace-tech] Total records in the news-xmlui

2020-09-14 Thread Jose Blanco
I'm not 100% of the answer to your question, but if you add "?XML" to your url you can see what data is available to the xslt. From what I can see, the total is not there. You may have to change the code to make this data available. -Jose On Sat, Sep 12, 2020 at 9:29 AM Ayuka Phanuel wrote: >

[dspace-tech] Re: Total records in the news-xmlui

2020-09-14 Thread Ayuka Phanuel
Any help with this is highly appreciated. On Sat, Sep 12, 2020 at 4:29 PM Ayuka Phanuel wrote: > I want to add the total number of records to the news-xmlui. Is this data > in the repository meta and how can I add it to the page ? > > For example: > > > http://di.tamu.edu/DRI/1.0/;

[dspace-tech] DSpace 6.3 - Adding item to browse menu in JSPUI

2020-09-14 Thread santoro...@gmail.com
Hi everyone, I am using the release 6.3 and would like to modify the browse menu in JSPUI by adding an item (in my case, browsing by type document). However, even reading the official documentation, I didn't understand what the steps to take are. I tried this: 1) added webui.browse.index.5 =

Re: [dspace-tech] Insight into DSpace 7

2020-09-14 Thread Mark H. Wood
On Mon, Sep 14, 2020 at 11:06:30AM +1000, dc...@prosentient.com.au wrote: > Thanks Mark and Tim! > > Mark, could you speak more to "use the Servlet container's usual clustering features to share UI <-> REST session state"? Sorry, I've never run a Tomcat cluster, so I can only parrot what the

Re: [dspace-tech] java.io.FileNotFoundException: /dspace.log.2020-09-13 (Permission denied)

2020-09-14 Thread Paul Münch
Hello, please take a look at the error message. The 'dspace.log'-file can't be written because of false permissions. Please check if the system user which run DSpace (e.g. 'tomcat' or 'dspace') has permissions to write into the configured directory. I hope this helps and kind regards, Paul