Re: [Dspace-tech] Discovery Indexing questions

2015-01-13 Thread Hilton Gibson
On 14 January 2015 at 01:23, Monika C. Mevenkamp wrote: > Is it true that the database browse indexes become obsolete when using > discovery/solr ? ​Hi Monica​ ​Yes. See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Browse_Indexes​ Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administra

[Dspace-tech] Discovery Indexing questions

2015-01-13 Thread Monika C. Mevenkamp
After some more investigation I found that all docs in my solr index with "search.resourcetype:2" are also "discoverable:false" I take it that those are the docs corresponding to dspace items. What determines an item’s “discoverable” setting ? We have a mix of openly accessible and restricted co

Re: [Dspace-tech] Export & Import using SAF technique (Nada Abo Eita)

2015-01-13 Thread IdeaFix
I think it is bad idea to migrate using SAF. We have do it with our archive and we found, that this way does not save bitstream order! For example, you have an item http://yourreponame.org/bitstream/123456789/5/file.pdf when you export and import again, you will get http://yourNEWreponame.org/bitst

Re: [Dspace-tech] Help on appending files to POST_ITEM requests to REST-API

2015-01-13 Thread Peter Dietz
Hey Bruno, Sorry for the delay, very busy. Also, sorry that the documentation for DSpace 5 REST API isn't complete yet. Feel free to contribute as you discover how things work. It looks like you need to first create the item, as you are currently doing it: POST /collections/{collectionID}/items

Re: [Dspace-tech] Possible bug in restricted PDFs/ extracted text/ indexing

2015-01-13 Thread Tim Donohue
Hi Ryan (and all), Had a moment this morning to dig a little deeper here... From what I can tell, it looks like this *may* be the result of a flaw/bug in the logic of the Discovery "Access Rights Awareness" feature (which is supposed to respect access restrictions on Items). I believe what ma

Re: [Dspace-tech] DSpace-CRIS 4.1.2 - Issue on items display in ResearcherProfile

2015-01-13 Thread Alexander Wong
Dear Pablo, Thanks again. It would be simply /jspui/cris/rp/rp5?open=journal At the time being, I have force generating the anchor /jspui/cris/rp/rp0005?open=journal#dspaceitems to make the jump succeed. Best Regards, Alexander Wong On Tue, Jan 13, 2015 at 8:21 PM, Pablo Buenaposada < pablo.

Re: [Dspace-tech] [Dspace-general] How tp define IP-based policy?

2015-01-13 Thread Monika C. Mevenkamp
Oliver look for the IP Authentication chapter in the DSPACE documentation for your version for details We use IP authentication so that the system will try it first - before it moves on to the next method: This is done in dspace/config/modules/authentication.cfg plugin.sequence.org.dspace.

Re: [Dspace-tech] Fwd: Null pointer exception while using configurable workflow, select Reviewer Step

2015-01-13 Thread helix84
I looked only briefly, the immediate problem seems to be that either the eperson or (more likely) the workflow item is null: https://github.com/DSpace/DSpace/blob/dspace-5.0-rc3/dspace-api/src/main/java/org/dspace/xmlworkflow/WorkflowRequirementsManager.java#L126 I don't know what it means in the

Re: [Dspace-tech] DSpace-CRIS 4.1.2 - Issue on items display in ResearcherProfile

2015-01-13 Thread Pablo Buenaposada
About issue 1, yes, seems that's not working well, will look into it. Issue 2 it's strange, mine is working well, I don't know if I forget to tell you about more code fixes in other files, can't remember now... Tell me what url gives you in the red section of the image attached.

[Dspace-tech] Updating old statistics for 4.2

2015-01-13 Thread Hayles, Steven
Hi I'm upgrading from DSpace 1.8.3 to 4.2. The statistics were optimised under 1.8.3 and then 4.2, and are working, but sharding fails in the way recorded here https://jira.duraspace.org/browse/DS-2212 All of the entries are missing uid, _version_ and statistics_type. There have been a numbe

Re: [Dspace-tech] follow-up to #DS-1481 & DS-1822

2015-01-13 Thread Hilton Gibson
On 13 January 2015 at 12:03, helix84 wrote: > DS-1775 ​Would love to vote for it, but cannot. The issue with the "issue-date" is going to cause a lot of upgrade problems from very old versions of DSpace when enabling Discovery on the latest versions. Sorry for the pun ;-) Cheers hg *Hilton G

Re: [Dspace-tech] follow-up to #DS-1481 & DS-1822

2015-01-13 Thread helix84
On Tue, Jan 13, 2015 at 9:30 AM, Hilton Gibson wrote: > Updating the existing curation task to check metadata, with a date-issued > format would help a lot. Hi Hilton, see DS-1775. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Ma

Re: [Dspace-tech] Change Solr port from 8080 to 8081

2015-01-13 Thread helix84
Change the port number in the following properties and restart your servlet container: search.server in [dspace]/config/modules/discovery.cfg solr.url in [dspace]/config/modules/oai.cfg server in [dspace]/config/modules/solr-statistics.cfg solr.authority.server in [dspace]/config/dspace.cfg (DSpac

Re: [Dspace-tech] Pull Requests

2015-01-13 Thread Christian Scheible
Thanks both of you. I am going to improve it with my next pull request. I did the recreation of the master branch and will use pull instead of fetch. Regards Christian Am 13.01.2015 um 08:59 schrieb Àlex Magaz Graça: > El 12/01/15 a les 15:55, Christian Scheible ha escrit: >> Hi Helix, >> >> I

Re: [Dspace-tech] follow-up to #DS-1481 & DS-1822

2015-01-13 Thread Hilton Gibson
Hi All Just to add - our upgrade to 4.2 from 3.2 involved fixing a lot of data-issued metadata. The SOLR discovery date-issued index was a mess after the upgrade. Updating the existing curation task to check metadata, with a date-issued format would help a lot. Cheers hg *Hilton Gibson* Ubuntu