Re: [Dspace-tech] Strange build behaviour

2012-06-21 Thread DSpace @ Lyncode
Hi, that could happen if you are running mvn package at the wrong directory, more properly at the [DSPACE-SOURCE]/dspace/. Using the dspace 1.8.2 source version, mvn package must be called from the root directory, that is, [DSPACE-SOURCE]/. On 21 June 2012 06:21, Gary Browne

Re: [Dspace-tech] epub

2012-06-21 Thread Van der Westhuizen, Ansie
This message (and attachments) is subject to restrictions and a disclaimer. Please refer to http://www.unisa.ac.za/disclaimer for full details. Hello Alain If you have an ebook app on your tablet you can save it from Dspace to your e-books and it displays

[Dspace-tech] DSpace not searching

2012-06-21 Thread amutsikiwa
Hi all, I have recently restored my DSpace instance. I am on Dspace 1.8.2. I can browse but I cannot search. Whatever search I do I am getting the Search produced no results. My DSpace instance is publicly available on http://ir.uz.ac.zw Regards, Admire Mutsikiwa University of

Re: [Dspace-tech] DSpace not searching

2012-06-21 Thread helix84
On Thu, Jun 21, 2012 at 11:40 AM, amutsikiwa amutsik...@uzlib.uz.ac.zw wrote: I have recently restored my DSpace instance. I am on Dspace 1.8.2. I can browse but I cannot search.  Whatever search I do I am getting the “ Search produced no results”. My  DSpace instance is publicly available on

Re: [Dspace-tech] Sword 2 with Dspace

2012-06-21 Thread Wellaway, Ian
FYI, we've fixed this issue. The way our server is set up required a proxy entry in one of the http files. Ian Wellaway Senior System Support Development Officer - Academic Systems (Room 911) Wednesdays only Technical Developer, Open Exeter - Infrastructure Systems (Room 54)

Re: [Dspace-tech] Sword 2 with Dspace

2012-06-21 Thread helix84
On Thu, Jun 21, 2012 at 2:06 PM, Wellaway, Ian i.j.wella...@exeter.ac.uk wrote: FYI, we’ve fixed this issue. The way our server is set up required a proxy entry in one of the http files. Good to hear that. Can you please be more specific to help any potential visitors of this thread from the

Re: [Dspace-tech] XMLWorkflow in DSpace 1.8.x

2012-06-21 Thread Jason Stirnaman
Much clearer That should help. On 6/20/2012 at 05:32 PM in message CAMA9Da4s5_L3ffJWqf1nLO95FoXoTZZVr02mJb0Yegmfz1...@mail.gmail.com Mark Diggory mdigg...@atmire.com wrote: Jason

Re: [Dspace-tech] Enabling Sword 2 with Dspace

2012-06-21 Thread Wellaway, Ian
Yes of course. To enable Sword v2, in Dspace 1.8 we did the following: 1) Defined an extra context path in /opt/tomcat/conf/server.xml !-- DEFINE A CONTEXT PATH FOR DSpace swordv2 -- Context path=/swordv2 docBase=/opt/dspace/webapps/swordv2 debug=1 reloadable=true

Re: [Dspace-tech] Strange build behaviour

2012-06-21 Thread Tim Donohue
As Lyncode implies, as of DSpace 1.8.x there are now two build options: 1. Running Maven from [dspace-source] (root directory) rebuilds *everything* 2. Running Maven from [dspace-source]/dspace/ (dspace subdirectory) only reapplies recompiles Maven Overlays (i.e. it only compiles code in

[Dspace-tech] issues in ldap connectivity

2012-06-21 Thread AMJAD USMAN
Dear Community Members I am using dspace 1.6 jspui on windows server 2008 R2.i am trying to connect dspace to my local ldap server.My ldap server needs anonymous binding.Moreover, the hierarchy of users in my local ldap is as under:*- dc=myUni,

Re: [Dspace-tech] issues in ldap connectivity

2012-06-21 Thread helix84
Hi Amjad, make sure you use the LDAPHierarchicalAuthentication plugin, not LDAPAuthentication. This should get you started: config/modules/authentication.cfg: plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \ org.dspace.authenticate.LDAPHierarchicalAuthentication, \

Re: [Dspace-tech] issues in ldap connectivity

2012-06-21 Thread helix84
On Thu, Jun 21, 2012 at 5:30 PM, helix84 heli...@centrum.sk wrote: config/modules/authentication.cfg: This was a mistake, it's all in dspace.cfg. Regards, ~~helix84 -- Live Security Virtual Conference Exclusive live

Re: [Dspace-tech] issues in ldap connectivity

2012-06-21 Thread AMJAD USMAN
Hi Helix, All my settings are same as you mentioned. Yet still it does not work giving error incorrect username and password. I am studying Stuart Lewis Blog regarding this. There somebody has mentioned that anonymous binding needs ldap_user_filter=uid=%USERNAME%. RegardsAmjad From:

Re: [Dspace-tech] issues in ldap connectivity

2012-06-21 Thread helix84
On Thu, Jun 21, 2012 at 5:46 PM, AMJAD USMAN amjad...@hotmail.com wrote: All my settings are same as you mentioned. Yet still it does not work giving error incorrect username and password. That could be coming from two places. Either the initial bind fails, which you said should be anonymous,

[Dspace-tech] Problem with the encoding UTF-8

2012-06-21 Thread Walter Blandón
Hi all. I have a problem with the encoding for display data in web browsers. This is the context 1) In Fedora 16. LANG=es_CO.UTF-8 SUPPORTED=es_CO.UTF-8:es_CO:es 2) In Tomcat. I added in [TOMCAT]/conf/server.xml next labels in connector port: useBodyEncodingForURI=true URIEncoding=UTF-8

Re: [Dspace-tech] Strange build behaviour

2012-06-21 Thread Gary Browne
Oops! Thanks to both of you for your help. Next time I'll RTFM. Gary -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: Friday, 22 June 2012 1:03 AM To: Gary Browne Cc: DSpace @ Lyncode; dspace-tech Tech Subject: Re: [Dspace-tech] Strange build behaviour

[Dspace-tech] OAI feed not processing correctly

2012-06-21 Thread Ben Ryan
Hi, I am attempting to harvest from an OAI feed and am getting some strange results. An example record from the feed is: record header identifieroai:generic.eprints.org:9/identifier identifierhttp://humbox.ac.uk/9//identifier

[Dspace-tech] Sword V2 403 error

2012-06-21 Thread Ben Ryan
Hi, I am changing to use Sword V2 and have attempted to upload a ZIP using the following command CURL E:\dev\utils\curl-7.23.1-win64\curl -i --data-binary @example.zip -H Content-Disposition: filename=myDSpaceMETSItem.zip -H Content-Type: application/zip -H X-Packaging:

[Dspace-tech] OAI feed not processing correctly

2012-06-21 Thread Ben Ryan
Hi, I am attempting to harvest from an OAI feed and am getting some strange results. An example record from the feed is: record header identifieroai:generic.eprints.org:9/identifier identifierhttp://humbox.ac.uk/9//identifier

[Dspace-tech] OAI harvest not processing dc.identifier.uri correctly

2012-06-21 Thread Ben Ryan
Hi, I have attempted to harvest from an OAI feed and having some problems processing the dc.identifier.uri field. An example record from the feed is: record header identifieroai:generic.eprints.org:9/identifier identifierhttp://humbox.ac.uk/9//identifier