[Dspace-tech] Dspace 3.2 - Separate access mechanism for internal and external users

2013-08-13 Thread Pushkin Salim
Hi All, We have a requirement in dspace 3.2 in which users from a particular subnet of our LAN should be able to READ or Download the research papers from dspace without any username-password authentication, at the same time users from public domain must be prompted to submit a formal request

[Dspace-tech] dspace logs filling up 75% disk space

2013-08-13 Thread Evans, Kevin
Hi, We are having an issue with dspace and other logs filling up disk space. Dspace/Tomcat seems to be rotating the logs but we would like to clear these down after three months or so. Is there a way to set this or script this? Any advice much appreciated. Kevin Evans Systems Developer,

Re: [Dspace-tech] dspace logs filling up 75% disk space

2013-08-13 Thread Hilton Gibson
Perhaps this will help on an Ubuntu system: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Optimisations/Logs Also see: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Dspace/Why_Ubuntu_Server On 13 August 2013 11:33, Evans, Kevin kevin.ev...@exeter.ac.uk wrote: Hi, ** ** We are

Re: [Dspace-tech] dspace logs filling up 75% disk space

2013-08-13 Thread Hilton Gibson
Also see my yearly disk usage graph. You can see last year when I upgraded to 1.8.2 and enabled discovery, the logs went crazy! The logs are in the /var partition as per best practices for a UNIX server. PS: [image: Inline images 1] On 13 August 2013 11:33, Evans, Kevin kevin.ev...@exeter.ac.uk

[Dspace-tech] Using Git to Update

2013-08-13 Thread Sean Carte
I'm totally new to git and totally confused; I'd be grateful if someone could tell me where I'm going wrong. dspace-src-git is my current 3.1 src directory. Following Tim Donohue's Development With Git wiki page, I did the following: dspace@ubuntu:~$ cd dspace-src-git/

Re: [Dspace-tech] Using Git to Update

2013-08-13 Thread helix84
Hi Sean, no worries, we've all been through this. To overwrite your local changes in one file with the upstream version of that file, do git checkout dspace/config/dspace.cfg Should you have many locally mddified files and you wish to throw away the changes, I know of two ways to do that, but

Re: [Dspace-tech] dspace logs filling up 75% disk space

2013-08-13 Thread helix84
On Tue, Aug 13, 2013 at 11:33 AM, Evans, Kevin kevin.ev...@exeter.ac.uk wrote: We are having an issue with dspace and other logs filling up disk space. Dspace/Tomcat seems to be rotating the logs but we would like to clear these down after three months or so. There are two ways to do this -

[Dspace-tech] Upgrade to Solr

2013-08-13 Thread Anja Le Blanc
Hello, We are using DSpace 1.8. We modified the source to use ElasticSearch as well as the build in Solr. After upgrading ElasticSearch to 0.90.3 we are now forced (library conflict with lucene) to update the build in Solr to 4.4.0. Is the version of Solr which comes with DSpace in any way

Re: [Dspace-tech] Using Git to Update

2013-08-13 Thread helix84
On Tue, Aug 13, 2013 at 12:25 PM, Sean Carte sean.ca...@gmail.com wrote: On 13 August 2013 12:10, helix84 heli...@centrum.sk wrote: no worries, we've all been through this. To overwrite your local changes in one file with the upstream version of that file, do git checkout

[Dspace-tech] Number of items displayed in DSpace Statistics

2013-08-13 Thread remi asare
Hello People, In the XMLUI interface, the number of items displayed by defautl for statistics is 10. Is there any way to change the number of items for instance 50 or more? I'm runnning on DSpace 1.8 on ubuntu. Thanks for the help

Re: [Dspace-tech] Upgrade to Solr

2013-08-13 Thread helix84
Hi Anja, perhaps this will help, as a start: https://jira.duraspace.org/browse/DS-1623 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Upgrade to Solr

2013-08-13 Thread helix84
Also forgot to mention the upgrade to from 3.3-3.5, since you're running DSpace 1.8, not 3. https://jira.duraspace.org/browse/DS-1181 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace 3.2 - Separate access mechanism for internal and external users

2013-08-13 Thread helix84
On Tue, Aug 13, 2013 at 10:55 AM, Pushkin Salim pushkinsa...@gmail.com wrote: We have a requirement in dspace 3.2 in which users from a particular subnet of our LAN should be able to READ or Download the research papers from dspace without any username-password authentication, at the same

Re: [Dspace-tech] Upgrade to Solr

