Re: [Dspace-tech] : Upload bitstream problem

2015-02-18 Thread helix84
Make sure that your [dspace]/assetstore/ directory has write access for the user your servlet container (Tomcat) runs as. Assuming that user is dspace with group dspace, you would run chown -R dspace:dspace [dspace]/assetstore/ chmod -R u+rw [dspace]/assetstore/ Regards, ~~helix84 Compulsory

[Dspace-tech] OAI Import Error

2015-02-18 Thread Daan Lessing
Good morning, We are using DSpace 4.2 When running the following command dspace-run/bin/dspace oai import -c to import SOLR Indexes it runs 100% until I get the following error; 4800 items imported so far... 4900 items imported so far... 5000 items imported so far... 5100 items

Re: [Dspace-tech] [DSpace-tech]: user profile

2015-02-18 Thread Hilton Gibson
Hi Can you supply a sample LDAP account attributes? See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/User_Management#Conduct_LDAP_search I presume this is about: http://qspace.qu.edu.qa Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch

[Dspace-tech] [DSpace-tech]: user profile

2015-02-18 Thread Nada Abo-Eita
Dears, we are experiencing problem with populating e-person profile. Once the user logged in, only email address is filled. OTH, for the others (First name, Last name, Telephone Number) are empty. ( attached profile example ) So far this is how my authentication-ldap.cfg looks like:

Re: [Dspace-tech] OAI Import Error

2015-02-18 Thread helix84
https://github.com/DSpace/DSpace/blob/dspace-4.2/dspace-oai/src/main/java/org/dspace/xoai/app/XOAI.java#L275 The problem is that the item you're indexing has a submitter with empty email field. You need to find out which item it is and correct the submitter's email. Run the import again and in

Re: [Dspace-tech] OAI Import Error

2015-02-18 Thread Hilton Gibson
Hi Daan Looking into it, I see that a scheduled job is not in the recommended crontab. https://wiki.duraspace.org/display/DSDOC4x/OAI+2.0+Server#OAI2.0Server-UsingSolr https://wiki.duraspace.org/display/DSDOC4x/Scheduled+Tasks+via+Cron Maybe the DSpace docs need updating. I am going to add the

Re: [Dspace-tech] OAI Import Error

2015-02-18 Thread Adan Roman
Good morning It semms that you have an item without submitter (or with an incorrect one). Check your database, table item, searching for it. select * from item where submitter_id not in (select eperson_id from eperson) or submitter_id is null good luck Good morning, We are using DSpace 4.2

Re: [Dspace-tech] Encryption, APIs in DSpace

2015-02-18 Thread Vikram .
The documents are related to allegations of  corruption in public offices. The requirements are such that only authorised users may view the documents. Even those with administrative access, such as DBAs (for metadata stores) and Sys Admins(assetstores) should be able to access the documents.   

[Dspace-tech] Community List

2015-02-18 Thread Fernando Casas Osorio
Regards, Can someone help me telling me as I set Communities Collections with drill drown?I hope these appear as tree but not open at all levels As I can configure DSpace to the list of communities and collections appear grouped as in this DSpace? http://dspace.mit.edu/community-list Thanks for

[Dspace-tech] Determining the approach for hosting 10+ Items on DSpace

2015-02-18 Thread Iyer M
Hello Experts, My question is to all experts running DSpace instances in various scenarios. We are looking at environment where we can populate more than 10 million of items having approx. 400 Images per item with full text. What should be approach in terms of hardware sizing and implementing

Re: [Dspace-tech] Dspace 5 with Tomcat 8 on OSX

2015-02-18 Thread helix84
Hi Daniel, that's just a very generic error in the log. Can you attach the relevant part of dspace.log? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Fwd: Pls help: Dspace migration from 1.8.2 to 5 in new setup(due to harddisk crash)

2015-02-18 Thread Tim Donohue
Hi, The log files you sent show a large number of database errors (at the beginning of the log) which look like this: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. This seems to

Re: [Dspace-tech] Fwd: Pls help: Dspace migration from 1.8.2 to 5 in new machine

2015-02-18 Thread Tim Donohue
Hi, In these DSpace logs, I'm seeing this same error over and over again: 2015-02-17 21:41:26,956 ERROR org.dspace.storage.rdbms.DatabaseManager @ SQL getDataSource Error - org.postgresql.util.PSQLException: FATAL: database dspace does not exist This error states that your database named

Re: [Dspace-tech] [Dspace-general] Customizing DSpace

2015-02-18 Thread Layale Bassil
Hello Hilton, Thank you for your prompt response. However I would like to know where I can edit this specific section: [cid:image001.png@01D04B99.5DFCEA40] Your help is very much appreciated. Regards. From: Hilton Gibson [mailto:hilton.gib...@gmail.com] Sent: Tuesday, February 17, 2015 4:47

[Dspace-tech] maven error

2015-02-18 Thread Lewatle Phaladi
Hi All, I am testing dspace-5 on test server, when I run $ mvn -U clean package I get the following errors, any suggestions is welcome. [INFO] Scanning for projects... [ERROR] The build could not read 1 project - [Help 1] [ERROR] [ERROR] The project org.dspace:dspace:5.0

Re: [Dspace-tech] [Dspace-general] Customizing DSpace

2015-02-18 Thread Hilton Gibson
Hi Layale See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/M1/Page_Content#Customise_the_front_page_introduction Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa

[Dspace-tech] Dspace 5 with Tomcat 8 on OSX

2015-02-18 Thread Daniel Sifton
Hi, I'm trying to set up a sandbox with Dspace 5 on OSX [yosemite] from Peter Dietz’ great instructions at https://wiki.duraspace.org/pages/viewpage.action?pageId=55904164. I can't seem to get Tomcat 8 started (and in truth I don't know much about Tomcat]. I've attached a bit of the