Re: [Dspace-tech] recent submissions on the front page

2011-08-18 Thread Bruno Oliveira
Hi,
you found a solution to this problem?


2011/7/4 Webshet, Sisay (ILRI) s.webs...@cgiar.org

  Hi all,

 ** **

 Iam working on dspace 1.7.1 with xmlui (mirage) but Iam  new to xsl.can
 anybody assist me 

 on how to bring recent submissions on the front page.

 I like the way the  California state university did their front page.

 http://csusm-dspace.calstate.edu/xmlui/

 ** **

 Please help me 

 ** **

 Thanks 

 sisay


 --
 All of the data generated in your IT infrastructure is seriously valuable.
 Why? It contains a definitive record of application performance, security
 threats, fraudulent activity, and more. Splunk takes this data and makes
 sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-d2d-c2
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] How to share a collection among many communities?

2011-08-18 Thread Alexandre de Mello Zart
Dear friends,

 

There is an observation in the Dspace System Documentation 
(http://www.dspace.org/1_6_2Documentation/ch02.html#N100DE) that says A 
collection may appear in more than one community. I already know how to map 
items from one collection to other, but how can I map an entire collection to 
another community? Is this a native functionality of Dspace?

 

Cordialmente,

 

Alexandre Zart

Coordenação de Desenvolvimento de Sistemas Acadêmicos

Gerência de Tecnologia da Informação e Telecomunicação

PUCRS - Prédio 40 - fone 3320-3511 ramal 4679

 

 

image001.png--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Requesting Troubleshooting Suggestions - AIP Export Errors

2011-08-18 Thread Tim Donohue
Hi Patrick,

A few questions for you:
* What version of DSpace are you using? 1.7.0, 1.7.1 or 1.7.2?
* Just a generic question -- is there a reason why you want to run this 
in manifestOnly=true mode?  In the docs, it's worth noting that that 
setting is marked as experimental and that it should never be set to 
true if you want to be able to restore content file (In other words, 
with this option set to true, you are only exporting Metadata, and 
not content files -- admittedly, this option is still very 
experimental in nature) See: 
https://wiki.duraspace.org/display/DSDOC/AIP+Backup+and+Restore#AIPBackupandRestore-AdditionalPackagerOptions

That all being said, a socket closed exception usually means that the 
JDBC client somehow lost its connection to your Database for some 
reason.  It could happen for a variety of reasons. If the database is 
on a separate server, it could be a network problem (though if it's a 
consistent error, this may be less likely). T
here could also be a bug 
in the code somewhere that you are hitting (where somehow the 
connection was accidentally closed or dropped).  Others may know of 
other scenarios (these are just the ones I'm aware of off the top of my 
head).

Does this error always happen immediately? or does the command run for 
a while and then error out (i.e. are some/many AIPs generated 
successfully before the error)?  Is it a specific object in DSpace that 
causes the error?

I can also try to do more testing on my end to see if I can replicate 
it by running a sitewide export with the manifest=true option set 
(though, we have our DSpace 1.8.0 Feature Freeze tomorrow, so I may not 
get back to this until Monday, to be honest).

- Tim

On Wednesday, August 17, 2011 3:45:23 PM, Patrick Etienne wrote:
 DSpace Techies,
 
 I've been attempting to leverage the new AIP tool in order to export
 data from one dspace instance into another for the purpose of testing
 development instances (wit
h which I'm building themes) and have come
 across a java error that I can't seem to figure out how to resolve.
 I'm not the sys admin of servers responsible for hosting the instances
 but do have access to enough that I should be able to do some
 troubleshooting. The error is as follows:
 
 -
 
 [dspace_gkr@gkr-dev exports]$ ../gkrtest/bin/dspace packager -d -a -t
 AIP -o manifestOnly=true -e patrick.etie...@library.gatech.edu -i
 GKRTEST/0 harvest_test-aip.zip
 
 Disseminating DSpace SITE [ hdl=GKRTEST/0 ] to harvest_test-aip.zip
 
 Also disseminating all child objects (recursive mode)..
 This may take a while, please check your logs for ongoing status while
 we process each package.
 Exception: An I/O error occured while sending to the backend.
 org.postgresql.util.PSQLException: An I/O error occured while sending
 to the backend.
   at 
 org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:214)
   at org.postgres
ql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
   at 
 org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:354)
   at 
 org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:258)
   at 
 org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
   at 
 org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
   at 
 org.dspace.storage.rdbms.DatabaseManager.queryTable(DatabaseManager.java:225)
   at 
 org.dspace.authorize.AuthorizeManager.getPolicies(AuthorizeManager.java:511)
   at 
 org.dspace.content.crosswalk.METSRightsCrosswalk.disseminateElement(METSRightsCrosswalk.java:156)
   at 
 org.dspace.content.packager.AbstractMETSDisseminator.crosswalkToMetsElement(AbstractMETSDisseminator.java:1342)
   at 
 org.dspace.content.packager.AbstractMETSDisseminator.makeMdSec(AbstractMETSDisseminator.java:597)
   at org.ds
pace.content.packager.AbstractMETSDisseminator.addToAmdSec(AbstractMETSDisseminator.java:710)
   at 
 org.dspace.content.packager.AbstractMETSDisseminator.addAmdSec(AbstractMETSDisseminator.java:737)
   at 
 org.dspace.content.packager.AbstractMETSDisseminator.makeManifest(AbstractMETSDisseminator.java:889)
   at 
 org.dspace.content.packager.AbstractMETSDisseminator.disseminate(AbstractMETSDisseminator.java:230)
   at 
 org.dspace.content.packager.DSpaceAIPDisseminator.disseminate(DSpaceAIPDisseminator.java:157)
   at 
 org.dspace.content.packager.AbstractPackageDisseminator.disseminateAll(AbstractPackageDisseminator.java:86)
   at 
 org.dspace.content.packager.AbstractPackageDisseminator.disseminateAll(AbstractPackageDisseminator.java:120)
   at 
 org.dspace.content.packager.AbstractPackageDisseminator.disseminateAll(AbstractPackageDisseminator.java:141)
   at 
 

[Dspace-tech] Bad date problem in DSpace 1.7.1

2011-08-18 Thread Thornton, Susan M. (LARC-B702)[LITES]
Hi,

 I am in the process of upgrading from DSpace 1.5.1 to 1.7.1.  I am almost 
done and am running index-init, but I’ve just noticed a problem.  With previous 
versions of DSpace, if a “bad” date was encountered in one of the date fields 
(issue date, accession date, publication date), DSpace just ignored it.  Now, 
it seems it is unable to either display the Item page or the Browse screen if 
encounters one of these records.  Here’s an example:



One of our items has the following invalid issue and publication date that our 
Users have never gotten around to correcting:



Washington, D.C. :1955.



If I try to display the Item, the screen is blank and the following message 
displays in the dspace.log file:



2011-08-18 12:07:14,232 WARN  org.dspace.content.DCDate @ Mangled date: 
Washington, D.C. :1955.  ..failed all attempts to parse as date.





The same message displays if I try to browse by issue date.



I know the “right” thing to do is to clean up our data, but I also know we have 
quite a few of these old bad dates and am wondering why DSpace is now having a 
problem with it.



Thanks,

Sue







Sue Walker-Thornton

Software Developer/Database Administrator

NASA Langley Research Center|LITES Contract

SGT, Inc.|130 Research Drive

Hampton, Va.  23666

Office: (757) 224-4074

Mobile: (757) 506-9903

Fax: (757) 224-4001

susan.m.thorn...@nasa.gov



--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] duplicate key errors..

2011-08-18 Thread Kevin P. Foote

Hello all

Working on (still) upgrading our dspace from 1.3.SOMETHING to 1.7.1 ...

I'm getting some data moved over to the new host using the methods that
are outlined on this page[1]. This seems to be working for the most
part.

However, I'm now trying to create a new temporary category for something
else and I'm getting the error below:

---
org.postgresql.util.PSQLException: ERROR: duplicate key value violates
unique constraint handle_handle_key
---

The full stack page is viewable here[2].

Additionally I have a general inquiry about importing items into dspace. 
When you import an item into dspace it is given a unique content identifier
(number) within that particular dspace system .. correct? So their
should be no conflicts with items I've already imported or trying to
create new content.



