Re: [Dspace-tech] ERROR OAI/request

2015-02-25 Thread . .
Hello again, I have looked if there is an item without submitter, with sql query: select * from item where submitter_id not in (select eperson_id from eperson) or submitter_id is null But there is no record. I have run the [dspace] / bin / dspace oai import -o -c -v command and was executed

[Dspace-tech] Search Issue after 1.7.1 to 1.8.3 Upgrade on Windows

2015-02-25 Thread Cameron, Jacob
Hello Everyone, I'm at a loss as to why our search dspace search has started defaulting to www.uleth.ca/searchhttp://www.uleth.ca/search instead of http://www.uleth.ca/dspace/discover after upgrading from 1.7.1 to 1.83 last week. It used to go to the right place but since upgrading, I've had

[Dspace-tech] swordv2 multipart tittle metadata

2015-02-25 Thread Leandro Pujol
Hello, sorry for my english, im trying to submitting items with files through Swordv2. I can send the item in a multipart request(from java), but in the dspace item metadata it saves the title field twice. One with the title i sended, and another with the title Untitled [filename]. I have to send

[Dspace-tech] tomcat 7 stop/start script for dspace

2015-02-25 Thread Chris Gray
I've been able to find /etc/init.d scripts for tomcat 7, but they run tomcat as root and dspace needs tomcat to run as the dspace user. Is the necessary script documented somewhere? If it is, I'm not finding it. Thanks, Chris

[Dspace-tech] dspace filter-media -n does not seem to work - bug?

2015-02-25 Thread Mark Ehle
When I run dspace filter-media -n (so as not to reindex per https://wiki.duraspace.org/display/DSDOC5x/Mediafilters+for+Transforming+DSpace+Content) I get this: Exception: Unrecognized option: -n org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -n at

Re: [Dspace-tech] DSpace 5 application not showing

2015-02-25 Thread Lewatle Phaladi
Hi Euler, Thanks I am trying it now. Regards, Lewatle -Original Message- From: euler [mailto:esne...@seafdec.org.ph] Sent: 23 February 2015 04:20 PM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] DSpace 5 application not showing Hello Lewatle, Have you tried

[Dspace-tech] Enable Thumbnail Preview in Recently Added

2015-02-25 Thread Bobby
Hi Guys.. I have thumbnail preview working for items.. using the xpdf way.. I was wondering if there is a way I could make recently added item list on dspace to also display thumbnails like we have on this page https://atmire.com/preview/ .. could anyone please direct me on how to make this

[Dspace-tech] DSpace 5 - Embargo lift date - message to administrator

2015-02-25 Thread Cadmus, Mail Account
Hello A question regarding the Embargo lift date of DSPace 5 (XMLUI) – even if we are still on 1.8.2 (XMLUI) . When the lifter discovers an item whose lift date is in the past, it removes (lifts) the embargo. I read in available DSpace 5 manual that you will be able ” to send an email to an

[Dspace-tech] Full Text Searching in DSpace 3.3

2015-02-25 Thread Brett Arno
Hello, We recently upgraded from DSpace 1.7.2 to DSpace 3.3 and now our search function no longer is searching full text where it was before. I can't seem to find any configuration differences between the two versions in our setup that should be affecting this. We have Discovery enabled and

[Dspace-tech] Solr and IP authentication

2015-02-25 Thread Stefanie Behnke
Dear all, I am using Dspace 3.1 with XMLUI. I have inserted the patch, described at https://github.com/DSpace/DSpace/pull/632/files but got the ERROR message in dspace.log: ERROR org.dspace.statistics.SolrLogger @ Failed DNS Lookup for IP: hidden And although the IP address (here:

Re: [Dspace-tech] ERROR OAI/request

2015-02-25 Thread Hilton Gibson
Hi Just a hunch, if you are using a Linux server. Check the file permissions of the folders housing the OAI data. I believe they are: $HOME/var/oai and $HOME/solr/oai Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch University Private Bag

Re: [Dspace-tech] tomcat 7 stop/start script for dspace

2015-02-25 Thread Hilton Gibson
Hi Chris With an Ubuntu server, check: /etc/default/tomcat7 Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646 4758 On 24 February 2015 at

Re: [Dspace-tech] tomcat 7 stop/start script for dspace

2015-02-25 Thread Chris Gray
Since there was a problem with the mail list server at sourceforge I got impatient and went to the IRC channel. I'll report here how I got up and running on Ubuntu 14.04 LTS thanks to tdonohue with help from mhwood. I had done a tomcat7 install from tarball, but I'm now using the Ubuntu

[Dspace-tech] Statistics missing in dspace 4.2

2015-02-25 Thread RICARDO EITO BRUN
Hi, I am having a problem with the Solr statistics. I moved the statistics/data/index files from one dspace instance to another. Now it is not possible to see any data, even when I recover the original statistics/data/index files. Is there any choice to import statistics from one dspace to

Re: [Dspace-tech] Statistics missing in dspace 4.2

2015-02-25 Thread emilio lorenzo
Hi, some remarks: The copy of SOLR indexes must be made with Tomcat stopped the version of SOLR cores must be compatible (near versions are OK) Moving SOLR statistics from one instance to another is the same procedure that the one described to migrate dspace versions (except that you actually

[Dspace-tech] 5.1 source tarball has DOS line ends in some files

2015-02-25 Thread Chris Gray
In the source tarball for 5.1, the script file dspace/bin/dspace has DOS line ends so it can't run on Linux. Instead you get an error to the effect that the application /bin/sh^M can't be found. Chris -- Dive into the

[Dspace-tech] DSpace migration from 1.6.2 to 3 or 5 in new setup (due to harddisk crash)

2015-02-25 Thread इन्‍दु भूषण Indu Bhushan
Apache Maven *3.0.5* , Java version: 1.8.0_31, Apache Ant(TM) version 1.8.2 , postgres (PostgreSQL) 9.0.3, Linux RHEL 5, backup of sql database and assetstore. assetstore is some days older then database. I had added some bibliographic field and thumbnail creation.I have no backup of dspace.cfg.

Re: [Dspace-tech] Enable Thumbnail Preview in Recently Added

2015-02-25 Thread euler
Hi Bobby, In your dspace.cfg, look for the line xmlui.theme.mirage.item-list.emphasis. The default value for this is metadata, so change it to file and make sure to uncomment it. Save dspace.cfg and restart your tomcat. Regards, euler -- View this message in context: