Re: [Dspace-tech] DSpace-cris

2015-05-29 Thread alastair.duncan
Hi Luigi, On both of the urls I get document not found. I've logged in as administrator and from the chrome developer tools you can see I've navigated from http://hostname /jspui/cris/administrator/rp/index.htm I've removed the hostname and ip address. Remote Address:ipaddress:80 Request

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

2015-05-29 Thread Alan Orth
I currently back up PostgreSQL and assetstore data via nightly snapshots and syncing offsite (S3, whatever), but as far as I know there's no way to atomically snapshot DSpace's Solr; ie, during the time it takes to `cp` my 8GB of Solr data, the data has changed, so the backup is not atomic and

Re: [Dspace-tech] DSpace-cris

2015-05-29 Thread Pascarelli Luigi Andrea
Hi Alastair, *Server:Jetty(9.2.9.v20150224)* Sorry, but Jetty is not fully supported by DSpace-CRIS (see http://cineca.github.io/dspace-cris/installation-stepbystep.html we suggest use of Tomcat). DSpace support Jetty but DSpace-CRIS uses an advanced configuration of the spring mvc framework

Re: [Dspace-tech] DSpace-cris

2015-05-29 Thread alastair.duncan
I had the same thought and have just installed it in Tomcat and it is up and working. Thanks for the help. Alastair From: Pascarelli Luigi Andrea [mailto:l.pascare...@cineca.it] Sent: 29 May 2015 09:56 To: Duncan, Alastair (STFC,RAL,SC) Cc: dspace-tech@lists.sourceforge.net Subject: Re:

[Dspace-tech] about handles/purl

2015-05-29 Thread Code 2 dogears
Hello everyone. I have installed dspace in my organistaion. Here dspace will be used only by organisation members. So is it necessary to install handle server (or register for handle service) or use purl? Can't I just use dspace without installing them. I am new to dspace. Please reply soon.

[Dspace-tech] Multilingual support in DSpace

2015-05-29 Thread Evgeni Dimitrov
I created a crosswalk? from a subset of dcterms to DIM (DSpace Intermediate Metadata). It works. But I don't understand something. Following the MODS_to_DIM crosswalk I have !-- dublincore spatial DC coverage.spatial -- xsl:template match=*[local-name()='spatial']

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

2015-05-29 Thread Hilton Gibson
Hi Alan With DSpace 5.2 there are scripts to do SOLR stats export/import. See: https://github.com/DSpace/DSpace/blob/master/dspace/config/launcher.xml#L248-L280 So the sooner you upgrade to 5.2, the better ;-) Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator Stellenbosch

Re: [Dspace-tech] Unable to get oai module running

2015-05-29 Thread Domingo Iglesias
Hi, I have finally get oai almost running. I have applied the patch https://github.com/DSpace/DSpace/pull/953/ and solve some dependencies problem. Now I get the following error. Any ideas? Thanks in advance java.io.IOException: com.lyncode.xoai.dataprovider.exceptions.WritingXmlException:

Re: [Dspace-tech] Getting started with UI customization: sitemap file not found

2015-05-29 Thread Murray, Gregory
You must remember you are working with source. I get that, but I was thinking that the source files are wherever you unzipped the download (on my system, ~/dspace-5.1-src-release) and that the live directory where theme files are actually read from disk at runtime would be this:

Re: [Dspace-tech] integrity error on file uploads

2015-05-29 Thread mwhite
Hi, I've encountered a problem with initial testing of a vanilla DSpace v5.2 install in the following environment: JSPUI Debian 8 OpenJDK 7U79 Maven 3.0.5 Ant 1.9.4 PostgreSQL 9.4 Tomcat 8.0.14 This appears to be the same problem reported by Donald I Macdonald a couple of months ago:

[Dspace-tech] What is the proper way to create a dspace context object.

2015-05-29 Thread Maatari
Hi, I would like to somewhat submist an item programatically. What would be the steps for it ? In the simplest scenario, i would like to create a context object and then add an item and then commit it. However i am not sure how the context object should be created. New context object would

[Dspace-tech] two form fields with same schema element and qualifier

2015-05-29 Thread Graham Faulkner
Hi there, This question relates to DS5.1 on Ubuntu using PostgreSQL. In our /dspace/config/input-forms.xml we have two drop-down fields for Faculty and Department, respectively. We want both fields to have the same element (contributor) and qualifier (affiliation), which are part of a custom

[Dspace-tech] Email logging location

2015-05-29 Thread Ben . Tech
Hi! I have a DSpace 5.1 server set up. It is able to send mail to addresses within our organization's domain. However, it doesn't seem able to send email to addresses outside our domain. For example, when registering a user email address that doesn't end with our domain's address. I think

[Dspace-tech] Possible issue with SOLR following an upgrade from 3.2 to 5.2

2015-05-29 Thread Hume, Casey
Hello, We're upgrading our existing 3.2 DSpace install to 5.2. We copied our production system into a dev environment and I was able to complete the upgrade without any issues, but upon replicating the process in production, everything has worked except that the Recent Submissions, Discovery,

[Dspace-tech] Bulk METS ingest

2015-05-29 Thread Evgeni Dimitrov
This is in DSpace 5.1. I have in directory ITEM31 mets.xml, image.jpg, thumbnail.jpg I can zip and ingest: dspace packager -s -e ed@xx -p 123456789/9 -t METS phingest_031_mets.zip This works. However when I have the same in a second directory ITEM32 and I zip both together and ingest: dspace

Re: [Dspace-tech] Odd Characters in Search Results...

2015-05-29 Thread bkelm
Andrea, thank you so much. We add this to the top of our cron job: LANG=en_US.UTF-8 We remove the corrupt text bundle and re-run the media filter: /dspace/bin/dspace filter-media -i 10177/4732 and the files look perfect. Bill K. -- View this message in context: