[Dspace-tech] Problems with solr/full text

2014-06-27 Thread Robin Harper
Hi Using dspace snapshot 5.0, I noticed that I was no longer searching over full text Looking at SOLR I get the following { responseHeader: { status: 0, QTime: 1, params: { fl: fulltext, indent: true, q: constitution, _: 1403852029740, wt: json } }, response: { numFound: 1024, start: 0,

[Dspace-tech] setting metadata fields during install time

2014-06-27 Thread Daniel Scharon
Hi all, I am trying to define the metadata field set already during install time. The tables metadataschemaregistry and metadatafieldregistry are only created but not filled by the SQL script provided by dspace (dspace/etc/postgres/database_schema.sql) to initialize the database. At which point

Re: [Dspace-tech] setting metadata fields during install time

2014-06-27 Thread Bram Luyten
Hi Daniel, nice question, it's actually pretty easy to do. The initialization of the metadata schemas happens through the ant scripts, that are defined in build.xml Here are the lines where you can find the defintions about which metadata schema's are being loaded:

[Dspace-tech] Export to Reference Management Systems

2014-06-27 Thread Oliver Goldschmidt
Hello all, I wonder if there is a way to export items on UI level to bibliographic formats like RIS or BibTeX to get it importable into reference management systems. I have found several discussions on that topic

Re: [Dspace-tech] Export to Reference Management Systems

2014-06-27 Thread helix84
Hi Oliver, you could use the sharing bar for JSPUI [1]. It depends on the OAI module (DSpace 3 or newer). Because not everyone wants to enable this module and sharing bar doesn't currently detect whether you have OAI enabled, sharing bar is not a part of DSpace yet. But if you're running JSPUI,

Re: [Dspace-tech] OAI problems, with Dspace 5.0 Snapshot

2014-06-27 Thread Ondřej Košarko
That's because the error is actually in one of the libraries dspace depends on. So you'll either need to wait until it's fixed there (the place maven pulls it from), or you can patch and build the library locally yourself. Regards, OK 2014-06-27 1:30 GMT+02:00 Robin Harper

Re: [Dspace-tech] Problems with solr/full text

2014-06-27 Thread helix84
Hi Robin, sorry, I don't know what's wrong with fulltext in Solr but be sure to file a Jira issue. Downgrading to DSpace 4 should be painless so far. There were no DB changes and no Solr schema changes. There aren't many new major features. There was an upgrade to OAI, so after you downgrade,

Re: [Dspace-tech] OAI problems, with Dspace 5.0 Snapshot

2014-06-27 Thread helix84
On Fri, Jun 27, 2014 at 1:30 AM, Robin Harper robin.har...@barnet.com.au wrote: It certainly looks like it. However I can’t locate the corresponding code in the DSpace source (the link seems to be to a separate XOAI repo). Hi Robin, like Ondřej said, it's a separate library [1] pulled in via

Re: [Dspace-tech] Problem to upload files (pdf) or items

2014-06-27 Thread helix84
Hi Yelena, Internal system error is just a generic message that there was an error. You'll need to find the specific error in logs before anyone here will be able to help you. Here's how you can do that: https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error Regards, ~~helix84

Re: [Dspace-tech] Export to Reference Management Systems

2014-06-27 Thread Oliver Goldschmidt
Hi Helix, thanks for pointing that out. This should be very helpful for me, as I have enabled OAI and am running JSPUI. I'll look into it. Thanks again, regards Oliver Am 27.06.2014 12:50, schrieb helix84: Hi Oliver, you could use the sharing bar for JSPUI [1]. It depends on the OAI module

Re: [Dspace-tech] Publication Date Metadata

2014-06-27 Thread Tim Donohue
Hi Sebastien and Trevor, Maybe I've misunderstood things. It might help to take a step back. What is the setup you are trying to achieve in the DSpace submission steps? In other words, what is your use case here? As you mentioned, it's very possible the Initial Question step doesn't meet your

Re: [Dspace-tech] Publication Date Metadata

2014-06-27 Thread Sebastien Ival
Hi Tim, The default setup is what we are looking at. Users have submit theses = original work. So the users should not have to set this date. It should be automated as per version 3.2. Once we did the upgrade from 3.2 to 4.1, submitting a new thesis would result in a blank dc.date.issued. I

Re: [Dspace-tech] Publication Date Metadata

2014-06-27 Thread Tim Donohue
Hi Sebastien, OK, now I think I'm finally understanding things...sorry, it was not initially clear what your goal was and how you were getting this error. It sounds like you're hitting an error during the *Workflow Approval Steps* after you've re-enabled the Initial Questions step. I need to

[Dspace-tech] index-lucene-update

2014-06-27 Thread Jose Blanco
I just ran index-lucene-init and it completed successfully, but when I try to run index-lucene-update, it blows up at where I have (): */ public static void cleanIndex(Context context) throws IOException, SQLException { IndexReader reader = DSQuery.getIndexReader(); Bits

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

2014-06-27 Thread Jose Blanco
I just checked the API documentation, and it says: Class MultiFields public static Bits getLiveDocs(IndexReader reader) Returns a single Bits instance for this reader, merging live Documents on the fly. This method will return null if the reader has no deletions. Should there be a check for

Re: [Dspace-tech] Publication Date Metadata

2014-06-27 Thread Sebastien Ival
Perfect. Thank you -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: June-27-14 11:53 AM To: Sebastien Ival; dspace-tech@lists.sourceforge.net Cc: Trevor Wilson Subject: Re: [Dspace-tech] Publication Date Metadata Hi Sebastien, After further investigation,

Re: [Dspace-tech] Publication Date Metadata

2014-06-27 Thread Tim Donohue
Hi Sebastien, After further investigation, this sounds like a bug in the JSPUI specifically. It does NOT occur in the XMLUI, but seems to only occur with a combination of JSPUI + Initial Questions + Workflow approval steps. I've logged it at: https://jira.duraspace.org/browse/DS-2043 We'll

Re: [Dspace-tech] Publication Date Metadata

2014-06-27 Thread Anthony Petryk
Hello, We've encountered the error reported in Sebastien's point (2) below. It occurs when a reviewer tries to preview a workflow task. If the webui.itemdisplay.default config line includes a date field but no value was entered in the submission form, ItemTag.java fails when trying to

[Dspace-tech] DSpace Distribution License Page Error

2014-06-27 Thread Andy Kirkyla
Folks, I trust all is well. I tried to send this message earlier but it did not seem to go through. I am resending it without any attachments. I have installed DSpace 4.1 on my local laptop and I am having issues when I click on the I Grant the License the server just hangs.

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

2014-06-27 Thread Jose Blanco
Ok, I'm actually not sure I need to run this. But it is strange that it failed. This is my situation. I would like to have the lucene index kept updated because: (1) I'm still using ArtifactBrowse aspect: aspect name=Artifact Browser path=resource://aspects/ArtifactBrowser/ / (2)

Re: [Dspace-tech] Problems with solr/full text

2014-06-27 Thread Robin Harper
Hi Helix84 Thanks, you were absolutely correct the downgrade was flawless, and once I rebuilt the discovery index (and OAI) everything was working. Ill put up a test machine for the snapshot and see if the error re-occurs, if so I'll be sure to jira it. Robin On 27 Jun 2014, at 9:02 pm,