Re: [Dspace-tech] problems with collections views with DSpace upgrade to 4.1

2014-07-25 Thread SUZUKI Keiji
Hi Jim, Problem 2 seems a bug. Change the following line https://github.com/DSpace/DSpace/blob/dspace-4.1/dspace-api/src/main/java/org/dspace/search/DSIndexer.java#L604 From: if (!liveDocs.get(i)) To: if (liveDocs != null !liveDocs.get(i)) Problem 1 seems a config setting. From version

[Dspace-tech] Vagrant project

2014-07-25 Thread Jozef Misutka
Dear all, we have published a vagrant box project for our LINDAT/CLARIN repository based on DSpace which could be useful for the DSpace community as well. We do know about https://github.com/DSpace/vagrant-dspace but we found it unsuitable for our needs (however, we have used a small part of the

[Dspace-tech] Fwd: Display error msg on Collections page when user is not authorized to view Items

2014-07-25 Thread Shazia Sathar
Just checking to see if anyone has any ideas to share? Basically, I would like that an error message be shown if a user is not authorized to view a particular collection. By default, an empty collection page is shown which gives the impression of an empty collection I am using DSpace version 4.1,

[Dspace-tech] SolrException error

2014-07-25 Thread Stephano John
Dear all, I have installed dspace 4.1, but when i click on browse by (title, author or subject) also when you click on community created i get the following error: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://localhost:8080/solr/search returned non ok

[Dspace-tech] What is your setup?

2014-07-25 Thread Luiz dos Santos
I’m starting in the DSpace so I would like to share with guys my setup, I want improve my productivity. So I decided to ask you about your setup? I'm think about to buy a macbook to me, Anybody over ther use mac to code DSpace? My Setup: Hardware -i7 core 1.8GHz -8 GB (Ram) -Windows 8.1 pro

[Dspace-tech] Can't create webapp MBean for XOAI with DSpace 4.1

2014-07-25 Thread Christian Scheible
Hi together, I have a problem with the oai webapp. I wanted to register a service to dspace-service in the dspace-oai module. But I allways get the error: DSpace Kernel must not be null. If I check the tomcat logs I see: Can't create webapp MBean But the oai webeapp is running and working.

Re: [Dspace-tech] Dspace - 4.2 - jspui of windows - internal system error message

2014-07-25 Thread c_sugumaran
Thank you Mrs. Monika, I have attached the log files of yesterday 24-07-14 (As soon as version 4.2 installed) and today when we opened the dspace - error message 25-07-14. Can any one go through it and point out the mistakes Yours C.Sugumaran DDH / LPSC / ISRO TRIVANDRUM dspace.txt

Re: [Dspace-tech] What is your setup?

2014-07-25 Thread Pottinger, Hardy J.
Hi, Luiz, I currently run an old 2010 era MBP, though it's been through a few rounds of updates. It has the i7 proc, 8GB RAM, and a solid state drive. However, I only rarely build directly on this MBP, I either build on our development server (RHEL6) or on my Vagrant-DSpace workspace [1] Since

[Dspace-tech] Modifying Discovery

2014-07-25 Thread Fredrick, Rose L.
Hello, We are running DSpace 3.2 with Oracle and have implemented Discovery on our test server. We successfully added a new facet to Discovery, but the facet will only list new items that we have submitted after implementing Discovery. We have items pre-Discovery that have data in the correct

Re: [Dspace-tech] ant fresh_install error

2014-07-25 Thread Tim Donohue
Hi Andy, It sounds like the dspace.hostname setting in your build.properties file is either missing or commented out. Here's what it should look like: https://github.com/DSpace/DSpace/blob/master/build.properties#L28 If this property is missing, then it is unable to be specified in the final

Re: [Dspace-tech] ant fresh_install error

2014-07-25 Thread Andy Kirkyla
Dear Tim, I trust all is well. That was the issue. Thanks for your help. Andy On Fri, Jul 25, 2014 at 1:50 PM, Tim Donohue tdono...@duraspace.org wrote: Hi Andy, It sounds like the dspace.hostname setting in your build.properties file is either missing or commented

[Dspace-tech] Looking for feedback on bulk command line apps

2014-07-25 Thread Monika C. Mevenkamp
I developed a set of four related command line apps for dspace: 1) a lister / report generator 2) a policy tool, that adds / removes policies 3) a metada tool, that adds / removes specific metadata values 4) a bitstream replacer tool All expect 4 work on a set of dspace objects