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 Ite

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] Restricted access hdl.handle.net link after authentication take us to Community screen rather than the item itself

2015-04-21 Thread Schuster, David
Is there a way to get directly to the item screen after the authentication? Once they LDAP authenticate they can search and locate the item and view it... Seems odd. The restriction is at the Collection level. David Schuster Texas Woman's University Director of Library Information Technology &

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 (f

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
I can verify that the fix works! Thanks a million, Bill On Tue, Apr 21, 2015 at 11:04 AM, Tim Donohue 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 I haven'

[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 -Dfile.enc

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 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 I haven't had a

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 fu

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: org.dspace.app.mediafilter.ImageMagickPdfThumbnai

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 Tant

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

2015-04-21 Thread Tim Donohue
Hi helix84 & Seth, Just out of curiousity, is there a particular reason why you wouldn't just use the "Access" Step instead of "hacking" the same thing via a temporary withdrawal & reinstate? The "Access" step already lets you specify that READ access wouldn't start until a particular date has

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

2015-04-21 Thread helix84
On Tue, Apr 21, 2015 at 5:45 PM, Robbins, Seth David 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 to allow a wider

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

2015-04-21 Thread Robbins, Seth David
Hi Peter, 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. Thanks, Seth On 4/21/15, 9:28 AM, "helix84" wrote: >Hi Peter, > >the easiest thing I can think of with no new development

[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' error

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 Ite

[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

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 wrote: > Hi All, > > I was wondering if anyone has

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 Etiq

[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

[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 https://scholar.google.pl/scholar?hl=pl&q=https%3A%2F%2Fopub.dsw.edu.pl%2Fhandle%2F

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

2015-04-21 Thread Zuikis Kosminis
Sorry, missed the list. -- Forwarded message -- From: Zuikis Kosminis Date: Tue, Apr 21, 2015 at 9:59 AM Subject: Re: [Dspace-tech] dspace 5.1 Mirage2 ImageMagick errors To: Terry Brady Hi Terry, nope, that didn't help. I even moved to separate line: filter.plugins = PDF Text