2013-08-13 Thread Andrea Bollini
Hi Anjia, as reported by helix we are in process to upgrade the solr used by DSpace to Solr 4. We have already get a working dspace installation with solr 4.1 many changes are required primary at configuration level. I have a vague memory of issues that I have had trying to use a more recent

Re: [Dspace-tech] Upgrade to Solr

2013-08-13 Thread Anja Le Blanc
Hi Andrea, hi Helix, First of all thank you both for your replies. Your question is a very good one. I entirely agree. Unfortunately I am not aware of a ElasticSearch client library. Before integrating ElasticSearch in our DSpace I have not worked with ES before, meaning I followed the guides

Re: [Dspace-tech] Upgrade to Solr

2013-08-13 Thread helix84
On Tue, Aug 13, 2013 at 2:55 PM, Anja Le Blanc anja.lebl...@manchester.ac.uk wrote: Your question is a very good one. I entirely agree. Unfortunately I am not aware of a ElasticSearch client library. This is what we use for ES stats:

[Dspace-tech] OAI URL not accessible

2013-08-13 Thread Lewatle Phaladi
Dear All, My dspace oai link is not accessible, the link was accessible all along and as from last week when we tried to harvest some collections the error message I am getting displays as * OAI server could not be reached. I am using dspace 1.8.2 and I have uncommented in dspace.cfg for the

Re: [Dspace-tech] OAI URL not accessible

2013-08-13 Thread helix84
Hi Lewatle, did you tell Tomcat where to find the OAI webapp? Context path=/oai docBase=[dspace]/webapps/oai debug=0 reloadable=true cachingAllowed=false allowLinking=true/ Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] OAI URL not accessible

2013-08-13 Thread Hilton Gibson
Hi Check that you did not un-deploy the OAI app. See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S08#Step_8._Enable_the_DSpace_Java_webapps_on_the_Java_Tomcat_webapp_server Cheers hg On 13 August 2013 15:48, Lewatle Phaladi lewatle.phal...@wits.ac.za wrote: Dear All,

Re: [Dspace-tech] Upgrade to Solr

2013-08-13 Thread Andrea Bollini
Il 13/08/2013 14:55, Anja Le Blanc ha scritto: Hi Andrea, hi Helix, First of all thank you both for your replies. Your question is a very good one. I entirely agree. Unfortunately I am not aware of a ElasticSearch client library. Ok, I was not aware of that too. Looks like there is not a

Re: [Dspace-tech] Upgrade to Solr

2013-08-13 Thread Pottinger, Hardy J.
Hi, Anja, everyone else will be chiming in on your specific question, I have a question for you, though: can you share more details about your work with Elastic Search? Is this work something that you'd consider submitting as an enhancement for DSpace 4.0? Shorter version: I'm intrigued, tell me

Re: [Dspace-tech] enabling stats for 3.0

2013-08-13 Thread Jose Blanco
Andrea, I'm a bit confused by the stats stuff. At one time it was all based on log file entries and now it's based on entries to solr, so when I look at documentation I see things for both and don't quite understand what to do. Are there clear instructions on how stats works with solr in 3.0?

Re: [Dspace-tech] enabling stats for 3.0

2013-08-13 Thread Hilton Gibson
Perhaps reading this page will give you an overview of how it changed: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes On 13 August 2013 16:29, Jose Blanco blan...@umich.edu wrote: Andrea, I'm a bit confused by the stats stuff. At one time it was all based on log file entries and now

Re: [Dspace-tech] Upgrade to Solr

2013-08-13 Thread Anja Le Blanc
Hi Helix, We were using ES 20.6 before - that did not cause a problem. I got the same dependency as you in Maven just with a different version. They just have one 'catch all' jar or ES. At the moment I am considering upgrading Solrj to 3.5 which does not have a dependency on Lucene. That

Re: [Dspace-tech] enabling stats for 3.0

2013-08-13 Thread Jose Blanco
I don't see details about the stats system. I'm looking for how to get solr stats config and going, and how to access it for version 3.0. I'm not interested in recovering old stats, just getting it going using the latest stats system. On Tue, Aug 13, 2013 at 10:33 AM, Hilton Gibson

Re: [Dspace-tech] Upgrade to Solr

2013-08-13 Thread Anja Le Blanc
Hi Hardy, We built a new UI outside of DSpace which our Jorum users will be using for all their search and stats queries. (That is the introduction for everyone who was not at OR13 in our DSpace API session ;-)) For that UI we built an ES index where the stats is a inner-document to the item.

Re: [Dspace-tech] enabling stats for 3.0

2013-08-13 Thread Peter Dietz
Hi Jose, DSpace 3.0 has SOLR Statistics enabled by default, so you shouldn't have to alter anything to make it work. SOLR statistics gets its data by every hit to an object firing off a UsageEvent, specifically, a

[Dspace-tech] How to look up other fields in DSpaceObject?

2013-08-13 Thread Nemiz, Elvi
Dear all, While searching for the code on how to look up the item title, I found this code in SuggestServlet.java: DCValue[] titleDC = item.getDC(title, null, Item.ANY). I want to know the syntax if I want to get other fields like for example dc.identifier.citation? Thanks in advance. -- Elvi

[Dspace-tech] Import FB to DSpace

2013-08-13 Thread Thomas Ronayne
Hi, I've prepared what I think is a reasonable set of fields, both dc and local for importing a FoxBase data base. I'd appreciate any hints about what I've done wrong and I'd appreciate any hints about the first field, which is SERIAL data and how that might be accomplished as well as the two

Re: [Dspace-tech] enabling stats for 3.0

2013-08-13 Thread Jose Blanco
I may have messed up the construction of the URL to get to the stats page when I merged my code. Can you tell me what the URL would look like if you want to access the web page with stats for a particular collection. On Tue, Aug 13, 2013 at 11:31 AM, Peter Dietz pdiet...@gmail.com wrote: Hi

Re: [Dspace-tech] Import FB to DSpace

2013-08-13 Thread helix84
DSpace doesn't really care at this time about your data, which is just dumped into a TEXT field, as you can see here: https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace/etc/postgres/database_schema.sql#L313 Of course, there have been talks about enforcing constraints on metadata using one

Re: [Dspace-tech] How to look up other fields in DSpaceObject?

2013-08-13 Thread helix84
Hi Elvi, you could use getDC() to get any dc.*.* metadata, but I recommend you to use the more generic getMetadata() method, which can get metadata from other namespaces, too. You can use it either as getMetadata(schema.element.qualifier) or as getMetadata(schema, element, qualifier). You can

Re: [Dspace-tech] enabling stats for 3.0

2013-08-13 Thread Jose Blanco
Ok, I'm seeing them now. Looking for number of bitstream downloaded in each collection per item, so say item A has which contains bitstreams x and y, has had x download 20 times and y download 34 times. Will keep pocking around, On Tue, Aug 13, 2013 at 2:31 PM, Jose Blanco blan...@umich.edu

Re: [Dspace-tech] enabling stats for 3.0

2013-08-13 Thread Jose Blanco
I added this : field name=bundleName type=string indexed=true stored=true required =false multiValued=true / to *dspace/solr/statistics/conf/schema.xml * reload the tomcat webapp but still don't see the bistream downloaded stats. -Jose* * On Tue, Aug 13, 2013 at 3:06 PM, Jose Blanco

Re: [Dspace-tech] Import FB to DSpace

2013-08-13 Thread helix84
On Tue, Aug 13, 2013 at 8:20 PM, Thomas Ronayne ronayne.tho...@gmail.com wrote: Most of the date fields are defined as the date data type which does produce the ISO standard format; it's only the ones that are a year only that were defined as integer data type. The actual books typically

Re: [Dspace-tech] Import FB to DSpace

2013-08-13 Thread Thomas Ronayne
Hi, Helix, A riddle, wrapped in a mystery, inside an enigma but that's my story and I'm stickin' to it. On 08/13/2013 04:07 PM, helix84 wrote: On Tue, Aug 13, 2013 at 8:20 PM, Thomas Ronayne ronayne.tho...@gmail.com wrote: Most of the date fields are defined as the date data type which does

Re: [Dspace-tech] Import FB to DSpace

2013-08-13 Thread helix84
On Tue, Aug 13, 2013 at 10:35 PM, Thomas Ronayne ronayne.tho...@gmail.com wrote: That's another one I flipped back and forth about. en_UK vs. just en (and what about Old French, lots of these things are prior to the introduction of New French). I'm going to ask the Powers That Be about this one

[Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-13 Thread bcoballes
Hi everyone, I'm trying to modify the delimiter string for my controlled vocabulary but I already edited the following from my [dspace-src]/dspace/config/dspace.cfg: choices.plugin.dc.subject = srscmod choices.presentation.dc.subject = select vocabulary.plugin.srscmod.hierarchy.store = true