Re: [Dspace-tech] Customizatio on Discovery Configuration for sidebarFacets

2014-04-07 Thread Hilton Gibson
Sorry Bhavesh, I am strictly open access, open source, no Windows. *Hilton Gibson* Ubuntu Linux 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://scholar.sun.ac.za http:/

Re: [Dspace-tech] Customizatio on Discovery Configuration for sidebarFacets

2014-04-07 Thread Bhavesh Patel
Dear Hilton/Bill, Into Linux Dspace4.1 it's working file.. But suppose I have follow the same steps on Window DSpace4.1 but it's not working. I have copy the [dspace-inst-dir]/config/spring/api/discovery.xml file from linux server to window server on the same path and execute the command on dos

Re: [Dspace-tech] DSpace 4 Users in the US

2014-04-07 Thread Schuster, David
We have made the jump to 4.1 Poar.twu.edu David Schuster Texas Woman's University Director of Library Information Technology & Technical Support Phone: 940-898-3909 dschus...@twu.edu [Description: emailsignature] <>--

[Dspace-tech] Communities and Collections in search results

2014-04-07 Thread Anthony Petryk
Hello, In DSpace 4.0 JSPUI, the search results page includes "hits" from Communities and Collections in addition to Items. However, some of these Communities and Collections only appear on the second and third page of results (possibly because they're ranked lower in relevance than some Items)

[Dspace-tech] DSpace 4 Users in the US

2014-04-07 Thread Maura Carbone
Hello all, I was just wondering, are there any other institutions in the US/Canada outside of California Southern University who have made the jump to 4.x yet? I wasn't sure how often the listing on duraspace.org got updated and was curious to know if there are more institutions that have upgraded.

Re: [Dspace-tech] can't get /sorl deployed in 4.1

2014-04-07 Thread Mark H. Wood
On Mon, Apr 07, 2014 at 09:04:13AM -0400, Mark H. Wood wrote: > On Fri, Apr 04, 2014 at 03:31:49PM -0400, Jose Blanco wrote: > > Before this error takes place I see this in the log file: > > > > Apr 04, 2014 3:27:49 PM org.apache.catalina.loader.WebappClassLoader > > validateJarFile > > INFO: > >

Re: [Dspace-tech] can't get /sorl deployed in 4.1

2014-04-07 Thread Mark H. Wood
On Fri, Apr 04, 2014 at 04:54:31PM -0400, Jose Blanco wrote: > Do you know why version dspace 4.1 now requires tomcat 7? Someone > here told me that solr is doesn't really needed it? Is it for another > dspace webapp that needs 7. I just want to understand the reason for > 7. I'm hoping it has

Re: [Dspace-tech] can't get /sorl deployed in 4.1

2014-04-07 Thread Mark H. Wood
On Fri, Apr 04, 2014 at 03:31:49PM -0400, Jose Blanco wrote: > Before this error takes place I see this in the log file: > > Apr 04, 2014 3:27:49 PM org.apache.catalina.loader.WebappClassLoader > validateJarFile > INFO: > validateJarFile(/deepblue/dspace/repository/dev/webapps_dev/solr/WEB-INF/li

Re: [Dspace-tech] DSpace 3.2 customize reporting

2014-04-07 Thread Terry Brady
We have built some custom tools to perform quality control checks on our repository and to produce detailed statistics reports. We run these tools beside our DSpace instance from Apache. We have shared our code if this sounds helpful to you. http://georgetown-university-libraries.github.io/batch

[Dspace-tech] Fwd: Problems with creating administrator during install

2014-04-07 Thread Anthony Corns
I am having trouble at the last point of the DSpace 4.1 install When trying to create an administrator using c:\dspace\bin>dspace create-administrator I get the following error Error: Could not find or load main class javax.net.ssl.trustStore; Can anybody help please Many Thanks Anthony -

Re: [Dspace-tech] Can't seem to modify DSpace 3.2 (Stable) source

2014-04-07 Thread Patrick Rynhart
I've received a helpful reply (posted below), which has helped me out with this problem. With Regards, Patrick On 7/04/2014 8:01 p.m., Patrick Rynhart wrote: > > > Hi Suzuki, > > Thank you very much for your reply. I have been running mvn clean package at [dspace-src]/dspace, not [dspace

Re: [Dspace-tech] Can't seem to modify DSpace 3.2 (Stable) source

2014-04-07 Thread Anja Le Blanc
I could only think of two things at the moment which would cause this kind of behaviour. 1. you got a ConfigurationManager.java in your dspace/modules/additions/src/main/java/org/dspace/core/ directory. 2. you don't deploy to where Tomcat is reading from. Check your properties file. (Are you bui