[Dspace-tech] Location Proposal for DSUG Mtg Fall 2009

2008-06-09 Thread Valorie Hollister
DSpace Community -

As many of you are already aware, the next DSpace User Group Meeting  
will be held in conjunction with next year's Open Repositories in May  
2009 in Atlanta, Georgia, USA.

DSpace Foundation would like to help organize a stand-alone DSUG  
meeting sometime between September - November 2009 in Europe. We've  
already have a few informal offers to host the meeting, but before we  
make a decision we would like to give the entire DSpace community a  
chance to propose their location.

Some of the key criteria for hosting the meeting include:
-location must be easily accessible for international participants  
(i.e. close to an international airport)
-meeting facilities must accommodate at least 200 people for 2 days
-maximum charges per participant should not exceed $300
-meeting facilities must be close to enough available, inexpensive  
lodging for participants

If you are interested in hosting the next DSUG meeting, please contact  
me at [EMAIL PROTECTED]

Valorie Hollister
Community Outreach Manager
DSpace Foundation


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Export / Import of Community/Collection-structure

2008-06-09 Thread Mika Stenberg
I remember seeing discussion / utilities for exporting / importing 
collection/community structure in DSpace. Could someone point me to the 
right way or share one's experiences in the issue?

Thanks,
Mika

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] ORE software libraries from Foresite

2008-06-09 Thread Richard Jones
Apologies for cross-posting...

The Foresite [1] project is pleased to announce the initial code of two 
software libraries for constructing, parsing, manipulating and serialising 
OAI-ORE [2] Resource Maps.  These libraries are being written in Java and 
Python, and can be used generically to provide advanced functionality to 
OAI-ORE aware applications, and are compliant with the latest release (0.9) of 
the specification.  The software is open source, released under a BSD licence, 
and is available from a Google Code repository:

http://code.google.com/p/foresite-toolkit/

You will find that the implementations are not absolutely complete yet, and are 
lacking good documentation for this early release, but we will be continuing to 
develop this software throughout the project and hope that it will be of use to 
the community immediately and beyond the end of the project.

Both libraries support parsing and serialising in: ATOM, RDF/XML, N3, 
N-Triples, Turtle and RDFa

Foresite is a JISC [3] funded project which aims to produce a demonstrator and 
test of the OAI-ORE standard by creating Resource Maps of journals and their 
contents held in JSTOR [4], and delivering them as ATOM documents via the SWORD 
[5] interface to DSpace [6].  DSpace will ingest these resource maps, and 
convert them into repository items which reference content which continues to 
reside in JSTOR.  The Python library is being used to generate the resource 
maps from JSTOR and the Java library is being used to provide all the ingest, 
transformation and dissemination support required in DSpace.

Please feel free to download and play with the source code, and let us have 
your feedback via the Google group:

[EMAIL PROTECTED]

All the best,

Richard Jones  Rob Sanderson

[1] Foresite project page: http://foresite.cheshire3.org/
[2] OAI-ORE specification: http://www.openarchives.org/ore/0.9/toc
[3] Joint Information Systems Committee (JISC): http://www.jisc.ac.uk/
[4] JSTOR: http://www.jstor.org/
[5] Simple Web Service Offering Repository Deposit (SWORD):
http://www.ukoln.ac.uk/repositories/digirep/index/SWORD
[6] DSpace: http://www.dspace.org/

-- 
===
Richard Jones |   Hewlett-Packard Limited
Research Engineer, HP Labs|   registered office:
Bristol, UK   |   Cain Road, Bracknell,
  |   Berks, RG12 1HN.
  |   Registered No: 690597 England
eml: [EMAIL PROTECTED]   -
blg: http://chronicles-of-richard.blogspot.com/
---
The contents of this message and any attachments to it are confidential
and may be legally privileged. If you have received this message in
error, you should delete it from your system immediately and advise the
sender. To any recipient of this message within HP, unless otherwise
stated you should consider this message and attachments as HP
CONFIDENTIAL.



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Index-init error

2008-06-09 Thread Graham Triggs
Jose,

There is a known corruption bug in Lucene 2.3.0, that is meant to be 
fixed in the later releases (they are currently on 2.3.2)

Instead of going back to an older version, can you try using the latest 
version of Lucene (2.3.2)?

There are some useful changes in the 2.3.x series that I would like to 
see us stay with - particularly for anyone that is trying to run Lucene 
on Windows.

G

Blanco, Jose wrote:
 I'm on dspace 1.5, and when I try index-init, I get these errors:
 
 Exception in thread Thread-267
 org.apache.lucene.index.MergePolicy$MergeException:
 org.apache.lucene.index.CorruptIndexException: doc counts differ for
 segment _fjj: fieldsReader shows 0 but segmentInfo shows 1
 at
 org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(Concurr
 entMergeScheduler.java:271)
 Caused by: org.apache.lucene.index.CorruptIndexException: doc counts
 differ for segment _fjj: fieldsReader shows 0 but segmentInfo shows 1
 at
 org.apache.lucene.index.SegmentReader.initialize(SegmentReader.java:313)
 at
 org.apache.lucene.index.SegmentReader.get(SegmentReader.java:262)
 at
 org.apache.lucene.index.SegmentReader.get(SegmentReader.java:221)
 at
 org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3093)
 at
 org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:2834)
 at
 org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(Concurr
 entMergeScheduler.java:240)
 
 I'm using tomcat 5. I say this because, some one thought that tomcat 5
 would fix this.
 
 Also, if I replace lucene-core-2.3.0.jar with what I had for 1.4:
 
 lucene.jar  
 lucene-sandbox.jar 
 
 index-init completes successfully.
 
 Any ideas?
 
 Thank you!
 Jose


 
 
This e-mail is confidential and should not be used by anyone who is not the 
original intended recipient. BioMed Central Limited does not accept liability 
for any statements made which are clearly the sender's own and not expressly 
made on behalf of BioMed Central Limited. No contracts may be concluded on 
behalf of BioMed Central Limited by means of e-mail communication. BioMed 
Central Limited Registered in England and Wales with registered number 3680030 
Registered Office Middlesex House, 34-42 Cleveland Street, London W1T 4LB
This email has been scanned by Postini.
For more information please visit http://www.postini.com


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Index-init error

2008-06-09 Thread Mark Diggory
Did we upgrade this in the branch Graham?

On Jun 9, 2008, at 8:20 AM, Graham Triggs wrote:

 Jose,

 There is a known corruption bug in Lucene 2.3.0, that is meant to be
 fixed in the later releases (they are currently on 2.3.2)

 Instead of going back to an older version, can you try using the  
 latest
 version of Lucene (2.3.2)?

 There are some useful changes in the 2.3.x series that I would like to
 see us stay with - particularly for anyone that is trying to run  
 Lucene
 on Windows.

 G

 Blanco, Jose wrote:
 I'm on dspace 1.5, and when I try index-init, I get these errors:

 Exception in thread Thread-267
 org.apache.lucene.index.MergePolicy$MergeException:
 org.apache.lucene.index.CorruptIndexException: doc counts differ for
 segment _fjj: fieldsReader shows 0 but segmentInfo shows 1
 at
 org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run 
 (Concurr
 entMergeScheduler.java:271)
 Caused by: org.apache.lucene.index.CorruptIndexException: doc counts
 differ for segment _fjj: fieldsReader shows 0 but segmentInfo shows 1
 at
 org.apache.lucene.index.SegmentReader.initialize 
 (SegmentReader.java:313)
 at
 org.apache.lucene.index.SegmentReader.get(SegmentReader.java:262)
 at
 org.apache.lucene.index.SegmentReader.get(SegmentReader.java:221)
 at
 org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java: 
 3093)
 at
 org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:2834)
 at
 org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run 
 (Concurr
 entMergeScheduler.java:240)

 I'm using tomcat 5. I say this because, some one thought that  
 tomcat 5
 would fix this.

 Also, if I replace lucene-core-2.3.0.jar with what I had for 1.4:

 lucene.jar
 lucene-sandbox.jar

 index-init completes successfully.

 Any ideas?

 Thank you!
 Jose




 This e-mail is confidential and should not be used by anyone who is  
 not the original intended recipient. BioMed Central Limited does  
 not accept liability for any statements made which are clearly the  
 sender's own and not expressly made on behalf of BioMed Central  
 Limited. No contracts may be concluded on behalf of BioMed Central  
 Limited by means of e-mail communication. BioMed Central Limited  
 Registered in England and Wales with registered number 3680030  
 Registered Office Middlesex House, 34-42 Cleveland Street, London  
 W1T 4LB
 This email has been scanned by Postini.
 For more information please visit http://www.postini.com


 -- 
 ---
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Index-init error

2008-06-09 Thread Graham Triggs
We moved the branch to 2.3.0 some time ago, to get the improvements that 
were part of that release.

But we haven't done anything since then.

If someone is able to reproduce a problem with 2.3.0, then it's an 
important test to see if it has been fixed with the subsequent releases.

G

Mark Diggory wrote:
 Did we upgrade this in the branch Graham?
 
 On Jun 9, 2008, at 8:20 AM, Graham Triggs wrote:
 
 Jose,

 There is a known corruption bug in Lucene 2.3.0, that is meant to be
 fixed in the later releases (they are currently on 2.3.2)

 Instead of going back to an older version, can you try using the latest
 version of Lucene (2.3.2)?

 There are some useful changes in the 2.3.x series that I would like to
 see us stay with - particularly for anyone that is trying to run Lucene
 on Windows.

 G

 Blanco, Jose wrote:
 I'm on dspace 1.5, and when I try index-init, I get these errors:

 Exception in thread Thread-267
 org.apache.lucene.index.MergePolicy$MergeException:
 org.apache.lucene.index.CorruptIndexException: doc counts differ for
 segment _fjj: fieldsReader shows 0 but segmentInfo shows 1
 at
 org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(Concurr
 entMergeScheduler.java:271)
 Caused by: org.apache.lucene.index.CorruptIndexException: doc counts
 differ for segment _fjj: fieldsReader shows 0 but segmentInfo shows 1
 at
 org.apache.lucene.index.SegmentReader.initialize(SegmentReader.java:313)
 at
 org.apache.lucene.index.SegmentReader.get(SegmentReader.java:262)
 at
 org.apache.lucene.index.SegmentReader.get(SegmentReader.java:221)
 at
 org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3093)
 at
 org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:2834)
 at
 org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(Concurr
 entMergeScheduler.java:240)

 I'm using tomcat 5. I say this because, some one thought that tomcat 5
 would fix this.

 Also, if I replace lucene-core-2.3.0.jar with what I had for 1.4:

 lucene.jar
 lucene-sandbox.jar

 index-init completes successfully.

 Any ideas?

 Thank you!
 Jose




 This e-mail is confidential and should not be used by anyone who is 
 not the original intended recipient. BioMed Central Limited does not 
 accept liability for any statements made which are clearly the 
 sender's own and not expressly made on behalf of BioMed Central 
 Limited. No contracts may be concluded on behalf of BioMed Central 
 Limited by means of e-mail communication. BioMed Central Limited 
 Registered in England and Wales with registered number 3680030 
 Registered Office Middlesex House, 34-42 Cleveland Street, London W1T 4LB
 This email has been scanned by Postini.
 For more information please visit http://www.postini.com


 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 

This email has been scanned by Postini.
For more information please visit http://www.postini.com


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Manakin twobox

2008-06-09 Thread Smith, Andrew J
Hello,

Has anyone run into Manakin 1.1 not properly handling the input type of twobox 
from the input-forms.xml?  I have a couple of instances in which the JSP 
interface properly shows a twobox field with two text boxs and an Add, while 
only one text box and the Add button occur in the manakin interface.

Thanks,
Andy


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DAO prototype

2008-06-09 Thread James Rutherford
On Mon, Jun 09, 2008 at 04:06:27PM +, Simon Brown wrote:
 I've been looking at the wiki page describing James Rutherford's work
 on the DAO prototype. It looks pretty good and also pretty complete -
 any thoughts on if/when it might make it in to the main trunk? It
 would almost certainly make some of the local customisations in my
 future a fair bit easier.

It's in trunk already. It will be included in the next 'major' release
(scheduled for May 09). I'm pretty sure that what I've done is actually
better than what's documented on the wiki (the documentation always lags
:) Let me know if you have any questions.

cheers,

Jim

-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential
and may be legally privileged. If you have received this message in
error, you should delete it from your system immediately and advise the
sender. To any recipient of this message within HP, unless otherwise
stated you should consider this message and attachments as HP
CONFIDENTIAL.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace Fedora discussion skypecast tomorrow

2008-06-09 Thread Michele Kimpton
Hi all,

Tomorrow DSpace Foundation and Fedora Commons will be meeting with a  
few key folks from each community to begin the discussions on  
identifying ways the communities can work together to advance the  
missions of both organizations and communities.  This will be the  
first in many discussions with our communities in the hopes of coming  
up with tangible ways to easily work together.  In our effort to make  
these discussions as transparent and participatory we have set up a  
skypecast.  Skypecast is a broadcast of the meeting available for  
anyone with a skype account to listen in and participate.  The  
Skypecast can accommodate 100 people.  In addition to the Skypecast,  
we will post the notes from the meeting on our wikis, and hope to have  
a recording of the meeting that anyone can download.

We realize the technology, language and timing to get massive  
transparent participation is very limited.  However, we promise to  
continue to make all discussions open and have multiple opportunities  
to voice your opinion, this being the first of many possible  
opportunities.

If you would like to listen in tomorrow(Tuesday 1pm EDT, GMT-5  
hours) , the meeting will go for 3 or 4 hours and you can log in at:
https://skypecasts.skype.com/skypecasts/skypecast/detailed.html?id_talk=4668237

or search for DSpace at:
https://skypecasts.skype.com/skypecasts/home

You must have a skype account to join the meeting and currently  
skypecast does not support MAC.

I would also welcome any input you would like to send me directly or  
by skype at mbkimpton.

Michele

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Ant Update or Fresh Install

2008-06-09 Thread Hutchinson, Alvin
Recently my Dspace directory was changed from /dspace to /data/dspace.

When I try to start Tomcat I get the error:

FATAL main org.dspace.core.ConfigurationManager - Can't load
configuration
java.io.FileNotFoundException: ${dspace.dir}/config/dspace.cfg (No such
file or directory)

I changed the $dspace.dir folder in the dspace.cfg file to reflect the
change but my question is:

Do I need to do ant fresh_install instead of an ant update? I tried the
latter but still get the error.

If I do a fresh_install will it wipe out my jsp, css,
messages.properties etc. files?

I poked around the wiki to try to find an answer but couldn't see
anything.

Many thanks in advance for guidance,

Alvin Hutchinson
Smithsonian Institution Libraries
(202) 633-1031

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Thumbnails under 1.5

2008-06-09 Thread John Preston
A quick question. Are thumbnails broken under 1.5. I've submitted some
images to a 1.5 instance, and running /dspace/bin/filtermedia only finds one
of the files even if I explicitly use the mediafilter --force flag. If I
specify to the item handle explicitly then it runs through the files and
seems to create thumbnails but these don't appear on the item page. I have
the flags turned on in the configuration files. When I look in the database
I don't see any THUMBNAIL bundles. Isn't that supposed to be where the
thumbnail files are created?

John
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Ant Update or Fresh Install

2008-06-09 Thread Mark Diggory
A assume this is 1.4 or eariler?

No, running a fresh install on an existing installation will more  
than likely break it.

If you look in your dspace web-application (and dspace-oai if you  
have that installed as well) you'll find a WEB-INF/web.xml file with  
the location of your dspace.dir/config/dspace.cfg configured. You'll  
need to change those.

The ant build_wars task will rebuild the wars with you changes in  
dspace.cfg (either in your [source]/config/dspace or vi -Dconfig=.../ 
location/of/dspace.cfg)

-Mark

On Jun 9, 2008, at 9:32 AM, Hutchinson, Alvin wrote:

 Recently my Dspace directory was changed from /dspace to /data/dspace.

 When I try to start Tomcat I get the error:

 FATAL main org.dspace.core.ConfigurationManager - Can't load
 configuration
 java.io.FileNotFoundException: ${dspace.dir}/config/dspace.cfg (No  
 such
 file or directory)

 I changed the $dspace.dir folder in the dspace.cfg file to reflect the
 change but my question is:

 Do I need to do ant fresh_install instead of an ant update? I tried  
 the
 latter but still get the error.

 If I do a fresh_install will it wipe out my jsp, css,
 messages.properties etc. files?

 I poked around the wiki to try to find an answer but couldn't see
 anything.

 Many thanks in advance for guidance,

 Alvin Hutchinson
 Smithsonian Institution Libraries
 (202) 633-1031

 -- 
 ---
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Exporting non-DC metadata via OAI

2008-06-09 Thread Shane Beers
Our cataloging staff wishes to harvest the OAI data for our ETD items,  
and then use this data to build the MARC records. This works quite  
well using MarcEdit and OCLC Connection, but the additional fields of  
the NDLTD schema do not come along for the ride. When the OAI request  
for ListMetadataFormats is made, only OAI_DC is shown. Is there a  
hack for including other metadata namespaces along with the OAI export?

Thanks in advance!

Shane Beers
Digital Repository Services Librarian
George Mason University
[EMAIL PROTECTED]
http://mars.gmu.edu
703-993-3742




-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Ant Update or Fresh Install

2008-06-09 Thread Hutchinson, Alvin
Thanks, Mark. Yes, it is Dspace 1.3.2

The web.xml file shows:

context-param
  param-namedspace-config/param-name
  param-value${dspace.dir}/config/dspace.cfg/param-value
  description
The location of the main DSpace configuration file
  /description
/context-param

I assume that the ${dspace.dir} value comes from the
dspace-source/config/dspace.cfg file which is set at 

dspace.dir = /data/dspace

Do I have to edit the web.xml file as well? 

I also tried ant build_wars but the same message appeared:

FATAL main org.dspace.core.ConfigurationManager - Can't load
configuration
java.io.FileNotFoundException: ${dspace.dir}/config/dspace.cfg (No such
file or directory)

thanks again for any tips. 

Alvin 

-Original Message-
From: Mark Diggory [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 09, 2008 2:20 PM
To: Hutchinson, Alvin
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Ant Update or Fresh Install

A assume this is 1.4 or eariler?

No, running a fresh install on an existing installation will more  
than likely break it.

If you look in your dspace web-application (and dspace-oai if you  
have that installed as well) you'll find a WEB-INF/web.xml file with  
the location of your dspace.dir/config/dspace.cfg configured. You'll  
need to change those.

The ant build_wars task will rebuild the wars with you changes in  
dspace.cfg (either in your [source]/config/dspace or vi -Dconfig=.../ 
location/of/dspace.cfg)

-Mark

On Jun 9, 2008, at 9:32 AM, Hutchinson, Alvin wrote:

 Recently my Dspace directory was changed from /dspace to /data/dspace.

 When I try to start Tomcat I get the error:

 FATAL main org.dspace.core.ConfigurationManager - Can't load
 configuration
 java.io.FileNotFoundException: ${dspace.dir}/config/dspace.cfg (No  
 such
 file or directory)

 I changed the $dspace.dir folder in the dspace.cfg file to reflect the
 change but my question is:

 Do I need to do ant fresh_install instead of an ant update? I tried  
 the
 latter but still get the error.

 If I do a fresh_install will it wipe out my jsp, css,
 messages.properties etc. files?

 I poked around the wiki to try to find an answer but couldn't see
 anything.

 Many thanks in advance for guidance,

 Alvin Hutchinson
 Smithsonian Institution Libraries
 (202) 633-1031

 --

 ---
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Index-init error

2008-06-09 Thread Mark Diggory
2.3.2 has been published in the central maven repo

http://repo1.maven.org/maven2/org/apache/lucene/lucene-core/2.3.2/

go into your [dspace-source]/pom.xml and find the lucene dependency  
listed in the dependencyManagement section, change its version number  
to 2.3.2 and rebuild your distribution of dspace using mvn clean package

I think we can safely upgrade to this in the trunk and branch.

-Mark

On Jun 9, 2008, at 12:35 PM, Blanco, Jose wrote:

 2.3.2 seems to work.  I put it in the reposiotory area and index- 
 init completed without errors.  Now my problem is that I have 2.3.0  
 in the mvn environemnt and I'm not sure how to remove it and  
 install 2.3.2.  What is the easiest way to do that?

 Thanks!
 Jose

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:dspace-tech- 
 [EMAIL PROTECTED] On Behalf Of Graham Triggs
 Sent: Monday, June 09, 2008 11:20 AM
 To: Blanco, Jose
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Index-init error

 Jose,

 There is a known corruption bug in Lucene 2.3.0, that is meant to  
 be fixed in the later releases (they are currently on 2.3.2)

 Instead of going back to an older version, can you try using the  
 latest version of Lucene (2.3.2)?

 There are some useful changes in the 2.3.x series that I would like  
 to see us stay with - particularly for anyone that is trying to run  
 Lucene on Windows.

 G

 Blanco, Jose wrote:
 I'm on dspace 1.5, and when I try index-init, I get these errors:

 Exception in thread Thread-267
 org.apache.lucene.index.MergePolicy$MergeException:
 org.apache.lucene.index.CorruptIndexException: doc counts differ for
 segment _fjj: fieldsReader shows 0 but segmentInfo shows 1
 at
 org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run 
 (Concurr
 entMergeScheduler.java:271)
 Caused by: org.apache.lucene.index.CorruptIndexException: doc counts
 differ for segment _fjj: fieldsReader shows 0 but segmentInfo shows 1
 at
 org.apache.lucene.index.SegmentReader.initialize 
 (SegmentReader.java:313)
 at
 org.apache.lucene.index.SegmentReader.get(SegmentReader.java:262)
 at
 org.apache.lucene.index.SegmentReader.get(SegmentReader.java:221)
 at
 org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java: 
 3093)
 at
 org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:2834)
 at
 org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run 
 (Concurr
 entMergeScheduler.java:240)

 I'm using tomcat 5. I say this because, some one thought that  
 tomcat 5
 would fix this.

 Also, if I replace lucene-core-2.3.0.jar with what I had for 1.4:

 lucene.jar
 lucene-sandbox.jar

 index-init completes successfully.

 Any ideas?

 Thank you!
 Jose




 This e-mail is confidential and should not be used by anyone who is  
 not the original intended recipient. BioMed Central Limited does  
 not accept liability for any statements made which are clearly the  
 sender's own and not expressly made on behalf of BioMed Central  
 Limited. No contracts may be concluded on behalf of BioMed Central  
 Limited by means of e-mail communication. BioMed Central Limited  
 Registered in England and Wales with registered number 3680030  
 Registered Office Middlesex House, 34-42 Cleveland Street, London  
 W1T 4LB
 This email has been scanned by Postini.
 For more information please visit http://www.postini.com


 -- 
 ---
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 -- 
 ---
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] ds-options...

2008-06-09 Thread Bill Kelm

  Has anyone messed with moving the ds-options into a div wrapper that 
will combine it with the ds-body just to make the page layout a little 
easier to handle in css. I imagine I will have to change around the 
template.xsl some and maybe the structural.xsl, curious if anyone has 
done this yet?

Thanks,
Bill Kelm

-- 
Bill G. Kelm - Systems Librarian
Willamette University Library
900 State Street - Salem, OR 97301
Phone: 503-375-5332   Fax: 503-370-6141



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Ant Update or Fresh Install

2008-06-09 Thread Conal Tuohy
To update dspace/config/dspace.cfg I think you want:

ant init_configs

On Mon, 2008-06-09 at 14:57 -0400, Hutchinson, Alvin wrote:
 Thanks, Mark. Yes, it is Dspace 1.3.2
 
 The web.xml file shows:
 
 context-param
   param-namedspace-config/param-name
   param-value${dspace.dir}/config/dspace.cfg/param-value
   description
 The location of the main DSpace configuration file
   /description
 /context-param
 
 I assume that the ${dspace.dir} value comes from the
 dspace-source/config/dspace.cfg file which is set at 
 
 dspace.dir = /data/dspace
 
 Do I have to edit the web.xml file as well? 
 
 I also tried ant build_wars but the same message appeared:
 
 FATAL main org.dspace.core.ConfigurationManager - Can't load
 configuration
 java.io.FileNotFoundException: ${dspace.dir}/config/dspace.cfg (No such
 file or directory)
 
 thanks again for any tips. 
 
 Alvin 
 
 -Original Message-
 From: Mark Diggory [mailto:[EMAIL PROTECTED] 
 Sent: Monday, June 09, 2008 2:20 PM
 To: Hutchinson, Alvin
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Ant Update or Fresh Install
 
 A assume this is 1.4 or eariler?
 
 No, running a fresh install on an existing installation will more  
 than likely break it.
 
 If you look in your dspace web-application (and dspace-oai if you  
 have that installed as well) you'll find a WEB-INF/web.xml file with  
 the location of your dspace.dir/config/dspace.cfg configured. You'll  
 need to change those.
 
 The ant build_wars task will rebuild the wars with you changes in  
 dspace.cfg (either in your [source]/config/dspace or vi -Dconfig=.../ 
 location/of/dspace.cfg)
 
 -Mark
 
 On Jun 9, 2008, at 9:32 AM, Hutchinson, Alvin wrote:
 
  Recently my Dspace directory was changed from /dspace to /data/dspace.
 
  When I try to start Tomcat I get the error:
 
  FATAL main org.dspace.core.ConfigurationManager - Can't load
  configuration
  java.io.FileNotFoundException: ${dspace.dir}/config/dspace.cfg (No  
  such
  file or directory)
 
  I changed the $dspace.dir folder in the dspace.cfg file to reflect the
  change but my question is:
 
  Do I need to do ant fresh_install instead of an ant update? I tried  
  the
  latter but still get the error.
 
  If I do a fresh_install will it wipe out my jsp, css,
  messages.properties etc. files?
 
  I poked around the wiki to try to find an answer but couldn't see
  anything.
 
  Many thanks in advance for guidance,
 
  Alvin Hutchinson
  Smithsonian Institution Libraries
  (202) 633-1031
 
  --
 
  ---
  Check out the new SourceForge.net Marketplace.
  It's the best place to buy or sell services for
  just about anything Open Source.
  http://sourceforge.net/services/buy/index.php
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
-- 
Conal Tuohy
New Zealand Electronic Text Centre
www.nzetc.org


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Manakin

2008-06-09 Thread Conal Tuohy
Vincent

RSS feeds are supported in Manakin but (as far as I know) they are only
exposed via html/head/link elements - they don't appear as hyperlinks in
the html body. If you'd like to see them in the body of your web pages
as well I have a Manakin aspect you could use to do so. Just let me
know.

Conal

On Mon, 2008-06-09 at 14:42 +0200, BAILLY, Vincent wrote:
 Hello,
  
 I am looking for adding RSS to manakin
 I beleive that i should look for this in the theme but i don't know
 where exactly
 and I didn't found anymore information on the net.
 So if anybody can explain it to me or guid me to a tutorial
 that would grealy help me.
  
 Thanks
  
 Vincent BAILLY
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___ DSpace-tech mailing list 
 DSpace-tech@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
-- 
Conal Tuohy
New Zealand Electronic Text Centre
www.nzetc.org


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Messages.properties

2008-06-09 Thread Gary Browne
Thanks a lot, that worked.
 
Gary Browne
Development Programmer
Library IT Services
University of Sydney
ph: 9351-5946
 




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, 9 June 2008 7:16 PM
To: Gary Browne
Subject: Re: [Dspace-tech] Messages.properties



i need copy your source (Messages.Properties) file in
[dspace]/webapps/jspui/WEB-INF/classes directory. Then, you need update
your index page. 

Aja Aja Fighting  . 



On Tue, 3 Jun 2008 16:55:45 +1000, Gary Browne wrote: 

Hi all 

In 1.5, what process do I use to update
Messages.properties (mvn, ant)? 

Or do I need to copy changes manually from my source? 

Thanks 
Gary 


Gary Browne
Development Programmer
Library IT Services
University of Sydney 
ph: 9351-5946 

smiley-wink.gif-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech