[Dspace-tech] Add reason for rejection in DSpace

2015-03-17 Thread Durga Prasad
Can somebody tell me how to add reason of rejection to submitters home page or remove the reason part itself from the reviewers page. -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Inte

Re: [Dspace-tech] Flyway Migration Error

2015-03-17 Thread Brian Freels-Stendel
Oh, man, that's completely my fault. You'll need to also remove the constraint $metadatavalue_item_id_fkey. That's just a piece of dross put in by my from-memory, incorrect attempt at the rename. After that's deleted, the migration should be able to continue. B-- From: Keith Jones [mailto:m

Re: [Dspace-tech] Flyway Migration Error

2015-03-17 Thread Keith Jones
Brian, Thanks for the information, I've made some headway but I'm not getting a different error: I ran the dspace databse info whith these results: Database URL: jdbc:postgresql://localhost:5432/dspace Database Schema: public Database Software: PostgreSQL version 9.4.0 Database Driver: PostgreSQ

Re: [Dspace-tech] Flyway Migration Error

2015-03-17 Thread Brian Freels-Stendel
Hi, I was wrong in the new name: it should not have a $ in front of it, just metadatavalue_item_id_fkey In a very old version of SQLManager, this is the SQL it says it's going to run: ALTER TABLE "public"."metadatavalue" DROP CONSTRAINT "$1" RESTRICT; ALTER TABLE "public"."metadatavalue" A

Re: [Dspace-tech] Flyway Migration Error

2015-03-17 Thread Keith Jones
Brian, Thanks for the reply. UI used both of the lines you provided in and each time postgres said the table was altered, but when I ran the migration tool again I was meet with the same error. Keith On Tue, Mar 17, 2015 at 3:38 PM, Brian Freels-Stendel wrote: > Hi Keith, > > > > You'll need

Re: [Dspace-tech] Flyway Migration Error

2015-03-17 Thread Brian Freels-Stendel
Hi Keith, You'll need to update the foreign key constraint. My bet is that it's named "$1" right now, but it needs to be named "metadatavalue_item_id_fkey". I think the SQL would be "alter table metadatavalue drop constraint '$1';" followed by "alter table metadatavalue add constraint '$meta

[Dspace-tech] Flyway Migration Error

2015-03-17 Thread Keith Jones
Hi All, I'm currently attempting to upgrade from dspace version 3.2 to dspace version 5.1 but I'm getting a java.sql.SQLException which is leading to a black page: Here's what I have installed OS : Solaris Java: 1.7.0_11 Maven: 3.2.3 Ant: 1.8.2 Postgres: 9.4 Tomcat: 7.0.34 I'm able to both buil

Re: [Dspace-tech] OAI server could not be reached in DSpace 5.2

2015-03-17 Thread Stuart Yeates
Is dspace running on a corporate or institutional network that has a firewall? Almost certainly the issue is that there is a firewall / proxy between dspace and the OAI server. cheers stuart -- I have a new phone number: 04 463 5692 From: Ruben Sent: Wednesd

[Dspace-tech] OAI server could not be reached in DSpace 5.2

2015-03-17 Thread Ruben
Hi all, I installed a new DSpace 5.2 with Mirage2 and now is running with a database upgraded from DSpace 1.7. All works well except OAI harvesting, which when I try to enter OAI Harvest URL and OAI Set Id and save it, shows the message "OAI server could not be reached". I tried to run dspace

[Dspace-tech] Modules?

2015-03-17 Thread Borda, Susan
Hi- Does anyone use the "Modules" option for advanced configuration? I was wondering if that's where I should be putting a copy of dspace.cfg, discovery.xml and messages.xml after I modify the facets and filters? Thanks, susan -

Re: [Dspace-tech] Adding names for Configurable Workflow steps

2015-03-17 Thread Durga Prasad
Hilton Gibson, I think I have found out the solution. At least it works fine for me ! What I wanted was to change(add) name to the workflow steps in XMLWorkflow. I edited this in the file messages.xml located at* /usr/local/apache-tomcat-x.x.x/webapps/xmlui/WEB-INF/classes/aspe

Re: [Dspace-tech] dspace 5.1 install in ubuntu

2015-03-17 Thread Hilton Gibson
Hi Shiren Perhaps this will help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/DSpace 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 47

[Dspace-tech] dspace 5.1 install in ubuntu

2015-03-17 Thread shiren ahmed
i need to Installation Instructions dspace 5.1 on ubuntu In detail -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for

Re: [Dspace-tech] Adding names for Configurable Workflow steps

2015-03-17 Thread Hilton Gibson
Hi Durga Perhaps this will help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Submission_System 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

[Dspace-tech] Adding names for Configurable Workflow steps

2015-03-17 Thread Durga Prasad
Where can I add names for steps that are defined by custom, which config file should I edit, currently I get them as xmlui.XMLWorkflow.selectSingleReviewer.singleUserReviewStep.claimaction

Re: [Dspace-tech] main servlet for url pattern: dspaceurl.com/*

2015-03-17 Thread Pablo Buenaposada
up -- View this message in context: http://dspace.2283337.n4.nabble.com/main-servlet-for-url-pattern-dspaceurl-com-tp4676559p4677050.html Sent from the DSpace - Tech mailing list archive at Nabble.com. -- Dive into the

Re: [Dspace-tech] Item Submission Form & Solr Statistics!

2015-03-17 Thread Sean Carte
On 16 March 2015 at 18:42, Nada Abo-Eita wrote: > > Does any one have an idea why it shows only 46 as archived ? > Those 46 items were archived between Mar. 2 and Mar. 14. Check your start.year and start.month in dstat.cfg. Sean -- --

Re: [Dspace-tech] Mirage2 default XMLUI Theme

2015-03-17 Thread Hilton Gibson
Hi All My 2c worth, perhaps if the Mirage 2 theme did not have to be backwards compatible with Mirage 1 then all the XSLT transforms in Mirage 2 could be normalised against the bootstrap CSS framework. This should reduce the "compile and dependencies" burden as far as I understand it. Mirage 2 sho

Re: [Dspace-tech] Mirage2 default XMLUI Theme

2015-03-17 Thread Lewatle Phaladi
Dear Andrea and Tim, Thanks for all your replies they are much helpful, and yes Andrea I am asking if is possible for all dependencies to be included on maven step just the way it was on default Maven. Regards, Lewatle -Original Message- From: Andrea Schweer [mailto:schw...@waikato.ac

Re: [Dspace-tech] dspace install problem

2015-03-17 Thread Hilton Gibson
Hi Shiren Your email is vague, it is the same as saying "my car will not start", there could be many reasons for the car not to start. If using English is a problem, try reading this first: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Troubleshooting Cheers hg *Hilton Gibson* Ubuntu Linux Sys

[Dspace-tech] dspace install problem

2015-03-17 Thread shiren ahmed
hello for all, i installed dspace-5.1 in my pc and try localhost:8080/jspui but is not working please help me ? thanks. -shiren. -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel an