[Dspace-tech] RESOLVED: metadatafieldregistry_pkey duplicate key error

2009-05-18 Thread Van Ly
I found the largest value of metadata_field_id in
metadatafieldregistry had outgrown last_value in
metadatafieldregistry_seq [1,2], piecing together search results of
similar `duplicate key' errors, I got it to accept further metadata
field names after using [3].
 
-- #1 - get largest metadata_field_id
SELECT metadata_field_id,element,qualifier FROM metadatafieldregistry ORDER BY 
metadata_field_id DESC;
 
-- #2 - get last value
SELECT * from metadatafieldregistry_seq;
 
-- #3 - set value in #2 to #1
-- ## - where N is a Number (see page 222 ; chapter 9.12 of the 8.1 postgresql 
manual for more)
SELECT setval('metadatafieldregistry_seq', N);
 
Best wishes,
 
-- Van Ly 


From: Van Ly
Sent: Mon 18/05/2009 1:05 PM
To: DSpace-tech@lists.sourceforge.net
Subject: metadatafieldregistry_pkey duplicate key error


Hello everyone,
 
Has anyone worked around or fixed this kind of `PSQLException: ERROR: duplicate 
key' internal error.
 
#2 occurs When trying to add dublin core and qualifier labels (on 1.4.2 DSpace 
+ Postgresql 8.1.11) similar to:
 
description.exhibit
description.exhibitHost
description.exhibitCity
description.exhibitCountry
description.exhibitCategory
description.exhibitImpact
 
Kind regards,
 
-- Van Ly 
 
-- #2 - specifically in the case of already having
 
## description.exhibitHost
## description.exhibition
 
## adding description.exhibit fails
 
2009-05-18 12:52:45,935 WARN  org.dspace.app.webui.servlet.DSpaceServlet @ name\
@place:session_id=F32DD4066DD475B8841A2A2204961B9A:ip_addr=1.2\
.3.4:database_error:org.postgresql.util.PSQLException: ERROR: duplicate key \
violates unique constraint metadatafieldregistry_pkey
org.postgresql.util.PSQLException: ERROR: duplicate key violates unique constra\
int metadatafieldregistry_pkey
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryE\
xecutorImpl.java:1525)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecuto\
rImpl.java:1309)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.j\
ava:188)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Sta\
tement.java:452)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(Abstrac\
tJdbc2Statement.java:354)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJd\
bc2Statement.java:308)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(De\
legatingPreparedStatement.java:101)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(De\
legatingPreparedStatement.java:101)
at org.dspace.storage.rdbms.DatabaseManager.execute(DatabaseManager.jav\
a:1492)
at org.dspace.storage.rdbms.DatabaseManager.insert(DatabaseManager.java\
:815)
at org.dspace.content.MetadataField.create(MetadataField.java:281)
at org.dspace.app.webui.servlet.admin.MetadataFieldRegistryServlet.doDS\
Post(MetadataFieldRegistryServlet.java:166)
at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServ\
let.java:147)
at org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java\
:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App\
licationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Application\
FilterChain.java:188)
at org.dspace.app.webui.filter.AdminOnlyFilter.doFilter(AdminOnlyFilter\
.java:103)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App\
licationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Application\
FilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapper\
Valve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContext\
Valve.java:174)
at org.dspace.storage.rdbms.DatabaseManager.execute(DatabaseManager.jav\
a:1492)
at org.dspace.storage.rdbms.DatabaseManager.insert(DatabaseManager.java\
:815)
at org.dspace.content.MetadataField.create(MetadataField.java:281)
at org.dspace.app.webui.servlet.admin.MetadataFieldRegistryServlet.doDS\
Post(MetadataFieldRegistryServlet.java:166)
at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServ\
let.java:147)
at org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java\
:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App\
licationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Application\
FilterChain.java:188)
at 

Re: [Dspace-tech] Zotero Embedded RDF issues with some DSpace instance

2009-05-18 Thread Jochen Lienhard
if you can not remove the 'dspace' from your URL, you can block the 
dspace-zotero interpreter
(that does not work), by the source code of ItemTag.java and 
styles.css.jsp.

Zotreo scans for
- itemDisplayTable
- miscTable

So, if you chance this for example in itemMyDisplayTable and 
miscMyTable, the RDF embedded Zotero
interpreter is used.

Greetings and thanks to Andrea

Jochen

Andrea Bollini schrieb:
 just forward to the dspace-tech list the answer that I have received 
 from the zotero-dev community.
 As suggested, I have moved the discussion to the Zotero forum
 http://forums.zotero.org/discussion/7009/dspace-translators-not-longer-valid/

 Rick thanks for your answer.
 Andrea


 Richard Karnesky ha scritto:
 Please note that the zotero forums at http://forums.zotero.org/ may be
 a better place to post dialog like this, as it isn't really about
 zotero development.  I'll try to answer your questions quickly.  If
 you have more general questions, please post to the forums.

   
 http://dspace-testhaton.cilea.it/jspui/handle/123456789/60
 

 This uses the DSpace translator (not the embedded RDF translator).
 This is because 'dspace' appears in the url.


   
 http://researchspace.auckland.ac.nz/handle/2292/3065
 http://www.archenvimat.pz.cnr.it/handle/10122/365
 

 The embedded RDF import works for both of these for me.


   
 PS: another strange behavior is about the list of items, where the
 single item import works the item list are not importable in Zotero
 where instead it doesn't work the import option is available
 

 Batch import depends upon using the DSpace translator instead of the
 embedded RDF translator.  This essentially means having URIs added to
 Zotero or ensuring that your uri has 'dspace' in it somewhere.

 --Rick
 --~--~-~--~~~---~--~~
 You received this message because you are subscribed to the Google Groups 
 zotero-dev group.
 To post to this group, send email to zotero-...@googlegroups.com
 To unsubscribe from this group, send email to 
 zotero-dev+unsubscr...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/zotero-dev?hl=en
 -~--~~~~--~~--~--~---



   


 -- 
 Dott. Andrea Bollini
 Project Manager, IT Architect  Systems Integrator
 Sezione Servizi per le Biblioteche e l'Editoria Elettronica
 CILEA, http://www.cilea.it
 tel. +39 06-59292853
 cel. +39 348-8277525

 ---

 Disclaimer: the content of this email is confidential and may be privileged, 
 and it must not be disclosed or copied without the sender's consent. If you 
 have received this message in error, please notify the sender and remove it 
 from your system. The content of this email does not constitute legal advice, 
 nor any responsibility is accepted for loss or damage incurred as a result of 
 acting upon its contents or attachments. 
 The statements and opinions expressed in this email are those of the author 
 and do not necessarily reflect those of the employer.
   
 

 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables 
 unlimited royalty-free distribution of the report engine 
 for externally facing server and web deployment. 
 http://p.sf.net/sfu/businessobjects
 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
   


-- 
Dr. rer. nat. Jochen Lienhard
UB Universität Freiburg
Dezernat EDV
Tel: (0761) 203-3908
Email: lienh...@ub.uni-freiburg.de


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] import RDF into DSpace

2009-05-18 Thread Jochen Lienhard
Hi,

if you have some data in Zotero you export these in RDF. (as you can see 
below).

All metadatas are in one file. Do you know how or do you have experience 
about importing such
datas in DSpace?

Greetings

Jochen

?xml version=1.0?
RDF:RDF xmlns:dc=http://purl.org/dc/elements/1.1/;
 xmlns:NC=http://home.netscape.com/NC-rdf#;
 xmlns:RDF=http://www.w3.org/1999/02/22-rdf-syntax-ns#;
  RDF:Description RDF:about=urn:isbn:3-85124-088-X
   dc:title=Die Ywain-Erzählung von Schloß Rodenegg
   dc:type=bookSection
   dc:creator=Schupp, Volker
   dc:contributor=Kühebacher, Egon
   dc:publisher=Inst. für Germanistik d. Univ.
   dc:date=1982
dc:identifierISBN 3-85124-088-X/dc:identifier
dc:identifierGE 83/3309/dc:identifier
  /RDF:Description



-- 
Dr. rer. nat. Jochen Lienhard
UB Universität Freiburg
Dezernat EDV
Tel: (0761) 203-3908
Email: lienh...@ub.uni-freiburg.de


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Acute Accents -- Searching

2009-05-18 Thread Sean Carte
We've run into a problem with acute accents in an author's name:
'Graaf, René'. Although we can submit the record, we then find we
can't retrieve it.

On a 1.5.2 implementation, clicking the author's name results in:

Browsing by Author Graaf, René
... and no results.

On a 1.5.1 implementation, I get this in the dspace.log:

2009-05-18 11:39:38,308 INFO
org.dspace.app.webui.servlet.AbstractBrowserServlet @
anonymous:session_id=BEDBE942D23168EAB1D8EB0D0C0AB013:ip_addr=10.1.92.253:browse:type=author,order=ASC,value=Graaf,
René,month=null,year=null,starts_with=null,vfocus=null,focus=-1,rpp=20,sort_by=0,community=n/a,collection=n/a,level=1,etal=-1

And this in the DSpace (JSPUI):

No Entries in Index

There are no entries in the index for All of DSpace.


Is there something that I need to configure to correct this?

Sean
--
Sean Carte
esAL Library Systems Manager
+27 72 898 8775
+27 31 373 2490
fax: 0866741254
http://esal.dut.ac.za/

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Batch Import

2009-05-18 Thread Rodrigo Kiguti

I am importing itens in DSpace using Batch Import, using: dsrun 
org.dspace.app.itemimport.ItemImport -a ...

It is imported, I find it with the handle, but I can't find it in the search.

But when I run dsrun org.dspace.search.DSIndexer I find it in the search.

What's wrong?

Regards,
Kiguti


  

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] diacritics browse by author

2009-05-18 Thread Sarah Ryder

Somehow I did not see this email come through, but in Googling around for 
a possible answer to my problem, I happened to see that somebody actually 
did respond to this email I sent last week.

Thank you, Gabrielle!  UTF-8 was set in server.xml for port 8080 but not 
for 8443.  I just added it for 8443 and it worked like a charm!

Re: [Dspace-tech] diacritics browse by author
From: Horan, Gabrielle gabrielle.ho...@eu... - 2009-05-12 10:20

Attachments: Message as HTML
Are you using apache-tomcat connector? If so, check that you have to set 
the tomcat connector to UTF-8 in the server.xml conf file.
Gabrielle.

-Sarah Ryder
Web Development
Hampshire College
413.559.5477

On Mon, 11 May 2009, Sarah Ryder wrote:


 Hi folks

 I recently ran a batch import on an image collection of ours which has a
 number of characters w/ accents, umlauts, etc. within the titles and
 athors' names.  Before I ran the batch import I did a search/replace on
 all diacritics and replaced them w/ the appropriate html numbers (#224;
 for example).  This worked fine for the import and they all seem to
 displaying correctly in the browser, but the problem now is in the browse
 by author link.  If an author has one of these characters in their name
 and a user clicks on the name to retreive all works by this author, they
 get the no entries in index error because the href value for that author
 link is something like this: Ad%C3%A9la%C3%AF+de+Labille-Guiard.  Does
 anyone know if there is a better way to work w/ diacritics to avoid this
 problem?

 Thanks

 -Sarah Ryder
 Web Development
 Hampshire College
 413.559.5477

 --
 The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
 production scanning environment may not be a perfect world - but thanks to
 Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
 Series Scanner you'll get full speed at 300 dpi even with all image
 processing features enabled. http://p.sf.net/sfu/kodak-com
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] metadatafieldregistry_pkey duplicate key error

2009-05-18 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
You just need to reset sequence metadatafieldregistry_seq to 
max(metadata_field_id) + 1 and then retry it.  I ran into this problem when we 
migrated from Test to Prod since we had added new registry fields in Test.

Best,
Sue
susan.m.thorn...@nasa.govmailto:susan.m.thorn...@nasa.gov
NASA Langley Research Center
NCI Information Systems, Inc.
Information Management Branch
(757) 224-4074


From: Van Ly [mailto:v...@library.usyd.edu.au]
Sent: Sunday, May 17, 2009 11:05 PM
To: DSpace-tech@lists.sourceforge.net
Subject: [Dspace-tech] metadatafieldregistry_pkey duplicate key error

Hello everyone,

Has anyone worked around or fixed this kind of `PSQLException: ERROR: duplicate 
key' internal error.

#2 occurs When trying to add dublin core and qualifier labels (on 1.4.2 DSpace 
+ Postgresql 8.1.11) similar to:

description.exhibit
description.exhibitHost
description.exhibitCity
description.exhibitCountry
description.exhibitCategory
description.exhibitImpact

Kind regards,

-- Van Ly

-- #2 - specifically in the case of already having

## description.exhibitHost
## description.exhibition

## adding description.exhibit fails

2009-05-18 12:52:45,935 WARN  org.dspace.app.webui.servlet.DSpaceServlet @ name\
@place:session_id=F32DD4066DD475B8841A2A2204961B9A:ip_addr=1.2\
.3.4:database_error:org.postgresql.util.PSQLException: ERROR: duplicate key \
violates unique constraint metadatafieldregistry_pkey
org.postgresql.util.PSQLException: ERROR: duplicate key violates unique constra\
int metadatafieldregistry_pkey
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryE\
xecutorImpl.java:1525)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecuto\
rImpl.java:1309)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.j\
ava:188)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Sta\
tement.java:452)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(Abstrac\
tJdbc2Statement.java:354)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJd\
bc2Statement.java:308)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(De\
legatingPreparedStatement.java:101)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(De\
legatingPreparedStatement.java:101)
at org.dspace.storage.rdbms.DatabaseManager.execute(DatabaseManager.jav\
a:1492)
at org.dspace.storage.rdbms.DatabaseManager.insert(DatabaseManager.java\
:815)
at org.dspace.content.MetadataField.create(MetadataField.java:281)
at org.dspace.app.webui.servlet.admin.MetadataFieldRegistryServlet.doDS\
Post(MetadataFieldRegistryServlet.java:166)
at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServ\
let.java:147)
at org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java\
:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App\
licationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Application\
FilterChain.java:188)
at org.dspace.app.webui.filter.AdminOnlyFilter.doFilter(AdminOnlyFilter\
.java:103)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App\
licationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Application\
FilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapper\
Valve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContext\
Valve.java:174)
at org.dspace.storage.rdbms.DatabaseManager.execute(DatabaseManager.jav\
a:1492)
at org.dspace.storage.rdbms.DatabaseManager.insert(DatabaseManager.java\
:815)
at org.dspace.content.MetadataField.create(MetadataField.java:281)
at org.dspace.app.webui.servlet.admin.MetadataFieldRegistryServlet.doDS\
Post(MetadataFieldRegistryServlet.java:166)
at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServ\
let.java:147)
at org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java\
:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App\
licationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Application\
FilterChain.java:188)
at org.dspace.app.webui.filter.AdminOnlyFilter.doFilter(AdminOnlyFilter\
.java:103)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App\
licationFilterChain.java:215)
at 

[Dspace-tech] New Advanced Search index question - DSpace 1.5.1

2009-05-18 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Hi,
 Can anyone tell me if it is necessary to run index-init again if I'm 
just adding a new index to the Advanced search, or is there an option where I 
can just build the new index without having to rebuild *all* of the indexes?  
We have just implemented DSpace 1.5.1 in Production and our index-init has been 
running since Friday afternoon @ 3:00 p.m. and has only indexed a bit over half 
of our documents (we have approximately 243,000 records in our repository and 
still have lots to import).  I'd hate to have to rerun the whole thing again.
Thanks in advance,
Sue


Sue Walker-Thornton
ConITS Contract
NASA Langley Research Center
Integrated Library Systems Application  Database Administrator
130 Research Drive
Hampton, VA  23666
Office: (757) 224-4074
Fax:(757) 224-4001
Pager: (757) 988-2547
Email:  susan.m.thorn...@nasa.govmailto:susan.m.thorn...@nasa.gov

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] New Advanced Search index question - DSpace 1.5.1

2009-05-18 Thread Andrea Bollini
Hi,
at the moment the answer is yes, you need to re-index all your contents,
as far as I know there is no possibility to update a lucene doc
http://wiki.apache.org/lucene-java/LuceneFAQ#head-917dd4fc904aa20a34ebd23eb321125bdca1dea2

the only tips that I can suggest is to run only the piece of the
index-init script related to lucene
./dsrun org.dspace.search.DSIndexer -b
these because you don't need to rebuild the browse system tables
Hope this help,
Andrea

Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY] ha
scritto:

 Hi,

  Can anyone tell me if it is necessary to run “index-init” again
 if I’m just adding a new index to the Advanced search, or is there an
 option where I can just build the new index without having to rebuild
 **all** of the indexes?  We have just implemented DSpace 1.5.1 in
 Production and our index-init has been running since Friday afternoon
 @ 3:00 p.m. and has only indexed a bit over half of our documents (we
 have approximately 243,000 records in our repository and still have
 lots to import).  I’d hate to have to rerun the whole thing again.

 Thanks in advance,

 Sue

  

  

 **Sue Walker-Thornton**

 **ConITS Contract***
 ***NASA Langley Research Center***
 ***Integrated Library Systems Application  Database Administrator**

 **130 Research Drive**

 **Hampton, VA  23666**

 **Office: (757) 224-4074***
 ***Fax:(757) 224-4001***
 ***Pager: (757) 988-2547 **
 **Email: **/*/ /*//*/susan.m.thorn...@nasa.gov/*/
 mailto:susan.m.thorn...@nasa.gov

  

 

 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables 
 unlimited royalty-free distribution of the report engine 
 for externally facing server and web deployment. 
 http://p.sf.net/sfu/businessobjects
 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
   


-- 
Dott. Andrea Bollini
Project Manager, IT Architect  Systems Integrator
Sezione Servizi per le Biblioteche e l'Editoria Elettronica
CILEA, http://www.cilea.it
tel. +39 06-59292853
cel. +39 348-8277525

---

Disclaimer: the content of this email is confidential and may be privileged, 
and it must not be disclosed or copied without the sender's consent. If you 
have received this message in error, please notify the sender and remove it 
from your system. The content of this email does not constitute legal advice, 
nor any responsibility is accepted for loss or damage incurred as a result of 
acting upon its contents or attachments. 
The statements and opinions expressed in this email are those of the author and 
do not necessarily reflect those of the employer.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] New Advanced Search index question - DSpace 1.5.1

2009-05-18 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Hi Andrea,

I was afraid that was going to be the answer.  Wow...we are looking at probably 
6-7 days to run a complete browse and search index build for a 243,000 record 
repository.

Thanks a lot,
Sue


From: Andrea Bollini [mailto:boll...@cilea.it]
Sent: Monday, May 18, 2009 2:31 PM
To: Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Cc: DSpace-tech@lists.sourceforge.net; Smail, James W. (LARC-B702)[RAYTHEON 
TECHNICAL SERVICES COMPANY]
Subject: Re: [Dspace-tech] New Advanced Search index question - DSpace 1.5.1

Hi,
at the moment the answer is yes, you need to re-index all your contents, as far 
as I know there is no possibility to update a lucene doc
http://wiki.apache.org/lucene-java/LuceneFAQ#head-917dd4fc904aa20a34ebd23eb321125bdca1dea2

the only tips that I can suggest is to run only the piece of the index-init 
script related to lucene
./dsrun org.dspace.search.DSIndexer -b
these because you don't need to rebuild the browse system tables
Hope this help,
Andrea

Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY] ha scritto:
Hi,
 Can anyone tell me if it is necessary to run index-init again if I'm 
just adding a new index to the Advanced search, or is there an option where I 
can just build the new index without having to rebuild *all* of the indexes?  
We have just implemented DSpace 1.5.1 in Production and our index-init has been 
running since Friday afternoon @ 3:00 p.m. and has only indexed a bit over half 
of our documents (we have approximately 243,000 records in our repository and 
still have lots to import).  I'd hate to have to rerun the whole thing again.
Thanks in advance,
Sue


Sue Walker-Thornton
ConITS Contract
NASA Langley Research Center
Integrated Library Systems Application  Database Administrator
130 Research Drive
Hampton, VA  23666
Office: (757) 224-4074
Fax:(757) 224-4001
Pager: (757) 988-2547
Email:  susan.m.thorn...@nasa.govmailto:susan.m.thorn...@nasa.gov














--

Crystal Reports - New Free Runtime and 30 Day Trial

Check out the new simplified licensing option that enables

unlimited royalty-free distribution of the report engine

for externally facing server and web deployment.

http://p.sf.net/sfu/businessobjects













___

DSpace-tech mailing list

DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/dspace-tech






--

Dott. Andrea Bollini

Project Manager, IT Architect  Systems Integrator

Sezione Servizi per le Biblioteche e l'Editoria Elettronica

CILEA, http://www.cilea.it

tel. +39 06-59292853

cel. +39 348-8277525



---



Disclaimer: the content of this email is confidential and may be privileged, 
and it must not be disclosed or copied without the sender's consent. If you 
have received this message in error, please notify the sender and remove it 
from your system. The content of this email does not constitute legal advice, 
nor any responsibility is accepted for loss or damage incurred as a result of 
acting upon its contents or attachments.

The statements and opinions expressed in this email are those of the author and 
do not necessarily reflect those of the employer.
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] How to translate Dspace to spanish

2009-05-18 Thread César Lockhart
Hi, I want to know how to translate dspace to spanish, thanks.
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] maintenance of DSpace

2009-05-18 Thread Marcela Rodríguez O .


Hi, the system has been experiencing delays in updating records and try to 
delete files shows Internal system error as I do the maintenance? thanks for 
your help


 

marcela.



_
Descárgate ahora el nuevo Internet Explorer 8 y ten a tu alcance todos los 
servicios de Windows Live ¡Gratis! 
http://ie8.msn.com/microsoft/internet-explorer-8/es-es/ie8.aspx--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Authority control proposal for DSpace

2009-05-18 Thread Christophe Dupriez

Dear Larry, (copy to many DSpace users interested by Authority List)

I carefully studied your proposal. Our realized developments are in line
with the functional requests you provide at:
http://wiki.dspace.org/index.php/Authority_Control_of_Metadata_Values

We also provide some important additional features:
* I18n issues are addressed, non latin alphabets included
* the stored value (in text_value) is the code (Authority Key) of the
authority entry: this ensures that you can change the preferred terms,
the synonyms, the translations without having to update the DSpace records.
* the indexed values are all the authority entry variants: this ensures
that full-text retrieval remains (and becomes more) efficient
* special indexes can be defined which includes all the generics of an
authority entry: this ensures that searches on a generic concept (when
the authority is arranged along a hierarchy like in a thesaurus) are
retrieving all the specifics.
* Authority sources can be:
 * Any SQL database (including a DSpace application: in
http://www.windmusic.org, keywords of the Index are coming from one of
the DSpace collections; authors are another one; publishers idem)
Statically (authority list loaded at start up time) or
dynamically (entries are retrieved and cached as needed: the authority
list may be enormous)
 * Any CSV file
 * XML files
 * SKOS/RDF files will be implemented using RIO
* Ajax Autocomplete is used for Metadata updates and for Searches: the
user types a few letters and proposals are made with terms (preferred or
synonyms) in any language.
* We count the use of each entries: those counts are provided in
displays to give clues to users about how much data is linked to each
entries (we also provide horizontal searches whenever possible)
* The Authority Keys are already hidden (translated in their preferred
term in the user's language) in most places. We are finishing this.
* Each usage of an Authority key  can be enriched by a prefix (to
precise, for instance, a role) and a suffix (to precise, for instance,
a quantity, a level of importance): Lucene proximity search then allow
to find the use of an authority key with a given role and/or quantity.

Our Authority keys are very very simple: it is the Scheme code (a SKOS
Scheme is an Authority List), an underline character, and the authority
key itself (any letter, digit or underscores).
This ensures that one Key is seen by Lucene as ONE word and that precise
search is possible
(Precision is THE major request from our users) (The DSpace Lucene
tokenizer is modified to accept and leave untouched words containing an
underline).

This work was made on the basis of DSpace 1.4.1/2 JSP-UI. It is wide and
touching many DSpace classes: it is impossible to us to provide it to
the DSpace Community without the coaching of a DSpace commiter.
http://www.windmusic.org/dspace

The system is very efficient:
* Autocomplete is responsive. Try with authors in
http://www.windmusic.org/dspace/records-search
* Controlled vocabulary search is now based on a SKOS subject thesaurus:
http://www.windmusic.org/dspace/subject-search
The keywords can come from any source, for instance a DSpace
collection containing the keywords:
http://www.windmusic.org/dspace/handle/68502/22355
* Whole FAO Agrovoc is loaded in 7 seconds from an XML file (more than
20 languages). Our users need similar performance with the whole MESH in
4 languages.
* Dynamic SQL source allows to also manage relations between DSpace
records. For instance, in WindMusic, there are different collections for
CDs and tracks on CDs: the CDs collections are one SKOS source and the
tracks collections are another.
The relation.ispartof is controlled by an Authority list dynamically
coming from the CDs collections. Example:
http://www.windmusic.org/dspace/handle/68502/41328
* Static menus are dynamically created when an authority list is short:
http://www.windmusic.org/dspace/scores-search

The standard SKOS fields (Authority list entry) are provided in the
attached XSD file (look at the concept element). Any XML file
conforming to this XSD can be used as an Authority list in DSpace.

Our general aim is to ensure that any accessible XML/CSV file or SQL
database (and other future format to be developed) can be used by one or
multiple DSpace applications or other applications (we are also working
to integrate this tool in JSPWiki to control page names, relations
between pages and relations between pages and external applications like
DSpace).

I would be very happy to discuss this further with you: many DSpace
users are eager to see this question solved and made perennial within
the common DSpace project.

Wishing you a very nice weekend,

Christophe Dupriez


Date: Wed, 13 May 2009 21:38:48 -0400
From: Larry Stone l...@mit.edu
Subject: [Dspace-tech] authority control proposal
To: DSpace Tech dspace-tech@lists.sourceforge.net,
dspace-de...@lists.sourceforge.net
Message-ID: 

Re: [Dspace-tech] maintenance of DSpace

2009-05-18 Thread Stuart Lewis
Hi Marcela,

 

Could you provide us with some more information about the error?

 

There are some good suggestions about how to do this at:

 

http://wiki.dspace.org/index.php/TechnicalFaq#I_keep_receiving_the_message_.22The_system_has_experienced_an_internal_error.22._How_do_I_diagnose_the_problem.3F

or http://tinyurl.com/pn8ghf

 

Thanks,

 

 

Stuart Lewis

Digital Services Programmer

Te Tumu Herenga The University of Auckland Library

Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand

Ph: 64 9 373-7599 x81928

http://www.library.auckland.ac.nz http://www.library.auckland.ac.nz/ /

 

 

 

From: Marcela Rodríguez O. [mailto:marceror...@hotmail.com] 
Sent: Tuesday, 19 May 2009 7:32 a.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] maintenance of DSpace

 


Hi, the system has been experiencing delays in updating records and try to 
delete files shows Internal system error as I do the maintenance? thanks for 
your help

 
marcela.







Ahora, GRATIS Hotmail en tu móvil ¡Descúbrelo aquí! 
http://serviciosmoviles.es.msn.com/hotmail.aspx 

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Acute Accents -- Searching

2009-05-18 Thread Kim Shepherd

Hi Sean,

If you ensure that Tomcat's URIEncoding (and your JSP charsets, if you're using 
JSPUI) are set to UTF8, this should fix your problem.

If you're not sure how to configure Tomcat to encode URIs (author browses use 
GET and therefore the name ends up in a URI), this page should help: 
http://struts.apache.org/2.0.14/docs/how-to-support-utf-8-uriencoding-with-tomcat.html

Cheers,

Kim

-Original Message-
From: Sean Carte [mailto:sean.ca...@gmail.com]
Sent: Mon 5/18/2009 10:15 PM
To: dspace-tech
Subject: [Dspace-tech] Acute Accents -- Searching
 
We've run into a problem with acute accents in an author's name:
'Graaf, René'. Although we can submit the record, we then find we
can't retrieve it.

On a 1.5.2 implementation, clicking the author's name results in:

Browsing by Author Graaf, René
... and no results.

On a 1.5.1 implementation, I get this in the dspace.log:

2009-05-18 11:39:38,308 INFO
org.dspace.app.webui.servlet.AbstractBrowserServlet @
anonymous:session_id=BEDBE942D23168EAB1D8EB0D0C0AB013:ip_addr=10.1.92.253:browse:type=author,order=ASC,value=Graaf,
René,month=null,year=null,starts_with=null,vfocus=null,focus=-1,rpp=20,sort_by=0,community=n/a,collection=n/a,level=1,etal=-1

And this in the DSpace (JSPUI):

No Entries in Index

There are no entries in the index for All of DSpace.


Is there something that I need to configure to correct this?

Sean
--
Sean Carte
esAL Library Systems Manager
+27 72 898 8775
+27 31 373 2490
fax: 0866741254
http://esal.dut.ac.za/

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech