Re: [Dspace-tech] Pxpdf-mediafilter configuration

2014-02-07 Thread Alan Orth
Morning from Nairobi, Robert. :) Here are the notes I took when I prepared our servers for Xpdf thumbnails: https://gist.github.com/alanorth/b71a458e9b83c3a8015a They are basically a copy paste able version of the ones in the DSpace docs Helix linked to. Alan On 02/06/2014 05:14 PM, helix84

Re: [Dspace-tech] Pxpdf-mediafilter configuration

2014-02-07 Thread Alan Orth
Also, you will need to enable Xpdf in dspace.cfg... just in case the docs don't make sense, here's my commit which does this for our DSpace: https://github.com/ilri/DSpace/commit/30c1460bb17d5e357a4002503da8cc066c823449 Alan On 02/07/2014 11:12 AM, Alan Orth wrote: Morning from Nairobi,

[Dspace-tech] moving menu items

2014-02-07 Thread Webshet, Sisay (ILRI)
Hi everybody We are using dspace 3.2 xmlui version.I want to move the discovery menu to the top of option-set menu items. There are a lot of Navigation.java file under /dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect . Which folder has the appropriate Navigation.java to do the

Re: [Dspace-tech] moving menu items

2014-02-07 Thread helix84
On Fri, Feb 7, 2014 at 9:17 AM, Webshet, Sisay (ILRI) s.webs...@cgiar.org wrote: There are a lot of Navigation.java file under /dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect . Which folder has the appropriate Navigation.java to do the reordering. That depends on whats in your

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-07 Thread SUZUKI Keiji
Hi Bhavesh, I suppose the old request cache remains. Did you run [dspace]/bin/dspace/oai clean-cache command after edited config files? If no, run it. Or delete directly the cache directory, [dspace]/var/oai/requests Keiji Suzuki 2014-02-07 Bhavesh Patel bhavesh.bece...@gmail.com: Dear

Re: [Dspace-tech] How to stop using full text search?

2014-02-07 Thread helix84
On Thu, Feb 6, 2014 at 11:19 PM, Calloni, Rodrigo rcall...@iadb.org wrote: I am getting Internal Server Error when I run the index after cleaning up the index and changing the schema.xml When I add -b the error message doesn't show up. So, I understand that it's working when you reindex with

[Dspace-tech] MoreLikeThis Solr

2014-02-07 Thread Ruben
Hi everybody, I have written in this list days ago, but I didn't found any response, so sorry for posting once again but I don't find how to resolve this issue. I need to change the values of MoreLikeThis Solr parameters, which can be changed in RelatedItems.java file. Now I'm filtering

Re: [Dspace-tech] MoreLikeThis Solr

2014-02-07 Thread Hilton Gibson
Hi Ruben Did you check the configuration: http://wiki.lib.sun.ac.za/index.php/SUNScholar/SOLR_Discovery/3.2#Step_3 Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21

Re: [Dspace-tech] MoreLikeThis Solr

2014-02-07 Thread helix84
On Fri, Feb 7, 2014 at 10:49 AM, Ruben rbo...@cesca.cat wrote: author, and I want to filter by his name and surnames, but Solr is filtering authors by name or surname, so it is doing an OR instead of an AND. I have Try this syntax:

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-07 Thread helix84
On Feb 7, 2014 11:20 AM, Hilton Gibson hilton.gib...@gmail.com wrote: ​Remember when you clean the cache, either manually or via the script, then it needs to be rebuilt. $ /home/dspace/bin/dspace import -o -v -c ​ That rebuilds the index. The cache is something different - it caches whole XML

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-07 Thread Hilton Gibson
Ok. So just delete and then things work. I wonder if simply disabling the cache will work to. Is this cache absolutely necessary? *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21

[Dspace-tech] item count error

2014-02-07 Thread Webshet, Sisay (ILRI)
We are using dsapce 3.2 xmlui version The item count for a specific collection https://cgspace.cgiar.org/handle/10568/476/browse?type=output Posterhttps://cgspace.cgiar.org/handle/10568/476/browse?value=Postertype=output [489] shows the default item count shown for the root community.

Re: [Dspace-tech] item count error

2014-02-07 Thread helix84
On Fri, Feb 7, 2014 at 12:31 PM, Webshet, Sisay (ILRI) s.webs...@cgiar.org wrote: The item count for a specific collection https://cgspace.cgiar.org/handle/10568/476/browse?type=output Poster [489] shows the default item count shown for the root community. Your issue, as I understand it, is

Re: [Dspace-tech] moving menu items

2014-02-07 Thread helix84
It doesn't seem you have Discovery enabled. Here's what your DRI contains: list id=aspect.viewArtifacts.Navigation.list.browse n=browse.../list list id=aspect.viewArtifacts.Navigation.list.account n=account.../list list id=aspect.viewArtifacts.Navigation.list.context n=context/ list

Re: [Dspace-tech] moving menu items

2014-02-07 Thread Webshet, Sisay (ILRI)
Thanks Helix, I just enable the discovery and it works fine. But where do I change the setting for moving Discovery above the Browse or below the search menu Thanks Sisay @gmail.com] On Behalf Of helix84 Sent: Friday, February 07, 2014 2:53 PM To: Webshet, Sisay (ILRI) Cc:

Re: [Dspace-tech] moving menu items

2014-02-07 Thread Webshet, Sisay (ILRI)
Here is what my DRI shows /listlist id=aspect.viewArtifacts.Navigation.list.account n=account /listlist id=aspect.viewArtifacts.Navigation.list.context n=context/ list id=aspect.viewArtifacts.Navigation.list.administrative n=administrative/ list id=aspect.browseArtifacts.Navigation.list.discovery

[Dspace-tech] item-mapping

2014-02-07 Thread Tumie Morupisi
Good Day how do i find item-mapping in version 3.1?-- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper.

Re: [Dspace-tech] item-mapping

2014-02-07 Thread helix84
On Fri, Feb 7, 2014 at 1:55 PM, Tumie Morupisi tumi...@yahoo.com wrote: how do i find item-mapping in version 3.1? https://wiki.duraspace.org/display/DSDOC3x/Mapping+Items Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] moving menu items

2014-02-07 Thread helix84
OK. Edit your [dspace]/config/xmlui.xconf and make sure aspects are in this order: aspect name=Discovery path=resource://aspects/Discovery/ / aspect name=Displaying Artifacts path=resource://aspects/ViewArtifacts/ / aspect name=Browsing Artifacts

Re: [Dspace-tech] moving menu items

2014-02-07 Thread helix84
You must have made some syntactic error in xmlui.xconf. Download it again from here [1], edit it following the steps needed to enable Discovery and see if your site starts working again. If it's working, try to reorder the aspects again. [1]

Re: [Dspace-tech] moving menu items

2014-02-07 Thread Webshet, Sisay (ILRI)
Thanks Helix, It works! -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Friday, February 07, 2014 5:00 PM To: Webshet, Sisay (ILRI) Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] moving menu items You must have

[Dspace-tech] dspace-admin/workflow does not exist in XMLUI?

2014-02-07 Thread Humberto Blanco Castillo
Hi, i cant found workflow view in XMLUI version 4. Any idea? -- Cordialmente, Humberto Blanco -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common

[Dspace-tech] elevate.xml in solr

2014-02-07 Thread Calloni, Rodrigo
Hello We are in DSpace 3.2 using XMLUI While learning about solr relevancy ranking algorithm I found that solr has a way to push to the top documents by using the elevate.xml file. I tried to configure it myself and it didn't work after I restarted tomcat. Besides configuring the elevate.xml