Re: [Dspace-tech] Upgrading dspace database, getting constraint errors

2015-08-18 Thread Shaun donovan
Hi Anton. I also noticed that you are using Postgres version 8.4. The documentation states that version 9 is a requirement. You can install version 9 on RHEL using: yum install http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-redhat94-9.4-1.noarch.rpm yum install postgresql94-server

Re: [Dspace-tech] error 550 5.7.1 unable to relay

2015-07-27 Thread Shaun Donovan
Hi Saidy. This error is due to the configuration of your SMTP server, not DSpace. The SMTP server that you configured in dspace.cfg is not configured to send email to external recipients. Fixing this will depend on the type of SMTP server that you are using (sendmail, postfix, exchange etc), a

Re: [Dspace-tech] re-using solr stats from Dspace 3.2 in Dspace 4.3

2015-07-21 Thread Shaun Donovan
Hi Lewatle You can convert and import log files from a different dspace instance using the command line tools - stats-log-converter: Convert dspace.log files ready for import into solr statistics - stats-log-importer: Import previously converted log files into solr statistics What I do is

Re: [Dspace-tech] FW: DSpace: Internal Server Error

2015-07-13 Thread Shaun Donovan
Hi Lewatle. Be careful when increasing the number of available database connections. Postgres should also be tuned when doing this. I am no expert at tuning postgres, but the following worked for me for large repositories. First, check the size of the database. You do this by using the du comm

Re: [Dspace-tech] Dspace 5.2 not displaying homepahe

2015-07-12 Thread Shaun Donovan
Dear Dr. Parthasarathi Mukhopadhyay Your log file is showing that you have not configured enough memory for DSpace to run. The documentation states: You need to ensure that Tomcat has a) enough memory to run DSpace and b) uses UTF-8 as its default file encoding for international character sup

[Dspace-tech] More DSpace 5.2 errors

2015-05-26 Thread Shaun Donovan
The images in "xmlui/themes/Mirage/images" packaged in the 5.2 distribution are also broken. Overwriting with the image directory of DSpace 5.1 fixes the problem. -- One dashboard for servers and applications across Phys

[Dspace-tech] Problems with deleting items

2015-04-12 Thread Shaun Donovan
Hello. I am experiencing problem when trying to delete items. The first is if an item is mapped to another collection. When this is the case, an exception is thrown and the item not deleted. Unmapping the item and then deleting it fixes this issue. Should this not be happening automatically on

Re: [Dspace-tech] Tomcat 7 Init scripts

2015-02-25 Thread Shaun Donovan
Hi Chris. I use Tomcat 7 on Centos. I compile JSVC to start tomcat and use the old startup script. I just need to add the tomcat-juli.jar to the script. Here is the script. To compile jsvc, cd into tomcat/bin directory and untar the commons-daemon-native.tar.gz file. Cd into commons-daemon-1.0.

[Dspace-tech] Multiple Mapping entries

2014-07-23 Thread Shaun Donovan
s to the same collection for the same item not a shortcoming in the system? Kind Regards. Shaun Donovan -- Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a

[Dspace-tech] document.ready on Mirage

2014-06-04 Thread Shaun Donovan
implemented it on document.resize as well, which works 100%. Many Thanks. Shaun Donovan -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph data

[Dspace-tech] Missing Monthly Log

2014-05-05 Thread Shaun Donovan
ate-discovery-index -b -c -o", but I know that will not help. Is there something else that I should be running? Kind Regards. Shaun Donovan. -- Is your legacy SCM system holding you back? Join Perforce May 7 to f

[Dspace-tech] Add mapping directly to the database

2014-03-18 Thread Shaun Donovan
the collection2item table, but I would like to make sure. If anybody has any knowledge of this, your input would be appreciated. Kind Regards. Shaun Donovan -- Learn Graph Databases - Download FREE O'Reilly Book &

Re: [Dspace-tech] Recent submissions external integration [SOLVED]

2014-03-11 Thread Shaun Donovan
Thanks Helix. It works a treat. I resolved the IP problem by running multiple IP addresses on the machine (I had to do this anyway as both sites must run on the same machine on port 80) and making the PHP connect to 127.0.0.1. Regards. Shaun On 03/10/2014 10:42 PM, helix84 wrote: > On Mon, Ma

[Dspace-tech] Recent submissions external integration

2014-03-10 Thread Shaun Donovan
cumentation on how to create a new aspect. I have found plenty of documentation on aspects and the whole xmlui interface, but none of them that I have found actually tell me how to do it. 2) Is there a better way to do this? I am running DSpace 3.2 using XMLUI (Mirage) and discovery is enabled.

[Dspace-tech] Error importing statistics

2014-01-29 Thread Shaun Donovan
Hi all. I am trying to import old statistics into version 3.2. I have run [dspace]/bin/dspace stats-log-converter on my log files, and it creates the intermediate file as: 20101126164959890,view_community,22,2010-11-26

Re: [Dspace-tech] Replace bitstreams in items through CLI

2012-11-02 Thread Shaun Donovan
Hi helix84 I found that it was the bitstream.size_bytes field that prevented the download from opening correctly. I changed my script to update the database with the correct filesize as well as the md5sum, and it work perfectly. Thanks for your help. Kind Regards. Shaun Donovan On 11/01

Re: [Dspace-tech] Replace bitstreams in items through CLI

2012-11-01 Thread Shaun Donovan
Thanks for the (very) fast response helix84. I actually did look at ItemUpdate. This still requires that you delete one bitstream and add another. The delete option requires a bitstream ID, which I have no way of knowing by iterating the filesystem. Unless the internal_id in the bitstream table

[Dspace-tech] Replace bitstreams in items through CLI

2012-11-01 Thread Shaun Donovan
know (I could not find it in the documentation or on the wiki). Can I simply delete the entries in the collection2item table? I realise that the best method to do this is to replace the specific bitstream through a CLI command. If anyone has any idea how I can do this, please let me know. Kin

Re: [Dspace-tech] Discovery indexing in 1.8.2

2012-10-02 Thread Shaun Donovan
Esperantolaan 4 - 3001 Heverlee - Belgium 2888 Loker Avenue East, Suite 305 - Carlsbad, CA 92010 - USA atmire.com <http://atmire.com/> - Institutional Repository Solutions On 1 October 2012 18:34, Shaun Donovan <mailto:sha...@teqcle.co.za>> wrote: Hi All I a

[Dspace-tech] Discovery indexing in 1.8.2

2012-10-01 Thread Shaun Donovan
no results returned. It is as if the dc.desctiption.abstract has not been indexed. I have also tried running {dspace-dir}/bin/dspace index-init {dspace-dir}/bin/dspace index -r -f but still no luck. Any ideas on how to make this work will be greatly appreciated. Kind Regards. Sha

[Dspace-tech] Manakin Browse List

2012-08-07 Thread Shaun Donovan
cted. Any ideas on how to fix this are greatly appreciated. Kind Regards. Shaun Donovan. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has

[Dspace-tech] Searching Provenance

2012-05-09 Thread Shaun Donovan
which tells me that provenance is not being indexed. Is there a way to make the provenance fields searchable? Any help will be greatly appreciated. Regards. Shaun Donovan -- Live Security Virtual Conference Exclusive live

Re: [Dspace-tech] change image on browser tap

2011-02-17 Thread Shaun Donovan
On Thu, 2011-02-17 at 09:28 +, dspace-tech-requ...@lists.sourceforge.net wrote: > change image on browser tap Hi Lewatle. Are you using jspui or xmlui ? -- The ultimate all-in-one performance toolkit: Intel(R) Paral

[Dspace-tech] Postgres Performance Issues on 1.6.2

2011-02-16 Thread Shaun Donovan
ailed to remove it when the web application was stopped. This is very likely to create a memory leak. These are continuously being logged. So my question is: Are there any best practises for tuning postgres for DSpace, and how can I get rid of the above error message? Many thanks. Shaun Do

Re: [Dspace-tech] JSPUI Customization

2010-11-21 Thread Shaun Donovan
Thank you for the responses. Claudia, you will see that I have put my source in [dspace-src]/dspace/modules/jspui/src/main/webapps. My problem is, what is the directory structure after webapps. I have tried all of the combinations that make sense, but none of them seem to work. Pieter. Sounds li

[Dspace-tech] JSPUI Customization

2010-11-18 Thread Shaun Donovan
Hi all. I would like to find out where I should keep my customized jsp files (layout/header-default.jsp) so that they are implemented if I rebuild the application. The Documentation states: If you wish to modify a particular JSP, place your edited version in the [dspace-source]/dspace/modules/jsp

[Dspace-tech] DSpace 1.4.2 log files not rotating properly

2009-11-27 Thread Shaun Donovan
Hi all. I am having a problem with the rotation of the log files. I have searched extensively for an answer, but have not found one that works. I am running DSpace on a Windows server 2003 machine. I have the default setup of the %DSPACE%/conf/templates/log4j.properties i.e # Set root categor