[Dspace-tech] I: Embargo

2014-07-10 Thread Massimiliano Cilurzo
Hi, I’d like to know even if it is possible to change the date of an embargo on an item after that it is submitted. Thanks Massimiliano Cilurzo Da: Massimiliano Cilurzo [mailto:mcilu...@unisa.it] Inviato: giovedì 10 luglio 2014 12:00 A: dspace-tech@lists.sourceforge.net Oggetto: [Dsp

Re: [Dspace-tech] mvn installation problems with 4.1

2014-07-10 Thread Sean Carte
On 11 July 2014 07:31, Sean Carte wrote: > I'll let you know the outcome, but I expect it to work smoothly. > [INFO] BUILD SUCCESS [INFO] [INFO] Total time: 30:32.066s [INFO] Finished at: Fri Jul 11 07:55:18 SAST 2014 [INFO

Re: [Dspace-tech] mvn installation problems with 4.1

2014-07-10 Thread Sean Carte
On 10 July 2014 19:59, Tim Donohue wrote: > What version of Maven are you using? (NOTE: DSpace requires Maven 3) Have > you made any other customizations to the DSpace pom.xml? > > I'm not able to replicate this issue with Maven 3.0.4, Java 7 and DSpace > 4.1 (well, more accurately the "dspace-4_

Re: [Dspace-tech] Gmail Configuration in Dspace 4.1

2014-07-10 Thread royopa
Hi Vinay Please, test the e-mail configurations with command: [dspace]/bin/dspace test-email Sometimes the problem is in connection with Gmail (the Gmail block the connection with DSpace) and not with DSpace configuration. Regards Rodrigo On 10 July 2014 08:39, Vinay Kumar Sharma wrote: > D

[Dspace-tech] DSPACE startup error

2014-07-10 Thread Monika Mevenkamp
after merging some changes into my production branch after a successful mvn package and ant update I get the following mysterious error when I dodspace/bin/dsapace test-database I get the error Failed to startup the DSpace Service Manager: failure starting up spring service manager:

Re: [Dspace-tech] DSpace 4.1 Installation On Mac

2014-07-10 Thread Peter Dietz
Hi Odili, Check out this updated guide for getting started with DSpace on OSX. https://wiki.duraspace.org/pages/viewpage.action?pageId=55904164 The command your looking for needs the full path, thus: /dspace/bin/dspace create-administrator Some shorthand that you'll find in the documentation is:

Re: [Dspace-tech] mvn installation problems with 4.1

2014-07-10 Thread Tim Donohue
Hi Sean, What version of Maven are you using? (NOTE: DSpace requires Maven 3) Have you made any other customizations to the DSpace pom.xml? I'm not able to replicate this issue with Maven 3.0.4, Java 7 and DSpace 4.1 (well, more accurately the "dspace-4_x" branch in GitHub, which is pre-4.2).

Re: [Dspace-tech] Hide "show full item record" link unless authenticated

2014-07-10 Thread Terry Brady
The following test will indicated if a user has been authenticated. If you add "?XML" to your item summary display page, you will see the following markup. Mult bitstreams with SIP xmlui.ArtifactBrowser.ItemViewer.show_full You should be able to add a template to conditionally display t

Re: [Dspace-tech] DSpace-tech Digest, Vol 99, Issue 12

2014-07-10 Thread Peter Dietz
Hi Mónica, Keep in mind that DSpace 4 deprecates the lucene index, meaning you probably want to stop using Lucene, and instead switch over to using Discovery/Solr as your main index. (The codebase for DSpace 4 still contains code for the lucene index, so you _could_ continue to use it, but it has

Re: [Dspace-tech] Hide "show full item record" link unless authenticated

2014-07-10 Thread Peter Dietz
Hi Anna, I'm thinking the best way to do this would be to customize https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/artifactbrowser/ItemViewer.java#L289 to make a conditional that checks if the user is authenticated. String link = co

[Dspace-tech] Hide "show full item record" link unless authenticated

2014-07-10 Thread Anna Goslen
Hi all, I would like to hide the "show full item record" link on the item record unless the user is authenticated. We are using DSpace 3.1 with XMLUI, Mirage theme. Thanks for any help anyone can provide! Anna -- Open s

Re: [Dspace-tech] DSpace-tech Digest, Vol 99, Issue 12

2014-07-10 Thread Mónica Osejos
Please anyone knows how to fix the problem? Caching is not supported by the ItemCountDAOSolr as it is not really needed, Solr is faster! My exact same thing happens to me I get that message to xecute "lucene-index-init", please your help Mónica > Message: 2 > Date: Thu, 3 Jul 2014 10:58:00 -0

[Dspace-tech] Label translated on DRI schema but not translated on page source

2014-07-10 Thread Manuela Klanovicz Ferreira
Hello! I add a list to be translated in DSpace using Java. The list is translated on DRI schema, but is not translated on the page source. See bellow. How can be possible something be translated on DRI and not be translated on source page? Here (https://wiki.duraspace.org/display/DSPACE/Manakin+

[Dspace-tech] Bad search input breaks discovery, browse

2014-07-10 Thread Anthony Petryk
Hello, DSpace 4.0 JSPUI. When using search or browse, entering certain characters causes an Internal Server Error: - Discovery: Any search with an open parenthesis but no closing parenthesis (or vice versa). For example: 1) indian ocean. - Discovery: Any search with the em

Re: [Dspace-tech] mvn installation problems with 4.1

2014-07-10 Thread Hilton Gibson
Its gone: https://oss.sonatype.org/content/groups/sourceforge/org So everybody trying to build a new 4.1 DSpace is (put polite word here)! *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel:

Re: [Dspace-tech] mvn installation problems with 4.1

2014-07-10 Thread Sean Carte
On 10 July 2014 14:09, Sean Carte wrote: > On 10 July 2014 13:58, Adan Roman wrote: > >> Maven is still trying through http. >> are you sure you deleted the. m2? >> try: >> "cd" >> "rm -fr .m2" >> >> and maven again >> > > You're right, thanks Adan (and Ruben)! > > dspace@dspace:~/dspace-4.1-src

Re: [Dspace-tech] mvn installation problems with 4.1

2014-07-10 Thread Mark H. Wood
On Thu, Jul 10, 2014 at 10:48:41AM +0200, Hilton Gibson wrote: > Hi Ruben > > Is this a bug? https://jira.duraspace.org/browse/DS-1961 This is fixed in DSpace 3.3, 4.2 (unreleased) and 5.0 (unreleased). -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly.

Re: [Dspace-tech] DSpace 4.1 slow to submit/edit/delet item

2014-07-10 Thread Bram Luyten
Hi, we think we found the source of this problem and have proposed a solution: https://jira.duraspace.org/browse/DS-2060 best regards, Bram -- [image: logo] *Bram Luyten* +1 202 684 6365 *2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010* *Esperantolaan 4, Heverlee 3001, Belgium* www.atmi

Re: [Dspace-tech] Discovery DSpace not updated counter items automatically after removing items.

2014-07-10 Thread Bram Luyten
You are likely suffering from this issue: https://jira.duraspace.org/browse/DS-2060 The JIRA ticket contains the proposed solution as well. with kindest regards, Bram Luyten -- [image: logo] *Bram Luyten* +1 202 684 6365 *2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010* *Esperantolaan 4

Re: [Dspace-tech] Discovery DSpace not updated counter items automatically after removing items.

2014-07-10 Thread royopa
Hi The problem is not resolved, look assunto "Administração financeira [3]": http://ec2-54-191-111-217.us-west-2.compute.amazonaws.com:8080/xmlui/browse?type=subjec

Re: [Dspace-tech] How translate "View More" in Discovery DSpace 4.1 in initial page from repository?

2014-07-10 Thread helix84
On Thu, Jul 10, 2014 at 1:40 PM, royopa wrote: > > Hello, I am unable to translate the string View More which is below recent submissions, Messages checked the file and found the corresponding key. > > Would anyone help me how to translate that part of the page? Try translating this key: View

Re: [Dspace-tech] mvn installation problems with 4.1

2014-07-10 Thread Sean Carte
On 10 July 2014 13:58, Adan Roman wrote: > Maven is still trying through http. > are you sure you deleted the. m2? > try: > "cd" > "rm -fr .m2" > > and maven again > You're right, thanks Adan (and Ruben)! dspace@dspace:~/dspace-4.1-src-release$ cd dspace@dspace:~$ rm -rf .m2/ dspace@dspace:~$ c

Re: [Dspace-tech] Discovery DSpace not updated counter items automatically after removing items.

2014-07-10 Thread helix84
On Thu, Jul 10, 2014 at 1:46 PM, royopa wrote: > > I have a problem in my DSpace 4.1 - Discovery, when I delete a few items from > the collection the item counter is not being updated. > > The subject "Administração financeira" is showing 3 items, but I remove a > item, then the counter should s

Re: [Dspace-tech] mvn installation problems with 4.1

2014-07-10 Thread Adan Roman
Hi Maven is still trying through http. are you sure you deleted the. m2? try: "cd" "rm-fr .m2" and maven again regards On 10/07/2014 13:44, Sean Carte wrote: Downloading: http://oss.sonatype.org/content/groups/sourceforge//org/sonatype/oss/oss-parent/3/oss-parent-3.pom -- --- Este mensa

Re: [Dspace-tech] mvn installation problems with 4.1

2014-07-10 Thread Sean Carte
On 10 July 2014 10:15, Ruben wrote: > > I had a similar problem and today I find the solution. I'm working on > DSpace 3.2 and days ago when I tried to compile it, I saw a problem with > http://oss.sonatype.org/content/repositories/releases/ and his resources. > Searching for the fix, I found the

Re: [Dspace-tech] DSpace 4.1 Installation On Mac

2014-07-10 Thread Odili Charles Opute
Thanks for the update. I just tried it again and I still got -bash: dspace: command not found can this prevent the xmlui or jspui from working in a servlet container ? On Thu, Jul 10, 2014 at 10:16 AM, royopa wrote: > Hi > > Check the file [dspace-source]/build.properties. to verify the righ

[Dspace-tech] Embargo

2014-07-10 Thread Massimiliano Cilurzo
Dear all, We have DSPACE 4.1, I would like to know if it is possible to add embargo to an item that is without it. I tried to modify an item but in the administrator tools there isn't the possibility to add embargo. Could you help me? Thanks Best regards Massimiliano Cilurzo -

Re: [Dspace-tech] DSpace 4.1 Installation On Mac

2014-07-10 Thread royopa
Hi Check the file [dspace-source]/build.properties. to verify the right folder from DSpace instalattion. After go to the folder and execute the command ./bin/dspace create-administrator. Regards Rodrigo On 10 July 2014 02:21, Odili Charles Opute wrote: > I am trying to install DSpace 4.1

Re: [Dspace-tech] Gmail Configuration in Dspace 4.1

2014-07-10 Thread royopa
Hi Vinay Try remove the line "mail.server.port = 25", see the article: http://blog.stuartlewis.com/2009/09/05/using-gmail-with-dspace/ Hilton I find it interesting to put this information in the DSpace documentation, which category do you suggest? InstallingDSpace->Advanced Instalation->Using

Re: [Dspace-tech] Gmail Configuration in Dspace 4.1

2014-07-10 Thread Hilton Gibson
Hi Sunil Is this documented officially? Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646 4758 http://scholar.sun.ac.za http://bit.ly/goodir

Re: [Dspace-tech] mvn installation problems with 4.1

2014-07-10 Thread Hilton Gibson
Hi Ruben Is this a bug? If so, why no bug report. This is significant. Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646 4758 http://scholar

Re: [Dspace-tech] Gmail Configuration in Dspace 4.1

2014-07-10 Thread sunil sharma
Hello vinay, Your problem is because you mentioned wrong port no. for gmail smtp. Change port from 25 to 587 and it works well. i.e. *mail.server.port = 587* //BR Sunil On Thu, Jul 10, 2014 at 1:42 AM, Vinay Kumar Sharma wrote: > Dear All, > > I have just installed Dspace 4.1 and now confi

Re: [Dspace-tech] mvn installation problems with 4.1

2014-07-10 Thread Ruben
Hi Sean, I had a similar problem and today I find the solution. I'm working on DSpace 3.2 and days ago when I tried to compile it, I saw a problem with http://oss.sonatype.org/content/repositories/releases/ and his resources. Searching for the fix, I found the page http://spoutcraft.org/thread