[Dspace-tech] Character encoding issues in Discovery search results

2014-12-09 Thread Alan Orth
;-Dfile.encoding=UTF-8" in JAVA_OPTS and manually re-run `filter-media' as well as `index-discovery -b' What could I be missing? Thanks! -- Alan Orth alan.o...@gmail.com https://alaninkenya.org https://mjanja.ch "In heaven all the interesting

Re: [Dspace-tech] Character encoding issues in Discovery search results

2014-12-09 Thread Alan Orth
Antoine, In this case the dspace script respects the environment's JAVA_OPTS if it is set; the one in the script is only used if JAVA_OPTS is empty. Alan On Tue, Dec 9, 2014 at 6:54 PM, Antoine Snyers wrote: > Hi Alan Orth > > -Dfile.encoding=UTF-8 should be added to the "

Re: [Dspace-tech] Enabling SSL

2014-12-11 Thread Alan Orth
Also, I realized early on there are many reasons to terminate your SSL with something other than Tomcat. We used Apache http for a while, and now I've switched to nginx. For reference, here's our nginx vhost config: https://gist.github.com/alanorth/ddde5e9d6c55b3637513 You'll want the xmlui.for

Re: [Dspace-tech] Character encoding issues in Discovery search results

2015-02-12 Thread Alan Orth
bender wrote: > Hi Alan: > > Did you solved this issue? > And how? If you did. > > Bender > > 2014-12-09 13:09 GMT-03:00 Alan Orth : > > Antoine, >> >> In this case the dspace script respects the environment's JAVA_OPTS if it >> is set; the one

Re: [Dspace-tech] Character encoding issues in Discovery search results

2015-02-13 Thread Alan Orth
ilman/message/31212700/ > > Can you try that solution and post back the results? Also, don't forget to > make a back up first. > > Cheers, > Aleksandar Stojanov > > On Thu, Feb 12, 2015 at 10:53 AM, Alan Orth wrote: > >> Hey, bender. No, we didn't figure t

[Dspace-tech] Split up input-forms.xml?

2015-03-12 Thread Alan Orth
Hey, all. Our institution has many groups collaborating on one DSpace repository and we have many sets of metadata terms. In the beginning we thought it was clever to add them to input-forms.xml, but now this file is nearly 6,000 lines, which is a pain to manage and causes problems when we rebase

Re: [Dspace-tech] Split up input-forms.xml?

2015-03-13 Thread Alan Orth
; > We are using 4.2. > > Hope this helps > > Claudia Jürgen > > > Am 12.03.2015 um 14:07 schrieb Alan Orth: > > Hey, all. > > > > Our institution has many groups collaborating on one DSpace repository > and > > we have many sets of metadata terms. I

[Dspace-tech] Moving collections in DSpace >= 4.0?

2015-03-18 Thread Alan Orth
Hi, I'm wondering how to move a collection to a new community in DSpace versions >= 4.0. In the past, with DSpace 3.x, I would simply[0] find the resource_id for the collection, its parent, and the new parent, then update the relationships in SQL: UPDATE community2collection SET community_id=$NEW

Re: [Dspace-tech] Modules?

2015-03-18 Thread Alan Orth
__ > DSpace-tech mailing list > DSpace-tech@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/dspace-tech > List Etiquette: > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette > -- Alan Orth alan.o...@gmail.com https://ala

[Dspace-tech] Handle server limit (99999 items?)

2015-05-07 Thread Alan Orth
Hi, I'm wondering what happens when the handle server reaches item number 9? Our handle server is currently at 65000 or so, so this could be a problem for us in the next year or less. Thanks, -- Alan Orth alan.o...@gmail.com https://alaninkenya.org https://mjanja.ch "In heav

Re: [Dspace-tech] Handle server limit (99999 items?)

2015-05-07 Thread Alan Orth
Ubuntu Linux Systems Administrator > Stellenbosch University Library > http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html > > > On 7 May 2015 at 09:15, Alan Orth wrote: > >> Hi, >> >> I'm wondering what happens when the handle server reaches item number >>

Re: [Dspace-tech] Generate publicly accessible thumbnails of restricted content

2015-05-19 Thread Alan Orth
Hilton, Your 4.x docs seem to suggest publicPermission is available in DSpace 4.x, but it's not. I was very happy when I read your docs, until I grepped the 4.3 source tree for `publicPermission` and got no hits. :) Seems it's a DSpace 5.0+ feature: https://wiki.duraspace.org/display/DSDOC5x/Medi

[Dspace-tech] How to back up Solr data?

2015-05-29 Thread Alan Orth
fluence/display/solr/Backing+Up -- Alan Orth alan.o...@gmail.com https://alaninkenya.org https://mjanja.ch "In heaven all the interesting people are missing." -Friedrich Nietzsche GPG public key ID: 0x8cb0d0acb5cd81e

Re: [Dspace-tech] DSpace XMLUI theme customisation help wiki

2015-06-08 Thread Alan Orth
Fantastic guide, Hilton. Maybe this will inspire me to update our themes to Mirage 2. Our DSpace 1.6-era Mirage 1-based themes are really starting to show their age! We have 20+ custom themes in our institutional repository[0]... it's quite an undertaking! Alan [0] https://github.com/ilri/DSpace/

[Dspace-tech] What's the plan for "Browse by" functionality?

2015-06-10 Thread Alan Orth
n DSpace? Thanks, [0] Browse by: https://cgspace.cgiar.org/browse?type=ilrisubject [1] Filter by: https://cgspace.cgiar.org/search-filter?field=ilrisubject -- Alan Orth alan.o...@gmail.com https://alaninkenya.org https://mjanja.ch "In heaven all the interesting people are mis

[Dspace-tech] How to search items by metadata using REST API?

2015-06-10 Thread Alan Orth
0] https://github.com/DSpace/DSpace/tree/master/dspace-rest -- Alan Orth alan.o...@gmail.com https://alaninkenya.org https://mjanja.ch "In heaven all the interesting people are missing." -Friedrich Nietzsche GPG public key I

Re: [Dspace-tech] How to search items by metadata using REST API?

2015-06-11 Thread Alan Orth
: > curl -k -4 -H "accept: application/json" -H "Content-Type: > application/json" -X POST " > https://demo.dspace.org/rest/items/find-by-metadata-field"; -d '{"key": > "dc.title","value": "Test Webpage","languag

Re: [Dspace-tech] URL REST Call to return XML

2015-06-11 Thread Alan Orth
ists/listinfo/dspace-tech > List Etiquette: > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette > -- Alan Orth alan.o...@gmail.com https://alaninkenya.org https://mjanja.ch "In heaven

Re: [Dspace-tech] How to search items by metadata using REST API?

2015-06-11 Thread Alan Orth
Ah, it seems the `/rest/items/find-by-metadata-field` endpoint doesn't exist in DSpace 4.x. Neither does the `/rest/login` endpoint. The docs need to make more of a point to say which versions these are supposed to work in... ;) Alan On Thu, Jun 11, 2015 at 12:24 PM Alan Orth wrote: >

Re: [Dspace-tech] What's the plan for "Browse by" functionality?

2015-06-13 Thread Alan Orth
plan going forward is that Discovery will be the search/browse > system. The old Lucene / DB-based search and browse system is deprecated > and will be removed in the near future. > > - Tim > > On 6/10/2015 5:22 AM, Alan Orth wrote: > > Hi, > > > > Discovery

Re: [Dspace-tech] How to search items by metadata using REST API?

2015-06-17 Thread Alan Orth
ng PR has some code that will search metadata via the API: > https://github.com/DSpace/DSpace/pull/954 > > I am also on 4.3, so this code is compatible with DSpace4.3. > > Terry > > On Thu, Jun 11, 2015 at 5:58 AM, Alan Orth wrote: > >> Ah, it seems the `/rest/items/fin

Re: [Dspace-tech] OAI behind a proxy

2015-06-17 Thread Alan Orth
Hi, Domingo. It looks like your JSPUI is running on /dspace, so you just need to make sure you proxy to the OAI application as /oai. The OAI app will use the same dspace.hostname parameter from dspace.cfg, just like JSPUI and XMLUI, etc. Alan On Tue, Jun 16, 2015 at 9:33 AM Domingo Iglesias wro

Re: [Dspace-tech] Vagrant or Docker

2015-06-24 Thread Alan Orth
My opinion: deploy on a dedicated machine environment (hardware or software). Containers are "cool" but still, I haven't figured out how they fit into my workflow yet. Even for simple testing, a VM is an easier concept to grasp, rather than figuring out all the hipster devops Docker jargon, and THE

Re: [Dspace-tech] Ciphers in server.xml

2015-07-15 Thread Alan Orth
t; > > -- > Don't Limit Your Business. Reach for the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that > you need to offload your IT needs and focus on growing your business. &g

[Dspace-tech] How to find item with strange metadata value of "|||"

2015-07-30 Thread Alan Orth
Hi, I've got an strange metadata value shown in one of our XMLUI Discovery sidebar facets, and I'm not sure how to find the offending item to fix it. The value is displaying as "|||", and I've narrowed down the collection the item belongs to by navigating through my communities and looking at the

Re: [Dspace-tech] How to find item with strange metadata value of "|||"

2015-07-30 Thread Alan Orth
497E CDCF FC4B ABA3 2A1A FAEC > https://keybase.io/kshepherd > > On 30 July 2015 at 20:45, Alan Orth wrote: > >> Hi, >> >> I've got an strange metadata value shown in one of our XMLUI Discovery >> sidebar facets, and I'm not sure how to find the o

Re: [Dspace-tech] How to find item with strange metadata value of "|||"

2015-07-31 Thread Alan Orth
t, but DSpace said no changes were detected upon re-import. Hmmm. Anyone know how I could query Solr directly for this information? Alan On Fri, Jul 31, 2015 at 9:35 AM Alan Orth wrote: > Thanks for the interesting suggesting, Kim! This is happening in DSpace > 4.3. I will try to poke around

Re: [Dspace-tech] How to find item with strange metadata value of "|||"

2015-08-02 Thread Alan Orth
'author', and so on) > > Cheers! > > Kim > > M: k...@shepherd.nz > T: @kimshepherd > P: +6421883635 > > 0CCB D957 0C35 F5C1 497E CDCF FC4B ABA3 2A1A FAEC > https://keybase.io/kshepherd > > On 1 August 2015 at 01:28, Alan Orth wrote: > >> So

Re: [Dspace-tech] ant update while Tomcat running

2015-08-04 Thread Alan Orth
sourceforge.net/lists/listinfo/dspace-tech > List Etiquette: > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette > -- Alan Orth alan.o...@gmail.com https://alaninkenya.org https://mjanja.c

[Dspace-tech] Comparison of DSpace 4 and DSpace 5 PDF thumbnails

2015-08-11 Thread Alan Orth
ing DSpace 5.1, but it doesn't look like there were any thumbnail-related issues in 5.2 or 5.3. Regards, -- Alan Orth alan.o...@gmail.com https://alaninkenya.org https://mjanja.ch "In heaven all the interesting people are missing." -Friedrich Nietzsche GPG public key I

[Dspace-tech] How to update Discovery index for a specific handle?

2015-08-17 Thread Alan Orth
Hi, When I edit items in the web user interface, either by batch CSV upload or one by one in "Edit this Item", DSpace updates the Discovery indexes for the item(s) in question. Sometimes I have to make changes in SQL directly, like to delete empty metadatavalues, and as far as I know the only way

Re: [Dspace-tech] How to update Discovery index for a specific handle?

2015-08-18 Thread Alan Orth
missing > entries. > >- > > https://github.com/Georgetown-University-Libraries/batch-tools/blob/master/bin-src/dspaceBatch.sh#L282-L291 > > Background thread: > http://sourceforge.net/p/dspace/mailman/message/31838611/ > > Terry > > > On Mon, Aug 17, 2015 at

[Dspace-tech] How does wildcard behave in Discovery search filters?

2015-08-19 Thread Alan Orth
Hi, I was looking at our Discovery sidebar facet configuration and I noticed we have items using both dc.type as well as dc.type.output fields. Now I'm wondering how the following search filter configuration would behave: dc.type.* Would that capture both dc.type as well as dc.type.output, or on

Re: [Dspace-tech] How does wildcard behave in Discovery search filters?

2015-08-20 Thread Alan Orth
tmire.com > <http://atmire.com/website/?q=services&utm_source=emailfooter&utm_medium=email&utm_campaign=braml> > > > On 20 August 2015 at 08:44, Alan Orth wrote: > >> Hi, >> >> I was looking at our Discovery sidebar facet configuration and I noticed &

<    1   2