[Dspace-tech] Anyone played with G1 garbage collector in JDK7?

2014-07-01 Thread Alan Orth
Hey, all. I was just looking over the DSpace tuning guide[0] and I got to reading about garbage collectors. Ubuntu {12,14}.04's Tomcat 7 both use the ConcMarkSweep garbage collector, but I wonder if we should be using Java 7's new G1 garbage collector, as JDK7 has been out for a few years now

[Dspace-tech] dc.date.available for embargoed Items with Advanced Embargo functionality

2014-07-01 Thread Christian Scheible
Hi together, We are using DSpace 4.1 and I have a question regarding the Advanced Embargo functionality. During the install of an Item in org.dspace.content.InstallItem.populateMetadata(Context, Item) line 164 the item is checked if there is an embargo. But it uses the old EmbargoManager so it

[Dspace-tech] Can't find resource 'solrconfig.xml'

2014-07-01 Thread James Stockdale
Hello, I have successfully installed DSpace 4.1 on Ubuntu 12.04.4 LTS. I was able to create some communities and collections and upload items, but when I try to browse or search, I see the following stack trace (see end of message). I am using Jetty as the webserver and I copied all of the

Re: [Dspace-tech] index-lucene-update

2014-07-01 Thread Tim Donohue
Hi Jose, This is a bit confusing, cause the error you show says the NullPointerException is on line 616 of DSIndexer.java. In version 4.x of DSpace, that's this line (and NOT the liveDocs line you sent previously):

Re: [Dspace-tech] index-lucene-update

2014-07-01 Thread Jose Blanco
Tim, Thanks for helping me out with this. I am using 4.1 code, it's just that I have some changes in there particular to our instance. The changes I have I don't think should affect this. I put in the check you suggested, and now I don't get the null exception but get a whole bunch of these

Re: [Dspace-tech] index-lucene-update

2014-07-01 Thread Tim Donohue
Hi Jose, On 7/1/2014 11:46 AM, Jose Blanco wrote: Tim, Thanks for helping me out with this. I am using 4.1 code, it's just that I have some changes in there particular to our instance. The changes I have I don't think should affect this. I put in the check you suggested, and now I don't

Re: [Dspace-tech] index-lucene-update

2014-07-01 Thread Tim Donohue
Jose, I forgot to check JIRA for this issue. :) Looks like you may be hitting this: https://jira.duraspace.org/browse/DS-1970 It's fixed in the upcoming 4.2 release (hoping to be released in mid-July) - Tim On 7/1/2014 12:45 PM, Tim Donohue wrote: Hi Jose, On 7/1/2014 11:46 AM, Jose

[Dspace-tech] database import error

2014-07-01 Thread Alain Tschanz
Hello, I made a database dump of the dspace database (running on CentOS with PostgreSQL 9.1 and DSpace version 3.2) and am trying to import the dump into PostgreSQL 9.1 running on Windows Server 2008 R2 (with DSpace 4.1) but for some reason I get the following error message: -- -- Data for

Re: [Dspace-tech] index-lucene-update

2014-07-01 Thread Jose Blanco
Tim, can you point me to the DSIndexer.java that has this fixed, so I can try it out. On Tue, Jul 1, 2014 at 1:53 PM, Tim Donohue tdono...@duraspace.org wrote: Jose, I forgot to check JIRA for this issue. :) Looks like you may be hitting this: https://jira.duraspace.org/browse/DS-1970

Re: [Dspace-tech] index-lucene-update

2014-07-01 Thread Jose Blanco
I found the change in DSQuery.java. Let me try it out and let you know. Thank you! Jose On Tue, Jul 1, 2014 at 2:31 PM, Jose Blanco blan...@umich.edu wrote: Tim, can you point me to the DSIndexer.java that has this fixed, so I can try it out. On Tue, Jul 1, 2014 at 1:53 PM, Tim Donohue

Re: [Dspace-tech] index-lucene-update

2014-07-01 Thread Jose Blanco
Just tried it and it's working now. Thank you very much for taking the time to help me with this! -Jose On Tue, Jul 1, 2014 at 3:50 PM, Jose Blanco blan...@umich.edu wrote: I found the change in DSQuery.java. Let me try it out and let you know. Thank you! Jose On Tue, Jul 1, 2014 at 2:31