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 (¿less than 50,000 items?)
 as you can view in opendoar b.e.   As the size grows, more probably you
 will find  Apache connected to Tomcat. I think it´s a matter of
 avaliability of highly trained technical people, maturity of the
 installation, functionality provided by apache...etc.


Another thing to consider is the public availability of the repository:
some institutions' firewalls prevent access to higher ports, so it may be
worthwhile using some means of providing access to your repository on port
80.

Sean
--
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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, AY1995/1996, ...,
 AY2011/2012, AY2012/2013.  We wish to reverse the order so that the listing
 becomes AY2012/2013, AY2011/2012, ..., AY1995/1996, AY1994/1995.  Is there
 a way to reverse the alphabetical listing order for a specific
 sub-community?

 ** **

 Thanks.

 ** **

 Sherman

 ** **
 National Institute of Education (Singapore) http://www.nie.edu.sg

 DISCLAIMER : The information contained in this email, including any
 attachments, may contain confidential information.
 This email is intended only for the use of the addressee(s) listed above.
 Unauthorised sight, dissemination or any other
 use of the information contained in this email is strictly prohibited. If
 you have received this email by fault, please
 notify the sender and delete it immediately.


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[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))
.append(input type=\text\ name=\)
.append(fieldName)
.append(_hour);
 if (repeatable  i0)
sb.append(_).append(i);
 if (readonly)
 {
 sb.append(\ disabled=\disabled);
 }
 sb.append( \ size=\4\ maxlength=\4\ value=\ )
.append((dateIssued.getHour()  0 ?
 String.valueOf(dateIssued.getHour()) :  ))
.append(\/);

It added another textBox for Hour but didn't store it or perhaps didn't
retrieve it back.



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Dspace-Date-with-Time-control-tp4665333.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[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. They allow 
communication between scholars, and measurement and decision support of 
research amongst research administrators. However there are many other 
equally important entities in research that need description and 
tracking, such as projects, grants, patents, organization units, 
researcher profiles (people), etc. Integrating and contextualizing all 
of these entities along with publications, adds greater value to each 
individual piece, in terms of visibility, discovery, and understanding 
of the total research picture. One name used for such integrations is 
Current Research Information System (CRIS).

http://en.wikipedia.org/wiki/Current_Research_Information_System

This DSpace addon enables the ingestion, storage, display and management 
of metadata  fulltext on these other research entities. This module 
produces a smooth integration between native DSpace items (publications) 
and other CRIS entities. All entities (native DSpace items or new CRIS 
Entities) can be linked with each other using autocomplete/lookup 
functions in the submission edit phase and/or the inter-navigation in 
visualizations.

This new release is a step forward to CERIF compliance

http://www.eurocris.org/Index.php?page=CERIFintroductiont=1

that is scheduled for the next release. The updated DSpace CRIS Roadmap 
can be found here:

https://github.com/CILEA/dspace-cris/wiki/Roadmap

This is the version upon which the HKU Scholar Hub http://hub.hku.hk is 
built. It is tagged as a beta mainly due to poor documentation and the 
presence of areas of code and database that are still under development.

In this new release some exciting features of the HKU Hub are included, 
such as:
- PubMed integration
- statistics visualization and alert (via email  RSS)
- network graph visualization  analysis
- management of researcher's preference to make a selected list (or 
hide) publications, projects, etc, self-made by researcher, or by staff
- SOAP webservices to access data (read-only)

At the technical level we worked hard to make the installation procedure 
easier, all the required steps are automatically performed during the 
standard DSpace installation (mvn package). The database settings are 
now automatically derived from the dspace.cfg file without need for 
editing extra hibernate configuration files.

The code has been updated to work with SOLR 4.1, this allows the use of 
SOLR join to make interesting statistics analysis grouping by authors, 
content types, etc.

We plan to work with the DSpace community to contribute the upgrade to 
SOLR 4.1 to the next main release of DSpace, expected to be 4.0.

Some of this code base will make its way into general DSpace releases, 
such as “Solr Discovery for JSPUI” in DSpace 3. However we envision that 
most of this work will be an optional addon, which DSpace developers can 
choose to implement, or not. In the spirit of open source, we hope that 
this DSpace CRIS module will receive wide adoption in the DSpace 
community. We hope that many will find it useful and then build further 
upon this start. To enable this desired multilateral collaboration, we 
ask that you send any inquires directly to the dspace mailing lists 
(mainly dspace-tech at lists.sourceforge.net).

We invite all the interested parties to get in touch with us. The next 
Open Repository meeting will be a nice opportunity to talk face-to-face 
about DSpace-CRIS. There are no scheduled presentations about 
DSpace-CRIS, so just look around to find me and talk directly with me.

Up to now, this has been a collaboration between CINECA and HKU. The HKU 
side is supported by funding from the HKU Office of Knowledge Exchange 
and the University Libraries.

A note on mailing list etiquette:
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Our open regards to all,
CINECA  HKU


[1] http://www.cineca.it/. Please note that starting from September 2012 
CINECA, CILEA and CASPUR, the three Italian Interuniversity Consortia, 
are now merged into a single Consortium which retains the name of 
CINECA. Before this, CILEA was a long-term member and contributor to the 
DSpace platform since 2003.

[2] http://www.hku.hk/



-- 
Andrea Bollini
Dipartimento Servizi e Soluzioni per l'Amministrazione Universitaria
Divisione Ricerca

Via dei Tizii, 6
00185 Roma, Italy
tel. +39 06 44 486 087 - mob. +39 348 82 77 525
http://www.cineca.it


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net

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
--AY2007/2008
--AY2008/2009
--AY2009/2010
--AY2010/2011
--AY2011/2012
--AY2012/2013

What we need:
Exam Papers
--AY2012/2013
--AY2011/2012
--AY2010/2011
--AY2009/2010
--AY2008/2009
--AY2007/2008
--AY2006/2007
--AY2005/2006
--AY2004/2005
--AY2003/2004
--AY2002/2003
--AY2001/2002
--AY2000/2001
--AY1999/2000
--AY1998/1999
--AY1997/1998
--AY1996/1997
--AY1995/1996
--AY1994/1995


From: Seun Ojedeji [seun.ojed...@gmail.com]
Sent: Thursday, June 27, 2013 2:35 PM
To: LIBRIS Reference (LIBRIS)
Cc: dspace-tech
Subject: Re: [Dspace-tech] Is there a way to reverse the alphabetical listing 
order for a specific sub-community?



I don't see any difference in the two samples.



Cheers!



sent from Google nexus 4

From: LIBRIS Reference (LIBRIS)
Sent: Thursday, 27 June, 2013 12:23 PM
To: dspace-tech@lists.sourceforge.net
Subject: Is there a way to reverse the alphabetical listing order for a 
specific sub-community?

Dear All,

Our repository has a community called, Exam Papers where its sub-communities 
are listed in the order AY1994/1995, AY1995/1996, ..., AY2011/2012, 
AY2012/2013.  We wish to reverse the order so that the listing becomes 
AY2012/2013, AY2011/2012, ..., AY1995/1996, AY1994/1995.  Is there a way to 
reverse the alphabetical listing order for a specific sub-community?

Thanks.

Sherman

National Institute of Education (Singapore) http://www.nie.edu.sg

DISCLAIMER : The information contained in this email, including any 
attachments, may contain confidential information.
This email is intended only for the use of the addressee(s) listed above. 
Unauthorised sight, dissemination or any other
use of the information contained in this email is strictly prohibited. If you 
have received this email by fault, please
notify the sender and delete it immediately.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[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] Exception in thread main java.lang.ExceptionInInitializerError
 [java] Caused by: java.lang.IllegalStateException: Cannot load license: 
/home/dspace/dspace-3.1-src-release/config/default.license
 [java] at 
org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:991)
 [java] at 
org.dspace.core.ConfigurationManager.getMutableProperties(ConfigurationManager.java:130)
 [java] at 
org.dspace.core.ConfigurationManager.getProperty(ConfigurationManager.java:175)
 [java] at 
org.dspace.storage.rdbms.DatabaseManager.clinit(DatabaseManager.java:64)
 [java] Caused by: java.io.FileNotFoundException: 
/home/dspace/dspace-3.1-src-release/config/default.license (No such file or 
directory)
 [java] at java.io.FileInputStream.open(Native Method)
 [java] at java.io.FileInputStream.init(FileInputStream.java:137)
 [java] at 
org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:971)
 [java] ... 3 more
 [java] Could not find the main class: 
org.dspace.storage.rdbms.DatabaseManager. Program will exit.
 [java] 2013-06-27 16:30:41,701 FATAL org.dspace.core.ConfigurationManager 
@ Can't load license: /home/dspace/dspace-3.1-src-release/config/default.license
 [java] java.io.FileNotFoundException: 
/home/dspace/dspace-3.1-src-release/config/default.license (No such file or 
directory)
 [java] at java.io.FileInputStream.open(Native Method)
 [java] at java.io.FileInputStream.init(FileInputStream.java:137)
 [java] at 
org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:971)
 [java] at 
org.dspace.core.ConfigurationManager.getMutableProperties(ConfigurationManager.java:130)
 [java] at 
org.dspace.core.ConfigurationManager.getProperty(ConfigurationManager.java:175)
 [java] at 
org.dspace.storage.rdbms.DatabaseManager.clinit(DatabaseManager.java:64)

BUILD FAILED
/home/dspace/dspace-3.1-src-release/dspace/target/dspace-3.1-build/build.xml:777:
 Java returned: 1

Any help?

Ribin Jones S.B 


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


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 Message -
From: ribin jones ribin.jo...@niist.res.in
To: dspace-tech dspace-tech@lists.sourceforge.net
Sent: Thursday, 27 June, 2013 4:33:11 PM
Subject: Dspace 3.1 - error during fresh_install

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] Exception in thread main java.lang.ExceptionInInitializerError
 [java] Caused by: java.lang.IllegalStateException: Cannot load license: 
/home/dspace/dspace-3.1-src-release/config/default.license
 [java] at 
org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:991)
 [java] at 
org.dspace.core.ConfigurationManager.getMutableProperties(ConfigurationManager.java:130)
 [java] at 
org.dspace.core.ConfigurationManager.getProperty(ConfigurationManager.java:175)
 [java] at 
org.dspace.storage.rdbms.DatabaseManager.clinit(DatabaseManager.java:64)
 [java] Caused by: java.io.FileNotFoundException: 
/home/dspace/dspace-3.1-src-release/config/default.license (No such file or 
directory)
 [java] at java.io.FileInputStream.open(Native Method)
 [java] at java.io.FileInputStream.init(FileInputStream.java:137)
 [java] at 
org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:971)
 [java] ... 3 more
 [java] Could not find the main class: 
org.dspace.storage.rdbms.DatabaseManager. Program will exit.
 [java] 2013-06-27 16:30:41,701 FATAL org.dspace.core.ConfigurationManager 
@ Can't load license: /home/dspace/dspace-3.1-src-release/config/default.license
 [java] java.io.FileNotFoundException: 
/home/dspace/dspace-3.1-src-release/config/default.license (No such file or 
directory)
 [java] at java.io.FileInputStream.open(Native Method)
 [java] at java.io.FileInputStream.init(FileInputStream.java:137)
 [java] at 
org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:971)
 [java] at 
org.dspace.core.ConfigurationManager.getMutableProperties(ConfigurationManager.java:130)
 [java] at 
org.dspace.core.ConfigurationManager.getProperty(ConfigurationManager.java:175)
 [java] at 
org.dspace.storage.rdbms.DatabaseManager.clinit(DatabaseManager.java:64)

BUILD FAILED
/home/dspace/dspace-3.1-src-release/dspace/target/dspace-3.1-build/build.xml:777:
 Java returned: 1

Any help?

Ribin Jones S.B 

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


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:

 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] Exception in thread main
 java.lang.ExceptionInInitializerError
  [java] Caused by: java.lang.IllegalStateException: Cannot load
 license: /home/dspace/dspace-3.1-src-release/config/default.license
  [java] at
 org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:991)
  [java] at
 org.dspace.core.ConfigurationManager.getMutableProperties(ConfigurationManager.java:130)
  [java] at
 org.dspace.core.ConfigurationManager.getProperty(ConfigurationManager.java:175)
  [java] at
 org.dspace.storage.rdbms.DatabaseManager.clinit(DatabaseManager.java:64)
  [java] Caused by: java.io.FileNotFoundException:
 /home/dspace/dspace-3.1-src-release/config/default.license (No such file or
 directory)
  [java] at java.io.FileInputStream.open(Native Method)
  [java] at java.io.FileInputStream.init(FileInputStream.java:137)
  [java] at
 org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:971)
  [java] ... 3 more
  [java] Could not find the main class:
 org.dspace.storage.rdbms.DatabaseManager. Program will exit.
  [java] 2013-06-27 16:30:41,701 FATAL
 org.dspace.core.ConfigurationManager @ Can't load license:
 /home/dspace/dspace-3.1-src-release/config/default.license
  [java] java.io.FileNotFoundException:
 /home/dspace/dspace-3.1-src-release/config/default.license (No such file or
 directory)
  [java] at java.io.FileInputStream.open(Native Method)
  [java] at java.io.FileInputStream.init(FileInputStream.java:137)
  [java] at
 org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:971)
  [java] at
 org.dspace.core.ConfigurationManager.getMutableProperties(ConfigurationManager.java:130)
  [java] at
 org.dspace.core.ConfigurationManager.getProperty(ConfigurationManager.java:175)
  [java] at
 org.dspace.storage.rdbms.DatabaseManager.clinit(DatabaseManager.java:64)

 BUILD FAILED
 /home/dspace/dspace-3.1-src-release/dspace/target/dspace-3.1-build/build.xml:777:
 Java returned: 1

 Any help?

 Ribin Jones S.B



 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
*Hilton Gibson*
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 4758
http://library.sun.ac.za
http://scholar.sun.ac.za
http://www.journals.ac.za
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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:
 
 /home/dspace/dspace-3.1-src-release/dspace/config/default.license

The first thing I would check is the file's ownership and
permissions.  Java has a nasty habit of saying No such file or
directory when it should say access denied.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Machines should not be friendly.  Machines should be obedient.


signature.asc
Description: Digital signature
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 message in context: 
http://dspace.2283337.n4.nabble.com/Anonymous-feedback-contact-administrator-tp4665256p4665351.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[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 this in test mode, all the metadata fields load correctly, but the 
action (org.dspace.app.itemupdate.AddMetadataAction) is only performed on the 
first metadata field. At the end of the test run, I see the error:

-bash: dc.contributor.y: command not found
-bash: dc.contributor.z: command not found

I am confident that my SAF packages are correct because itemupdate works 
correctly when I run the command individually for each metadata field. Is there 
a problem with the syntax of my command? Am I misunderstanding the manual? Here 
is the relevant portion of the manual:


-a or --addmetadata [metadata element]  Repeatable for multiple elements. The 
metadata element should be in the form dc.x or dc.x.y. The mandatory argument 
indicates the metadata fields in the dublin_core.xml file to be added unless 
already present (multiple fields should be separated by a semicolon ';'). 
However, duplicate fields will not be added to the item metadata without 
warning or error.

Any thoughts would be appreciated.

Thank you,
David


-
David Isaak
Digital Projects Librarian
Kaiser Permanente
Center for Health Research
3800 N. Interstate Ave.
Portland, OR 97227
(503) 335-2437
-
kpchr.org



--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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




On 24 June 2013 02:59, Gary Browne gary.bro...@sydney.edu.au wrote:

 Hi Ying,

 I think you need to provide the format, like:

 http://path/to/rest/api/communities.xml

 or

 http://path/to/rest/api/communities.json

 Regards,
 Gary

 GARY BROWNE | Development Programmer
 Library IT Services | Fisher Library F03
 THE UNIVERSITY OF SYDNEY

 T +61 2 9351 5946  | M +61 405 647 868
 E gary.bro...@sydney.edu.au  | W http://sydney.edu.au
 Sent from my plain old desktop computer.

 CRICOS 00026A
 This email plus any attachments to it are confidential. Any unauthorised
 use is strictly prohibited. If you receive this email in error, please
 delete it and any attachments.
 Please think of our environment and only print this e-mail if necessary.


 -Original Message-
 From: Ying Jin [mailto:ying@rice.edu]
 Sent: Saturday, 22 June 2013 5:14 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] DSpace REST API on DSpace 3.1

 Hi,

 Does anyone ever tested the DSpace REST API under DSpace 3.1? I have the
 API installed and used the rest-client 3.2 tested it.
 https://code.google.com/p/rest-client/wiki/Running

 However, if I send GET with /communities, I get HTTP/1.1 200 OK and some
 header response, but body or test result are all empty. I suppose I should
 get a list of community returned.

 Could anyone give me a hint?

 Thanks in advance for any help,
 Ying

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[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 article looked correct in the old version, and the new version garbles the 
output by forcing ISO-8859. Note that only the bitstreams look incorrect: the 
metadata pages look just fine, so UTF-8 encoding is working everywhere except 
within the bitstreams.

I've been looking  at this for several days now without a solution; does anyone 
have any tips?

Thanks!

-  Jim Halliday

-  Programmer/Analyst Indiana University


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 Apache Conf file to 
fix the problem.

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

From: Halliday, James Leonard [mailto:jhall...@indiana.edu]
Sent: Thursday, June 27, 2013 2:55 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] text encoding problem with bitstreams in DSpace 3.1

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 article looked correct in the old version, and the new version garbles the 
output by forcing ISO-8859. Note that only the bitstreams look incorrect: the 
metadata pages look just fine, so UTF-8 encoding is working everywhere except 
within the bitstreams.

I've been looking  at this for several days now without a solution; does anyone 
have any tips?

Thanks!

-  Jim Halliday

-  Programmer/Analyst Indiana University


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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:

[dspace]/bin/dspace itemupdate -e j...@user.com -s [path/to/archive] –a
dc.contributor.x. -a dc.contributor.y -a dc.contributor.z

instead of

[dspace]/bin/dspace itemupdate -e j...@user.com -s [path/to/archive] –a
dc.contributor.x.;dc.contributor.y;dc.contributor.z

The docs you are referring to are here:
https://wiki.duraspace.org/display/DSDOC3x/Updating+Items+via+Simple+Archive+Formatright?

I'm not really sure why the note is there about the semicolon.

hope this helps,

Bram

-- 
[image: logo]
*Bram Luyten* *@mire*
*2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
www.atmire.comhttp://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml


On Thu, Jun 27, 2013 at 5:40 PM, Isaak, David C david.c.is...@kpchr.orgwrote:

  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 this in test mode, all the metadata fields load correctly, but
 the action (org.dspace.app.itemupdate.AddMetadataAction) is only performed
 on the first metadata field. At the end of the test run, I see the error:

 -bash: dc.contributor.y: command not found
 -bash: dc.contributor.z: command not found

 I am confident that my SAF packages are correct because itemupdate works
 correctly when I run the command individually for each metadata field. Is
 there a problem with the syntax of my command? Am I misunderstanding the
 manual? Here is the relevant portion of the manual:

   -a or --addmetadata [metadata element] Repeatable for multiple
 elements. The metadata element should be in the form dc.x or dc.x.y. The
 mandatory argument indicates the metadata fields in the dublin_core.xml
 file to be added unless already present (multiple fields should be
 separated by a semicolon ';'). However, duplicate fields will not be added
 to the item metadata without warning or error.

 Any thoughts would be appreciated.

 Thank you,
 David

 -
 *David Isaak
 *Digital Projects Librarian
 *Kaiser Permanente
 *Center for Health Research
 3800 N. Interstate Ave.
 Portland, OR 97227
 (503) 335-2437
 -
 *kpchr.org*





 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 Behalf Of Bram Luyten
Sent: Thursday, June 27, 2013 1:36 PM
To: Isaak, David C
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Error when using itemupdate to add multiple metadata 
fields

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:

[dspace]/bin/dspace itemupdate -e j...@user.commailto:j...@user.com -s 
[path/to/archive] -a dc.contributor.x. -a dc.contributor.y -a dc.contributor.z

instead of

[dspace]/bin/dspace itemupdate -e j...@user.commailto:j...@user.com -s 
[path/to/archive] -a dc.contributor.x.;dc.contributor.y;dc.contributor.z

The docs you are referring to are here: 
https://wiki.duraspace.org/display/DSDOC3x/Updating+Items+via+Simple+Archive+Format
 right?

I'm not really sure why the note is there about the semicolon.

hope this helps,

Bram

--
[logo]

Bram Luyten @mire
2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010
Esperantolaan 4, Heverlee 3001, Belgium
www.atmire.comhttp://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml


On Thu, Jun 27, 2013 at 5:40 PM, Isaak, David C 
david.c.is...@kpchr.orgmailto:david.c.is...@kpchr.org wrote:
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.commailto:j...@user.com -s 
[path/to/archive] -a dc.contributor.x.;dc.contributor.y;dc.contributor.z

When I run this in test mode, all the metadata fields load correctly, but the 
action (org.dspace.app.itemupdate.AddMetadataAction) is only performed on the 
first metadata field. At the end of the test run, I see the error:

-bash: dc.contributor.y: command not found
-bash: dc.contributor.z: command not found

I am confident that my SAF packages are correct because itemupdate works 
correctly when I run the command individually for each metadata field. Is there 
a problem with the syntax of my command? Am I misunderstanding the manual? Here 
is the relevant portion of the manual:

-a or --addmetadata [metadata element]

Repeatable for multiple elements. The metadata element should be in the form 
dc.x or dc.x.y. The mandatory argument indicates the metadata fields in the 
dublin_core.xml file to be added unless already present (multiple fields should 
be separated by a semicolon ';'). However, duplicate fields will not be added 
to the item metadata without warning or error.


Any thoughts would be appreciated.

Thank you,
David

-
David Isaak
Digital Projects Librarian
Kaiser Permanente
Center for Health Research
3800 N. Interstate Ave.
Portland, OR 97227
(503) 335-2437
-
kpchr.orghttp://kpchr.org




--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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
Subject: Re: [Dspace-tech] Dspace 3.1 - error during fresh_install


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: 

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] Exception in thread main java.lang.ExceptionInInitializerError 
[java] Caused by: java.lang.IllegalStateException: Cannot load license: 
/home/dspace/dspace-3.1-src-release/config/default.license 
[java] at 
org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:991) 
[java] at 
org.dspace.core.ConfigurationManager.getMutableProperties(ConfigurationManager.java:130)
 
[java] at 
org.dspace.core.ConfigurationManager.getProperty(ConfigurationManager.java:175) 
[java] at 
org.dspace.storage.rdbms.DatabaseManager.clinit(DatabaseManager.java:64) 
[java] Caused by: java.io.FileNotFoundException: 
/home/dspace/dspace-3.1-src-release/config/default.license (No such file or 
directory) 
[java] at java.io.FileInputStream.open(Native Method) 
[java] at java.io.FileInputStream.init(FileInputStream.java:137) 
[java] at 
org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:971) 
[java] ... 3 more 
[java] Could not find the main class: org.dspace.storage.rdbms.DatabaseManager. 
Program will exit. 
[java] 2013-06-27 16:30:41,701 FATAL org.dspace.core.ConfigurationManager @ 
Can't load license: /home/dspace/dspace-3.1-src-release/config/default.license 
[java] java.io.FileNotFoundException: 
/home/dspace/dspace-3.1-src-release/config/default.license (No such file or 
directory) 
[java] at java.io.FileInputStream.open(Native Method) 
[java] at java.io.FileInputStream.init(FileInputStream.java:137) 
[java] at 
org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:971) 
[java] at 
org.dspace.core.ConfigurationManager.getMutableProperties(ConfigurationManager.java:130)
 
[java] at 
org.dspace.core.ConfigurationManager.getProperty(ConfigurationManager.java:175) 
[java] at 
org.dspace.storage.rdbms.DatabaseManager.clinit(DatabaseManager.java:64) 

BUILD FAILED 
/home/dspace/dspace-3.1-src-release/dspace/target/dspace-3.1-build/build.xml:777:
 Java returned: 1 

Any help? 

Ribin Jones S.B 


-- 
This SF.net email is sponsored by Windows: 

Build for Windows Store. 

http://p.sf.net/sfu/windows-dev2dev 
___ 
DSpace-tech mailing list 
DSpace-tech@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/dspace-tech 
List Etiquette: 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette 




-- 


Hilton Gibson 
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 4758 
http://library.sun.ac.za 
http://scholar.sun.ac.za 
http://www.journals.ac.za 

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


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 10:10:12,882 INFO  org.dspace.core.ConfigurationManager 
@ Loading system provided config property (-Ddspace.configuration): 
config/dspace.cfg
 [java] 2013-06-28 10:10:12,895 FATAL org.dspace.core.ConfigurationManager 
@ Can't load license: /home/dspace/dspace-3.1-src-release/config/default.license
 [java] java.io.FileNotFoundException: 
/home/dspace/dspace-3.1-src-release/config/default.license (No such file or 
directory)
 [java] at java.io.FileInputStream.open(Native Method)
 [java] at java.io.FileInputStream.init(FileInputStream.java:137)
 [java] at 
org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:971)
 [java] at 
org.dspace.core.ConfigurationManager.getMutableProperties(ConfigurationManager.java:130)
 [java] at 
org.dspace.core.ConfigurationManager.getProperty(ConfigurationManager.java:175)
 [java] at 
org.dspace.storage.rdbms.DatabaseManager.clinit(DatabaseManager.java:64)
 [java] Exception in thread main java.lang.ExceptionInInitializerError
 [java] Caused by: java.lang.IllegalStateException: Cannot load license: 
/home/dspace/dspace-3.1-src-release/config/default.license
 [java] at 
org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:991)
 [java] at 
org.dspace.core.ConfigurationManager.getMutableProperties(ConfigurationManager.java:130)
 [java] at 
org.dspace.core.ConfigurationManager.getProperty(ConfigurationManager.java:175)
 [java] at 
org.dspace.storage.rdbms.DatabaseManager.clinit(DatabaseManager.java:64)
 [java] Caused by: java.io.FileNotFoundException: 
/home/dspace/dspace-3.1-src-release/config/default.license (No such file or 
directory)
 [java] at java.io.FileInputStream.open(Native Method)
 [java] at java.io.FileInputStream.init(FileInputStream.java:137)
 [java] at 
org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:971)
 [java] ... 3 more
 [java] Could not find the main class: 
org.dspace.storage.rdbms.DatabaseManager. Program will exit.

BUILD FAILED
/home/dspace/dspace-3.1-src-release/dspace/target/dspace-3.1-build/build.xml:777:
 Java returned: 1

Total time: 4 seconds


Ribin Jones S.B 


- Original Message -
From: ribin jones ribin.jo...@niist.res.in
To: Hilton Gibson hilton.gib...@gmail.com
Cc: dspace-tech dspace-tech@lists.sourceforge.net
Sent: Friday, 28 June, 2013 9:49:58 AM
Subject: Re: [Dspace-tech] Dspace 3.1 - error during fresh_install

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
Subject: Re: [Dspace-tech] Dspace 3.1 - error during fresh_install


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: 

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] Exception in thread main java.lang.ExceptionInInitializerError 
[java] Caused by: java.lang.IllegalStateException: Cannot load license: 
/home/dspace/dspace-3.1-src-release/config/default.license 
[java] at 
org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:991) 
[java] at 
org.dspace.core.ConfigurationManager.getMutableProperties(ConfigurationManager.java:130)
 
[java] at 
org.dspace.core.ConfigurationManager.getProperty(ConfigurationManager.java:175) 
[java] at 
org.dspace.storage.rdbms.DatabaseManager.clinit(DatabaseManager.java:64) 
[java] Caused by: java.io.FileNotFoundException: 
/home/dspace/dspace-3.1-src-release/config/default.license (No such file or 
directory) 
[java] at java.io.FileInputStream.open(Native Method) 
[java] at java.io.FileInputStream.init(FileInputStream.java:137) 
[java] at 
org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:971) 
[java] ... 3 more 
[java] Could not find the main class: org.dspace.storage.rdbms.DatabaseManager. 
Program will exit. 
[java] 2013-06-27 16:30:41,701 FATAL org.dspace.core.ConfigurationManager @ 
Can't load license: /home/dspace/dspace-3.1-src-release/config/default.license 
[java] java.io.FileNotFoundException: 
/home/dspace/dspace-3.1-src-release/config/default.license (No such file or 
directory) 

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 address of the webpage that linked to the resource being requested) to
see if it matches the dspace.hostname option in the configuration. Thus, try
to uncomment the feedback link (that it seems that you have commented out on
the footer) and test again.


Regards,

Kostas


-Original Message-
From: hblancoca [mailto:hblanc...@gmail.com] 
Sent: Thursday, June 27, 2013 6:00 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Anonymous feedback (contact administrator)

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 message in context:
http://dspace.2283337.n4.nabble.com/Anonymous-feedback-contact-administrator
-tp4665256p4665351.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette:
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[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

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette