[Dspace-tech] Fwd: dspace 5.1 Mirage2 ImageMagick errors

2015-04-21 Thread Zuikis Kosminis
Sorry, missed the list. -- Forwarded message -- From: Zuikis Kosminis kosminiai.zuik...@gmail.com Date: Tue, Apr 21, 2015 at 9:59 AM Subject: Re: [Dspace-tech] dspace 5.1 Mirage2 ImageMagick errors To: Terry Brady terry.br...@georgetown.edu Hi Terry, nope, that didn't help. I

Re: [Dspace-tech] Advanced Embargo: Dark Metadata

2015-04-21 Thread Robbins, Seth David
Hi Tim, For us there a couple of reasons, one is that we’re on Dspace 3, where the default behavior (if I’m remembering correctly from when we upgraded) was to withdraw items with the private flag in the InstallItem class. In the future, we’ll likely just use the private flag to indicate a “dark”

Re: [Dspace-tech] dspace 5.1 ImageMagick question

2015-04-21 Thread Bill Tantzen
Actually, even though Andrea's fix gets us most of the way there, if an exception is thrown at some point before the method returns, some files may still remain in /tmp. Depending on the size of your /tmp and on the size of your repository this might still pose a problem... I posted a possible

Re: [Dspace-tech] dspace 5.1 ImageMagick question

2015-04-21 Thread Bill Tantzen
I can verify that the fix works! Thanks a million, Bill On Tue, Apr 21, 2015 at 11:04 AM, Tim Donohue tdono...@duraspace.org wrote: Hi Bill, This bug has been reported here: https://jira.duraspace.org/browse/DS-2544 There's already a suggested fix / Pull Request (which looks correct, but I

[Dspace-tech] DSpace 4.2 and Google Scholar

2015-04-21 Thread karolosoc...@interia.pl
Hi, in last time i saw problem with searching my repository in Google Scholar for example when i past specific link in my repository to position: https://opub.dsw.edu.pl/handle/11479/56 i typing in Google Scholar

[Dspace-tech] browse misses some items

2015-04-21 Thread Monika C. Mevenkamp
I run [dspace]/bin/dspace index-update nightly in DSPACE 1.8 (with JSPUI) Even though there are some cases in which browse fails to find items. For example a search for the author ‘japanwala’ in the http://dataspace.princeton.edu/jspui/handle/88435/dsp01gx41mh91n/simple-search?query=japanwala

Re: [Dspace-tech] Advanced Embargo: Dark Metadata

2015-04-21 Thread Tim Donohue
Hi Peter, This seems to be exactly what the Access step is for (using either the Simple or Advanced settings). https://wiki.duraspace.org/display/DSDOC5x/Embargo#Embargo-AccessStep You should be able to just enable that Access Step. Setting the embargo via that step applies to the entire Item

[Dspace-tech] Advanced Embargo: Dark Metadata

2015-04-21 Thread Peter Dietz
Hi All, I was wondering if anyone has created a way to modify the embargo system to optionally have a way of also setting dark metadata. Meaning, the current embargo system will allow the metadata/item to be publicly accessible, but the file is restricted until the embargo lift. A use case that

Re: [Dspace-tech] Advanced Embargo: Dark Metadata

2015-04-21 Thread helix84
Hi Peter, the easiest thing I can think of with no new development is to put the items in archive as withdrawn, put embargo lift date in a metadata field and run a curation task daily to to lift the embargo (reinstate the items). Regards, ~~helix84 Compulsory reading: DSpace Mailing List

Re: [Dspace-tech] Advanced Embargo: Dark Metadata

2015-04-21 Thread Terry Brady
The only way to accomplish this is to set a policy on the item record with the same end date as the bitstream policy. I do not believe that the submit with embargo date process can accomplish this. On Tue, Apr 21, 2015 at 6:32 AM, Peter Dietz pe...@longsight.com wrote: Hi All, I was

Re: [Dspace-tech] Advanced Embargo: Dark Metadata

2015-04-21 Thread helix84
On Tue, Apr 21, 2015 at 5:45 PM, Robbins, Seth David srobb...@illinois.edu wrote: We do what Helix describes, but we¹re looking for another way. It's a hack to store information crucial to actionable business logic in the descriptive metadata. Depends on how you look at it - it is also a way

Re: [Dspace-tech] dspace 5.1 ImageMagick question

2015-04-21 Thread Tim Donohue
Hi Bill, This bug has been reported here: https://jira.duraspace.org/browse/DS-2544 There's already a suggested fix / Pull Request (which looks correct, but I admit I haven't had a chance to test it out yet). It is scheduled to be resolved in DSpace 5.2. - Tim On 4/21/2015 10:37 AM, Bill

[Dspace-tech] dspace 5.1 ImageMagick question

2015-04-21 Thread Bill Tantzen
Hi all! I'm attempting to use the ImageMagick media filters for thumbnails and pdf thumbnails. Everything works fine in identifier mode, but when I try to run the filters on my entire collection, my /tmp directory fills rather quickly and I wind up with nothing but 'No space left on device'

Re: [Dspace-tech] Advanced Embargo: Dark Metadata

2015-04-21 Thread Andrea Schweer
Hi, On 22/04/15 02:49, Tim Donohue wrote: You should be able to just enable that Access Step. Setting the embargo via that step applies to the entire Item (including metadata), if I recall correctly. By default, if you use the Simple version, it'll limit Anonymous READ access (on the Item) so

Re: [Dspace-tech] Constant dspace error java.lang.OutOfMemoryError: Java heap space

2015-04-21 Thread Andrea Schweer
Hi Евгений, as I said on Stack Overflow, your tomcat log file suggests that it isn't actually using those JAVA_OPTS http://stackoverflow.com/questions/29778609/constant-dspace-error-java-lang-outofmemoryerror-java-heap-space cheers, Andrea On 22/04/15 05:02, Евгений wrote: Hello all, I have

[Dspace-tech] Constant dspace error java.lang.OutOfMemoryError: Java heap space

2015-04-21 Thread Евгений
Hello all, I have a DSpace server, after uprading from version 4.3 to 5.1, it constantly stops working after some hours with following error: java.lang.OutOfMemoryError: Java heap space I've read answers to the same questions, but they didn't help me. My JAVA_OPTS: -Xmx4096M -Xms4096M

Re: [Dspace-tech] Fwd: dspace 5.1 Mirage2 ImageMagick errors

2015-04-21 Thread Terry Brady
What happens if you run the following? You can supply a non-existent handle as input. This might help with troubleshooting the configuration file. .../bin/dspace filter-media -v -i 000/000 The following MediaFilters are enabled: Full Filter Name:

Re: [Dspace-tech] How to enable Author Profile (new V5 feature)?

2015-04-21 Thread Oscar Sanchez Gomez
Hi, No matter if the option is integrated with ORCID functionality or by custom database tables. Once the database tables are created, how and where can I modify the Dspace code to include the author profile functionality? Can you provide the code files and the modifications to activate this

Re: [Dspace-tech] dspace 5.1 ImageMagick question

2015-04-21 Thread Bill Tantzen
Tim, Thanks, apologies for missing that one! Bill On Tue, Apr 21, 2015 at 11:04 AM, Tim Donohue tdono...@duraspace.org wrote: Hi Bill, This bug has been reported here: https://jira.duraspace.org/browse/DS-2544 There's already a suggested fix / Pull Request (which looks correct, but I admit