[1]
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Import_and_Export

[2] http://www.people.iup.edu/kpfoote/stuff/dspace-stack.html


--
thanks
   kevin.foote

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Map Collection into multiple community

2011-08-18 Thread Hardik Mishra

 Hi Amir

I think the diagram is correct.It is possible to map an entire collection into 
a community.
But, again  Dspace does not provide a native functionality for this.


 Thanks  Regards
Hardik Mishra


 
Message: 2
Date: Thu, 18 Aug 2011 15:58:52 +0100
From: Amir Pourabdollah amir.pourabdol...@nottingham.ac.uk
Subject: Re: [Dspace-tech] How to share a collection among many
communities?
To: dspace-tech@lists.sourceforge.net
dspace-tech@lists.sourceforge.net
Message-ID:

4b6965e54e385e419329b3aa1e1a46f02def62a...@exchange3.ad.nottingham.ac.uk

Content-Type: text/plain; charset=iso-8859-1

Dear Alexandre
I think there should be an inconsistency in this document. As far as I see the 
data model diagram does not confirm the quote.
Amir.

From: Alexandre de Mello Zart [mailto:z...@pucrs.br]
Sent: 18 August 2011 15:09
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] How to share a collection among many communities?

Dear friends,

There is an observation in the Dspace System Documentation 
(http://www.dspace.org/1_6_2Documentation/ch02.html#N100DE) 
that says A collection may appear in more than one community. I already know 
how to map items from one collection to other, but how can I map an entire 
collection to another community? Is this a native functionality of Dspace?

Cordialmente,

Alexandre Zart

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to share a collection among many communities?

2011-08-18 Thread helix84
On Thu, Aug 18, 2011 at 16:09, Alexandre de Mello Zart z...@pucrs.br wrote:
 There is an observation in the Dspace System Documentation 
 (http://www.dspace.org/1_6_2Documentation/ch02.html#N100DE) that says “A 
 collection may appear in more than one community”. I already know how to map 
 items from one collection to other, but how can I map an entire collection to 
 another community? Is this a native functionality of Dspace?

You're reading it correctly, this is possible. Probably the easiest
way for you to do it would be using the Batch Metadata Editing
facility (http://www.dspace.org/1_6_2Documentation/ch08.html#N161D0).
It will export a CSV file with metadata for the collection you choose.
You can edit it in Excel. If you're adding an item to multiple
communities, separate their handles in the collection column by ||
(two pipe characters). Then you can save it as CSV and import it back
to DSpace. After uploading the CSV, it lets you review the changes and
confirm or refuse them.

Regards,
~~helix84

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to share a collection among many communities?

2011-08-18 Thread Stuart Lewis
Hi all,

Using the batch CSV editor won't work, as this just allows items to be added to 
collections, not to communities.  

There is no way in the user interface to put collections into multiple 
communities, although I think the database might support it.  Try looking at 
the community2collection table, as you might be able to assign a collection to 
multiple communities in there. 

Thanks,


Stuart Lewis
Digital Development Manager
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: +64 (0)9 373 7599 x81928


On 19/08/2011, at 8:12 AM, helix84 wrote:

 On Thu, Aug 18, 2011 at 16:09, Alexandre de Mello Zart z...@pucrs.br wrote:
 There is an observation in the Dspace System Documentation 
 (http://www.dspace.org/1_6_2Documentation/ch02.html#N100DE) that says “A 
 collection may appear in more than one community”. I already know how to map 
 items from one collection to other, but how can I map an entire collection 
 to another community? Is this a native functionality of Dspace?
 
 You're reading it correctly, this is possible. Probably the easiest
 way for you to do it would be using the Batch Metadata Editing
 facility (http://www.dspace.org/1_6_2Documentation/ch08.html#N161D0).
 It will export a CSV file with metadata for the collection you choose.
 You can edit it in Excel. If you're adding an item to multiple
 communities, separate their handles in the collection column by ||
 (two pipe characters). Then you can save it as CSV and import it back
 to DSpace. After uploading the CSV, it lets you review the changes and
 confirm or refuse them.
 
 Regards,
 ~~helix84
 
 --
 Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
 user administration capabilities and model configuration. Take 
 the hassle out of deploying and managing Subversion and the 
 tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to share a collection among many communities?

2011-08-18 Thread helix84
On Thu, Aug 18, 2011 at 22:52, Stuart Lewis s.le...@auckland.ac.nz wrote:
 Using the batch CSV editor won't work, as this just allows items to be added 
 to collections, not to communities.

Oh, I misread, thanks for catching that.

Regards,
~~helix84

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Reminder: showing Duplicate title with same handle in DSpace/ author and advisor are in same place

2011-08-18 Thread इन्‍दु भूषण Indu Bhushan
 Dear Sir,


I have seen around 50 duplicate title record in our E-copy collection . one
thing i noticed that there is  collections are also shown two or three times
in item detail (as indicated with yellow background) and when i click on
title listing author and advisor both comes in author filed. i want only
autor to display in author file while viewing titles list.

I think olny it has been solved only by postgres command. I request database
expert person please help me.

Please let us know how to remove these duplicate records.

With regards

Indu Bhushan
Library, RRCAT, Indore MP
  Title:  ABC of photochemistry,  Authors:  Rohatgi-Mukherjee, K.
K.http://library.cat.ernet.in:8080/dspace/browse?type=authorvalue=Rohatgi-Mukherjee%2C+K.+K.
Keywords:  Photochemistry Issue Date:  1978 Publisher:  International (P)
Limited  Series/Report no.:  EB480 URI:
http://hdl.handle.net/123456789/1703 ISBN:
 Appears in Collections:
E-Bookshttp://library.cat.ernet.in:8080/dspace/handle/123456789/68
E-Books http://library.cat.ernet.in:8080/dspace/handle/123456789/68
E-Books http://library.cat.ernet.in:8080/dspace/handle/123456789/68
(note: this item shown 3 times in title listing )
--
  Title:  Algorithms: a functional programming  Authors:  Rabhi,
Fethihttp://library.cat.ernet.in:8080/dspace/browse?type=authorvalue=Rabhi%2C+Fethi
Lapalme, 
Guyhttp://library.cat.ernet.in:8080/dspace/browse?type=authorvalue=Lapalme%2C+Guy
Keywords:  Computer algorithms
 Issue Date:  1999 Publisher:  Ad world, Harlow Series/Report no.:  EB454
URI:  http://hdl.handle.net/123456789/1674 ISBN:   Appears in Collections:

E-Books http://library.cat.ernet.in:8080/dspace/handle/123456789/68
E-Books http://library.cat.ernet.in:8080/dspace/handle/123456789/68

(note: this item shown 2 times in title listing )
--
Author and advisor both are shown in titlewise listing

 Preview Issue Date *Title* Author(s) [image: Dixit, Vijay
Kumar.pdf.jpg]http://library.cat.ernet.in:8080/dspace/handle/123456789/1876
2003 *Bulk and thin film growth of pure and substituted indium antimonide
for infrared detector
applicationshttp://library.cat.ernet.in:8080/dspace/handle/123456789/1876
* *Bhat, 
H.L.http://library.cat.ernet.in:8080/dspace/browse?type=authorvalue=Bhat%2C+H.L.;
Dixit, Vijay 
Kumarhttp://library.cat.ernet.in:8080/dspace/browse?type=authorvalue=Dixit%2C+Vijay+Kumar
* [image: Prakash,
Om.pdf.jpg]http://library.cat.ernet.in:8080/dspace/handle/123456789/1894
2003 *A comparative study on second harmonic generation of copper vapour
laser with various types of
resonatorshttp://library.cat.ernet.in:8080/dspace/handle/123456789/1894
* *Maheshwari, 
K.P.http://library.cat.ernet.in:8080/dspace/browse?type=authorvalue=Maheshwari%2C+K.P.;
Bhatnagar, 
R.http://library.cat.ernet.in:8080/dspace/browse?type=authorvalue=Bhatnagar%2C+R.;
Prakash, 
Omhttp://library.cat.ernet.in:8080/dspace/browse?type=authorvalue=Prakash%2C+Om
*

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech