[Dspace-tech] submission

2015-07-08 Thread Saidy Binta
Hi All, Please I got the error : unable to load submission information since workspaceID (ID:S28) is not a valid in-process submission. The error ocurr went I try submitting more than 6 files in an item. Well really appreciate the help. BR Binta DISCLAIMER:

Re: [Dspace-tech] Assistance

2015-07-08 Thread Daniel Francis
Dear all, We want to implement DSPACE but can we know if DSPACE can do the following: Can we connect several documents to one documentgroup? Can we make a selection to browse by selecting a label? Can we use the Google document viewer? Regards, Daniel.

Re: [Dspace-tech] Index Authority error

2015-07-08 Thread Hilton Gibson
Hi Lewatle, Check: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Researcher_Identification/5.X/ORCID#PLEASE_NOTE : Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator Stellenbosch University Library http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html On 8 July 2015 at 12:43,

[Dspace-tech] blank web pages after upgrading dspace

2015-07-08 Thread Lewatle Phaladi
Hi All, I am getting blank pages after upgrading dspace 3.2 to 5.2 followed all the steps done on development system, the following is the contents of dspace log file : cat ../log/dspace.log.2015-07-08 | tail -n 100 at

[Dspace-tech] Failing to view upload files

2015-07-08 Thread Admire Mutsikiwa
Hi I have installed Dspace 5.2 on my test server accessible on the intranet. I have uploaded a document onto the Dspace system but one cannot view it when they click Open or View. On accessing the logs, I am seeing the following message in the logs 2015-07-08 09:56:55,731 INFO

Re: [Dspace-tech] blank web pages after upgrading dspace

2015-07-08 Thread Hilton Gibson
Hi Lewatle, Check the number of DB connections as per: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Optimisations/Database Also check the system variables are per: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S06 Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator

Re: [Dspace-tech] Disable Handle?

2015-07-08 Thread Claudia Jürgen
Hello Shannon, yes this is possible. Take a look at [dspace]/config/dspace.cfg # Handle settings ## # Canonical Handle URL prefix # # By default, DSpace is configured to use http://hdl.handle.net/ # as the canonical URL prefix when generating dc.identifier.uri # during submission, and in

Re: [Dspace-tech] blank web pages after upgrading dspace

2015-07-08 Thread euler
Hi Lewatle, Did you try stopping and restarting Postgres? Regards, euler -- View this message in context: http://dspace.2283337.n4.nabble.com/blank-web-pages-after-upgrading-dspace-tp4678729p4678738.html Sent from the DSpace - Tech mailing list archive at Nabble.com.

Re: [Dspace-tech] bundle.isEmbargoed

2015-07-08 Thread Tim Donohue
Hi Monika, I don't recall such a method, and I'm not seeing one on the version 1.8 Bundle class: https://github.com/DSpace/DSpace/blob/dspace-1_8_x/dspace-api/src/main/java/org/dspace/content/Bundle.java Perhaps this was something custom you added? In any case, Embargoes in 5.x are now

Re: [Dspace-tech] Failing to view upload files

2015-07-08 Thread Mark H. Wood
On Wed, Jul 08, 2015 at 10:01:09AM +0200, Admire Mutsikiwa wrote: I have installed Dspace 5.2 on my test server accessible on the intranet. I have uploaded a document onto the Dspace system but one cannot view it when they click Open or View. On accessing the logs, I am seeing the following

Re: [Dspace-tech] blank web pages after upgrading dspace

2015-07-08 Thread Lewatle Phaladi
Hi Euler, No I didn't. Regards, Lewatle -Original Message- From: euler [mailto:esne...@seafdec.org.ph] Sent: 08 July 2015 02:52 PM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] blank web pages after upgrading dspace Hi Lewatle, Did you try stopping and restarting

[Dspace-tech] Multiple pairs of dc.rights, dc.rights.uri

2015-07-08 Thread Mark H. Wood
I was working on the crosswalk that generates DataCite metadata for DOI submissions through EZID, and saw a potential problem. So long as an Item has one value each for dc.rights and dc.rights.uri, it's easy enough to compose a rights rightsURI='foo'bar/rights element. But I don't think there is

[Dspace-tech] Index Authority error

2015-07-08 Thread Lewatle Phaladi
dspace@dspaceserv:~/install/dspacefivepoint2/bin$ ./dspace index-authority Cannot index authority values since the configuration isn't valid. Check dspace logs for more information. table width=100% border=0 cellspacing=0 cellpadding=0 style=width:100%; tr td align=left

[Dspace-tech] Creating a build path/classpath in Eclipse for DSpace

2015-07-08 Thread Terry Brady
Do you all have any tips for creating a proper build path for the DSpace code base in Eclipse? My current process is very clumsy. I run the maven build and then I add jar files from the target directories until all of the dependency errors disappear. Is there an easier process to follow?