Hi Rose,

Can you send us the full error message where this stalled (i.e. the error 
stack), as well as the version of DSpace you are running?  Do you happen to 
know how much memory you've provided to your DSpace installation?

The AIP packager can take a fair amount of member (especially if it's packaging 
large objects, with large files). There also used to be a few memory leaks in 
older releases of DSpace, which have been patched in more recent versions (4.x 
and 5.x).  So, we may need more information on your environment, along with the 
location of the OutOfMemoryError.

Here's more info on sending along the full error: 
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error
And more info on determining how much memory you may be providing to DSpace: 
https://wiki.duraspace.org/display/DSDOC5x/Performance+Tuning+DSpace

- Tim

-- 
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org


On 6/18/2015 1:40:38 PM, Fredrick, Rose L. <rosefredr...@creighton.edu> wrote:
Hello,

When we run the AIP packager command for a large collection (15,000 items), it 
stalls out with this error:
Java.lang.OutofMemoryError: Java heap space

Is it expected that the AIP packager will require a lot of Java Heap space, or 
are we experiencing another problem with the packager command? We'd like to 
know a bit more before we take it to our IT department.


Rose Fredrick
Digital Resources Librarian
Health Sciences Library
Creighton University
(402) 280-5141
rosefredr...@creighton.edu



-----Original Message-----
From: dspace-tech-requ...@lists.sourceforge.net 
[mailto:dspace-tech-requ...@lists.sourceforge.net]
Sent: Thursday, June 18, 2015 11:43 AM
To: dspace-tech@lists.sourceforge.net
Subject: DSpace-tech Digest, Vol 110, Issue 96

Send DSpace-tech mailing list submissions to
dspace-tech@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
dspace-tech-requ...@lists.sourceforge.net

You can reach the person managing the list at
dspace-tech-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of DSpace-tech digest..."


Today's Topics:

1. DSpace-Cris, RESTConnector and proxy (alastair.dun...@stfc.ac.uk)
2. Mirage 2/Compass Question (Adam Strohm)
3. Define xmlui as ROOT (Shannon Meisenheimer)
4. Re: Mirage 2/Compass Question (Hilton Gibson)


----------------------------------------------------------------------

Message: 1
Date: Thu, 18 Jun 2015 15:05:16 +0000
From:
Subject: [Dspace-tech] DSpace-Cris, RESTConnector and proxy
To:
Message-ID:

Content-Type: text/plain; charset="utf-8"

Hi,

The REST connector that is used to do the ORCID lookup fails if the service is 
behind a firewall and has to use a proxy. I?ve got this to work by getting the 
proxy from the dspace.cfg file and if its not blank then using this in the http 
request. It looks the same on the DSpace github. Is this an issue or have I 
missed some configuration mechanism for achieving this?

Alastair


-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Thu, 18 Jun 2015 09:40:18 -0500
From: Adam Strohm
Subject: [Dspace-tech] Mirage 2/Compass Question
To: dspace-tech@lists.sourceforge.net
Message-ID:

Content-Type: text/plain; charset="utf-8"

We recently updated to Dpsace 5.1, and would like to explore using the Mirage 2 
theme, but I'm running into a little trouble getting Compass to see and compile 
the changes we're making.

The readme.md file on github indicates that edits should be made in 
src/dspace/modules/xmlui-mirage2, and that Compass should be set to watch the 
webapp's xmlui/themes/Mirage2 folder. I'm having trouble, though, getting 
compass to see the edits I make in the xmlui-mirage2 folder (either editing the 
provided _style.scss folder, or adding new files to overwrite the default 
Mirage 2 files), and even when we changed Compass' sass location in the 
config.rb file, Compass noticed the edits, but didn't update anything in the 
xmlui/themes/Mirage2 directory.

Is there something obvious that I'm missing, or is there any reason that I 
can't just edit the files in the webapp's xmlui/themes/Mirage2 directory?
Any pointers or advice would be appreciated. I'm familiar with Sass and 
Compass, but the Mirage 2 customization process seems much more complicated 
than others I've worked with.

Thanks,
Adam

Adam Strohm
Digital Initiatives Librarian
Paul V. Galvin Library
Illinois Institute of Technology
astr...@iit.edu
312.567.5107
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 3
Date: Thu, 18 Jun 2015 10:38:23 -0500
From: Shannon Meisenheimer
Subject: [Dspace-tech] Define xmlui as ROOT
To: dspace-tech@lists.sourceforge.net
Message-ID:

Content-Type: text/plain; charset="utf-8"

We are running DSpace 5.1 on a Win server with Tomcat alone (no Apache).
We've deployed DSpace webapps using "Technique A" from the installation doc 
(define xml context paths).

Any ideas on how we can eliminate the need for xmlui in the URL?

Would defining a context path file of root.xml with docbase set to 
[dspace]\webapps\xmlui work without affecting any of the other webapps (solr in 
particular)?

Any other ideas besides the context path file?

Thanks,
Shannon
--
Mr. Shannon Meisenheimer
Office of Technology
Blackboard Administration and Support
University of Central Missouri
Dockery 207A
meisenhei...@ucmo.edu
Work Phone: (660) 543-8483
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 4
Date: Thu, 18 Jun 2015 18:42:44 +0200
From: Hilton Gibson
Subject: Re: [Dspace-tech] Mirage 2/Compass Question
To: Adam Strohm
Cc: dspace-tech
Message-ID:

Content-Type: text/plain; charset="utf-8"

Hi Adam,

Perhaps this will help:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/M2/Customisation

Cheers

hg

*Hilton Gibson*
Ubuntu Linux Systems Administrator
Stellenbosch University Library
http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html


On 18 June 2015 at 16:40, Adam Strohm wrote:

> We recently updated to Dpsace 5.1, and would like to explore using the
> Mirage 2 theme, but I'm running into a little trouble getting Compass
> to see and compile the changes we're making.
>
> The readme.md file on github indicates that edits should be made in
> src/dspace/modules/xmlui-mirage2, and that Compass should be set to
> watch the webapp's xmlui/themes/Mirage2 folder. I'm having trouble,
> though, getting compass to see the edits I make in the xmlui-mirage2
> folder (either editing the provided _style.scss folder, or adding new
> files to overwrite the default Mirage 2 files), and even when we
> changed Compass' sass location in the config.rb file, Compass noticed
> the edits, but didn't update anything in the xmlui/themes/Mirage2 directory.
>
> Is there something obvious that I'm missing, or is there any reason
> that I can't just edit the files in the webapp's xmlui/themes/Mirage2 
> directory?
> Any pointers or advice would be appreciated. I'm familiar with Sass
> and Compass, but the Mirage 2 customization process seems much more
> complicated than others I've worked with.
>
> Thanks,
> Adam
>
> Adam Strohm
> Digital Initiatives Librarian
> Paul V. Galvin Library
> Illinois Institute of Technology
> astr...@iit.edu
> 312.567.5107
>
>
> ----------------------------------------------------------------------
> --------
>
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

------------------------------------------------------------------------------


------------------------------

_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


End of DSpace-tech Digest, Vol 110, Issue 96
********************************************

------------------------------------------------------------------------------
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
------------------------------------------------------------------------------
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to