Re: [Dspace-tech] DSpace 3.x configuration questions

2013-06-27 Thread Sean Carte
On 26 June 2013 19:02, emilio lorenzo elore...@arvo.es wrote: Do most DSpace installations use DSpace with standalone Tomcat or Apache webserver with a connector to Tomcat? I think that Most installations use standalone Tomcat, but because most installations are small and medium repositories

Re: [Dspace-tech] Is there a way to reverse the alphabetical listing order for a specific sub-community?

2013-06-27 Thread Seun Ojedeji
I don't see any difference in the two samples. Cheers! sent from Google nexus 4 On 27 Jun 2013 05:37, LIBRIS Reference (LIBRIS) lib...@nie.edu.sg wrote: Dear All, ** ** Our repository has a community called, “Exam Papers” where its sub-communities are listed in the order AY1994/1995,

[Dspace-tech] Dspace Date with Time control

2013-06-27 Thread LifeH2O
DSpace JSPUI v3.1 In DSpace currently there is a date control which has only Year, Month and Day fields. We need Hour and Minute for time as well. We have tried editing edit-metadata.jsp like this .append(LocaleSupport.getLocalizedMessage(pageContext, jsp.submit.edit-metadata.hour))

[Dspace-tech] DSpace-CRIS, new release available

2013-06-27 Thread Andrea Bollini
***apologies for cross-posting*** CINECA[1] and the University of Hong Kong (HKU)[2] are pleased to announce the immediate availability for download of a new release of the DSpace CRIS module: https://github.com/CILEA/dspace-cris Publications are an important output of the research cycle.

Re: [Dspace-tech] Is there a way to reverse the alphabetical listing order for a specific sub-community?

2013-06-27 Thread LIBRIS Reference (LIBRIS)
Dear All, Maybe it would be easier to explain if it is shown vertically. What we have currently: Exam Papers --AY1994/1995 --AY1995/1996 --AY1996/1997 --AY1997/1998 --AY1998/1999 --AY1999/2000 --AY2000/2001 --AY2001/2002 --AY2002/2003 --AY2003/2004 --AY2004/2005 --AY2005/2006 --AY2006/2007

[Dspace-tech] Dspace 3.1 - error during fresh_install

2013-06-27 Thread ribin . jones
Hi, I was trying to install Dspace 3.1 and I get the below error while I do ant fresh_install: test_database: [java] 2013-06-27 16:30:41,690 INFO org.dspace.core.ConfigurationManager @ Loading system provided config property (-Ddspace.configuration): config/dspace.cfg [java]

Re: [Dspace-tech] Dspace 3.1 - error during fresh_install

2013-06-27 Thread ribin . jones
It says Caused by: java.io.FileNotFoundException: /home/dspace/dspace-3.1-src-release/config/default.license (No such file or directory). But my default.license is in the below location: /home/dspace/dspace-3.1-src-release/dspace/config/default.license Ribin Jones S.B - Original

Re: [Dspace-tech] Dspace 3.1 - error during fresh_install

2013-06-27 Thread Hilton Gibson
Hi Ribin Are you building from the correct folder? See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S06 Regards hg On 27 June 2013 13:03, ribin.jo...@niist.res.in wrote: Hi, I was trying to install Dspace 3.1 and I get the below error while I do ant fresh_install:

Re: [Dspace-tech] Dspace 3.1 - error during fresh_install

2013-06-27 Thread Mark H. Wood
On Thu, Jun 27, 2013 at 04:37:25PM +0530, ribin.jo...@niist.res.in wrote: It says Caused by: java.io.FileNotFoundException: /home/dspace/dspace-3.1-src-release/config/default.license (No such file or directory). But my default.license is in the below location:

Re: [Dspace-tech] Anonymous feedback (contact administrator)

2013-06-27 Thread hblancoca
I have changed the values but the problem still; my configuration is like that: internal ip: 10.10.0.107 is nat and the hostname resolve both internal and external ip address dspace.hostname = repository.eia.edu.co mail.allowed.referrers = localhost,repository.eia.edu.co -- View this

[Dspace-tech] Error when using itemupdate to add multiple metadata fields

2013-06-27 Thread Isaak, David C
Hello, [I am running DSpace 3.1.] I am attempting to use the itemupdate command to add metadata to three fields at the same time. The command I am using is: [dspace]/bin/dspace itemupdate -e j...@user.com -s [path/to/archive] -a dc.contributor.x.;dc.contributor.y;dc.contributor.z When I run

Re: [Dspace-tech] DSpace REST API on DSpace 3.1

2013-06-27 Thread Michael Guthrie
Hi Ying, and all those interested in the REST API Just to let you know, we are updating the REST API to be compatible with 3.1 and should be available next week. As Bram said, the documentation is in his links above. I'll post another message when we release the 3.1 upgrade. Best, Michael

[Dspace-tech] text encoding problem with bitstreams in DSpace 3.1

2013-06-27 Thread Halliday, James Leonard
Hello all, My problem relates to text encoding. We recently upgraded from DSpace 1.8 to 3.1, and this upgrade broke many of our existing HTML bitstreams, that are UTF-8 encoded. Here is a sample: https://scholarworks.iu.edu/dspace/bitstream/handle/2022/14101/12.01.13.html?sequence=1 This

Re: [Dspace-tech] text encoding problem with bitstreams in DSpace 3.1

2013-06-27 Thread George Stanley Kozak
Jim: I had a similar problem recently, but not with DSpace. It happened when I moved some of my websites from a Sun Solaris Server to a LINUX Virtual Machine. Did you, by any chance, migrate to a new server when you upgraded? I found that I had to place AddDefaultCharset Off directive in my

Re: [Dspace-tech] Error when using itemupdate to add multiple metadata fields

2013-06-27 Thread Bram Luyten
Hi David, just part of the answer bit it may set you on the right track: the reason why ; breaks your command is because it will tell the CLI to interprete dc.contributor.y as a separate command to be executed after the previous part. So I guess that will never work. what happens if you try:

Re: [Dspace-tech] Error when using itemupdate to add multiple metadata fields

2013-06-27 Thread Isaak, David C
Hi Bram, Your suggested syntax (repeating -a for each field) did work. I made a note on https://wiki.duraspace.org/display/DSDOC3x/Updating+Items+via+Simple+Archive+Format so the documentation can be updated. Thanks for your help, David From: bluy...@gmail.com [mailto:bluy...@gmail.com] On

Re: [Dspace-tech] Dspace 3.1 - error during fresh_install

2013-06-27 Thread ribin . jones
Yes, my build is successful. But error shows up during ant fresh_install. Ribin Jones S.B - Original Message - From: Hilton Gibson hilton.gib...@gmail.com To: ribin jones ribin.jo...@niist.res.in Cc: dspace-tech dspace-tech@lists.sourceforge.net Sent: Thursday, 27 June, 2013 5:33:21 PM

Re: [Dspace-tech] Dspace 3.1 - error during fresh_install

2013-06-27 Thread ribin . jones
Below is the error again; root@dspace:/home/dspace/dspace-3.1-src-release/dspace/target/dspace-3.1-build# ant fresh_install Buildfile: /home/dspace/dspace-3.1-src-release/dspace/target/dspace-3.1-build/build.xml init_installation: init_configs: test_database: [java] 2013-06-28

Re: [Dspace-tech] Anonymous feedback (contact administrator)

2013-06-27 Thread Kostas Stamatis
Hi again, How do you call the feedback page, just by typing the url http://repository.eia.edu.co/feedback; in your browser's address bar? In order to avoid spammers, the feedback link must be clicked from a page within your DSpace. And this is because DSpace is checking the HTTP referrer (the

[Dspace-tech] Doubline core dc

2013-06-27 Thread Webshet, Sisay (ILRI)
HI All, Dsapce 3.1/xmlui version.so far we are using 'dc.element.qualifier' format in order to create dspace fields. Is there a problem if I replace the term'dc' with some other term cg to form 'cg.element.qualifier' Thanks