Re: [Dspace-tech] [KE1019161] Running DSpace 3.1 in Tomcat with unpackWARs=false

2013-02-05 Thread marco . weiss
Hi Völker, thank you for your answer i can't get that working till now with unpackedWARs=false I decided to get the data center to configure the tomcat with unpackedWARs=true. After that it works partial, i had the issue written on the mailing list that my OAI tells me that the given id does no

Re: [Dspace-tech] Media filter for powerpoint file - java.lang.OutOfMemoryError

2013-02-05 Thread Melisa Ong
Hi Andrea, Thank you for the solution. We've increased the heap memory to 2Gb and the filter-media is working fine now. Thanks and Regards, Melisa SP Library From: Andrea Schweer [mailto:schw...@waikato.ac.nz] Sent: 04 February 2013 11:33 To: dspace-tech@lists.sourceforge.net Cc: Melisa Ong Sub

Re: [Dspace-tech] AIP Backup& Restore - Exception: Java heap space

2013-02-05 Thread Lighton Phiri
> I see. I may have a solution for that, but this is NOT best practice. You may > run the packager on individual items and significantly decrease the overhead > of each command line call (JVM startup overhead) by using Nailgun. I didn't know about Nailgun; looks interesting, will definitely give

Re: [Dspace-tech] Read timed out: maven-enforcer-plugin

2013-02-05 Thread Michael Lastufka
Turns out this was a firewall issue. Our IT guys blocked all Java programs from going through the firewall after some security threat a few weeks ago. They had a fix for the threat but didn't reset access for Java programs yet. It works now. -- View this message in context: http://dspace.228333

[Dspace-tech] Read timed out: maven-enforcer-plugin

2013-02-05 Thread Michael
Dear DSpace Mavens, I'm trying to build DSpace 1.8.2 on a server for the first time from source in Windows. I'm not attempting any modifications yet, just to be sure I can build it. It's Tomcat with Postgres. I'm following the Windows installation instructions in the DSpace 1.8 Manual. I set the

Re: [Dspace-tech] Modify/Add additional OAI Identify Description elements

2013-02-05 Thread João Melo
Hi Tim and Kevin, as the initial purpose of this new OAI module was (also) to guarantee 100% backward compatibility, in the following weeks i'll pull for this change (configurable description). PS - It would be better to create a jira issue. On 5 February 2013 18:40, Tim Donohue wrote: > Hi K

Re: [Dspace-tech] Modify/Add additional OAI Identify Description elements

2013-02-05 Thread Tim Donohue
Hi Kevin, Yes, I misunderstood. I now see what you mean.. It looks like, unfortunately, in both DSpace 3.0 and 3.1 this "Identify" response value is hardcoded. It's actually not the DSpace source code itself, but rather in the "com.lyncode.xoai" library that DSpace uses. This library's sour

Re: [Dspace-tech] Modify/Add additional OAI Identify Description elements

2013-02-05 Thread Kevin Beswick
Hi Tim, Thanks for the reply. I don't think this is what I'm looking for though - as per the requirements of Theses Canada, the description element must be included in the OAI-PMH "Identify" response. Currently, the default value of the description element that I get when making an "Identify" requ

Re: [Dspace-tech] Modify/Add additional OAI Identify Description elements

2013-02-05 Thread Tim Donohue
Hi Kevin, To add or change the OAI-PMH elements in the new DSpace 3.x OAI interface (aka XOAI), you can just modify the proper "crosswalk". XOAI uses a variety of metadataFormat crosswalks which all exist in: [dspace]/config/crosswalks/oai/metadataFormats/ In this case, it sounds like you just

[Dspace-tech] Modify/Add additional OAI Identify Description elements

2013-02-05 Thread Kevin Beswick
Hi, We are in the process of upgrading from DSpace 1.8.2 -> 3.0. We currently participate in a national ETD harvesting program (Theses Canada), and one of their requirements in order to harvest our content is that we must include a description element that contains specific information in our OAI

Re: [Dspace-tech] DSpace collection export maximum size

2013-02-05 Thread helix84
On Tue, Feb 5, 2013 at 4:19 PM, Sai Deng wrote: > Regarding the ways to get metadata and bitstreams in the collection level > from DSpace, I have a quick question: > If we need to do quite some editing for the exported metadata (e.g. adding > new fields, splitting information in one field to sev

Re: [Dspace-tech] DSpace collection export maximum size

2013-02-05 Thread Sai Deng
Tim, "helix84" and Wally, Thanks very much for the responses! Have forwarded all the replies to the hosting company and will work with the people there to resolve the problem. Regarding the ways to get metadata and bitstreams in the collection level from DSpace, I have a quick question: If we ne

Re: [Dspace-tech] DSpace collection export maximum size

2013-02-05 Thread Tim Donohue
Hi Sophie, You should be able to disable that maximum size check by either commenting out that "org.dspace.app.itemexport.max.size" setting in your dspace.cfg or by setting it to zero (which will also disable the check): org.dspace.app.itemexport.max.size = 0 After that, it should just be a ma

Re: [Dspace-tech] DSpace collection export maximum size

2013-02-05 Thread helix84
Hi Sophie, the limit you have set is 1 GB, so you probably have some collections that are larger than that. Anyway, the limit is there so that you don't attempt to transfer such large files over the web UI. The command-line tools are not restricted by these limitations: [1] So you can use them t

Re: [Dspace-tech] XSLT 2.0 crosswalk

2013-02-05 Thread Joseph Greene
Many thanks Helix84 Sounds time consuming... I may consider raising this with our contractor, who are always keen to donate code back to the community. Best regards, Joseph -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: 05 February

Re: [Dspace-tech] XSLT 2.0 crosswalk

2013-02-05 Thread helix84
On Tue, Feb 5, 2013 at 1:19 PM, Joseph Greene wrote: > Does anyone know if it is possible to use xslt 2.0 in the xslt crosswalk > plugin? Documentation only seems to point to xslt 1.0. Unfortunately not, this is a TODO task: [1] There is info there in the last comment about how to modify Cocoon

Re: [Dspace-tech] SOLR statistics problem in DSPACE 3.1

2013-02-05 Thread helix84
Hi Carlos, yes, it seems that for some reason DSpace can't connect to Solr in order to write a log entry. But the message doesn't specify what the connection was reset (I'm guessing a timeout of 100 seconds somewhere). Verify whether Solr client is listening and can be connected to from localhost

[Dspace-tech] XSLT 2.0 crosswalk

2013-02-05 Thread Joseph Greene
Does anyone know if it is possible to use xslt 2.0 in the xslt crosswalk plugin? Documentation only seems to point to xslt 1.0. Regards, Joseph Joseph Greene Research Repository and Systems Librarian James Joyce Library University College Dublin (353 0)1 716 7398 (353 0)1 716 7686 joseph.gre...@

[Dspace-tech] DSpace collection export maximum size

2013-02-05 Thread Sai Deng
Dear list, We're trying to export DSpace collections from the front end (Admin Tools- Export Collection, or Export (migrate) Collection), it reports errors for certain collections: Error with export The overall size of this export is too large. Please contact your administrator for more informat

[Dspace-tech] SOLR statistics problem in DSPACE 3.1

2013-02-05 Thread Carlos Walter Blandon Alvarez
Hi all.We have updated DSpace version of1.8.2 to 3.0, JSPUI interface in Linux Fedora 18. Then we installed version 3.1 and made migrating the database and data to the new version.When trying to view a community, collection or item takes a long time to show, we get the error shown below (from dspac

Re: [Dspace-tech] Archived Submissions

2013-02-05 Thread helix84
On Tue, Feb 5, 2013 at 2:08 PM, Hilton Gibson wrote: > Ok. We have one person with about 2 submissions. > When they login, it takes forever. > I suspect this submission archive and also searching collections for > "in-workflow" submissions. > Any tips on how to optimise? According to how I re

Re: [Dspace-tech] Archived Submissions

2013-02-05 Thread Hilton Gibson
Ok. We have one person with about 2 submissions. When they login, it takes forever. I suspect this submission archive and also searching collections for "in-workflow" submissions. Any tips on how to optimise? Cheers hg On 5 February 2013 15:01, helix84 wrote: > On Tue, Feb 5, 2013 at 1:47

Re: [Dspace-tech] Archived Submissions

2013-02-05 Thread helix84
On Tue, Feb 5, 2013 at 1:47 PM, Hilton Gibson wrote: > How do I remove "archived submissions"? > Does this stay forever? Hi Hilton, you can say they "stay forever", because it's a reverse chronological list of items you have successfully submitted (i.e. finished submission, the in_archive attrib

[Dspace-tech] Archived Submissions

2013-02-05 Thread Hilton Gibson
Hi How do I remove "archived submissions"? Does this stay forever? See attached. Cheers hg -- *Hilton Gibson* Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646 4758 http://librar

Re: [Dspace-tech] [DSpace-tech] Customising browse page.

2013-02-05 Thread helix84
On Tue, Feb 5, 2013 at 12:40 PM, Владимир Лебедев wrote: > Yes, I use Mirage theme (slightly modified by myself). And yes, Discovery is > enabled. The individual items are rendered here: https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/ar

Re: [Dspace-tech] [DSpace-tech] Customising browse page.

2013-02-05 Thread Владимир Лебедев
Yes, I use Mirage theme (slightly modified by myself). And yes, Discovery is enabled. 2013/2/5 helix84 > And do you have Discovery enabled? > > > Regards, > ~~helix84 > > Compulsory reading: DSpace Mailing List Etiquette > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette > --

Re: [Dspace-tech] [DSpace-tech] Customising browse page.

2013-02-05 Thread helix84
And do you have Discovery enabled? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Free Next-Gen Firewall Hardware Offer Buy your

Re: [Dspace-tech] [DSpace-tech] Customising browse page.

2013-02-05 Thread helix84
Hi Vladimir, are you using the default Mirage theme? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Free Next-Gen Firewall Hardwa

[Dspace-tech] [DSpace-tech] Customising browse page.

2013-02-05 Thread Владимир Лебедев
Hi All, I'm trying to customise DSpace look (ver. 3.1). One thing I want to do is to change browse results view in XMLUI interface (browse by author, for example, when displaying not articles but category). I got results as link to category and number of matching articles in one table cell. I wan

Re: [Dspace-tech] Access to 'Traditional' Browse& Search index

2013-02-05 Thread helix84
On Mon, Feb 4, 2013 at 11:00 PM, Lighton Phiri wrote: > I am struggling to figure out how to issue direct queries when using > the 'Traditional' Browse& Search index [1]? Something similar to this > [2] wiki page. I am basically trying to directly access the index > using a tool like CURL. Hi Li

Re: [Dspace-tech] AIP Backup& Restore - Exception: Java heap space

2013-02-05 Thread helix84
On Tue, Feb 5, 2013 at 12:09 PM, Lighton Phiri wrote: >> If possible, I'd recommend you to handle smaller batches and automate it >> using some shell script. > > I have been using smaller batches for certain tasks (e.g. ingestion, which > by the way is painfully slow ) but sadly, I have no contro

Re: [Dspace-tech] AIP Backup& Restore - Exception: Java heap space

2013-02-05 Thread Lighton Phiri
> You mean 32 x 51,200 items? Yes, the maximum workload I intend to work with has a total of 1,638,400 (32x51,200) items spread in 131 collections. > If possible, I'd recommend you to handle smaller batches and automate it > using some shell script. I have been using smaller batches for certain

Re: [Dspace-tech] AIP Backup& Restore - Exception: Java heap space

2013-02-05 Thread helix84
On Sun, Feb 3, 2013 at 10:02 PM, Lighton Phiri wrote: > 2. I inted to run packager on a repository with 32x items using the > same machine --will this be feasible? You mean 32 x 51,200 items? Just boldly go where no man has gone before :) If possible, I'd recommend you to handle smaller batches a