Re: [Dspace-tech] Any way to reorder the lists of communities/collections?

2009-06-15 Thread Andrew Marlow
On Fri, Jun 12, 2009 at 2:49 PM, gathub thermalfluids...@gmail.com wrote:


 Right now, all the communities and collections are listed alphabetically
 when
 displayed.  My managers are looking to give a specific order to the
 collections; maybe ordering them by their ID number or time created.  I
 have
 not been able to find any way to modify the SQL statements, however.

 Does anyone know where I might be able to find the code containing the SQL
 statements so I could make this change? Thanks


I don't know, but I would like to make a related comment. In another digital
library system I am working on the ordering id comes across in the metadata.
This is how we order the articles within an issue. So if you could add this
to the metadata by extending your schema you might be able to do the sort
yourself (I'm not sure how easy/difficult that would be to do).
-- 
Regards,

Andrew M.
http://www.andrewpetermarlow.co.uk
--
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] DSpace search weirdness

2009-06-15 Thread mikan.d.dspace listmail
Hi Terrance,

I double-checked the indexes in configuration and they do match. What
I noticed though, is that the text extracted from pdf files differ,
which might be the cause of this problem. It seems that when
filter-media extracts the text on the other server, it messes up some
special characters, thus making them unsearchable. What might be
causing  this? Both databases are set to UNICODE when created. Is
there some other system setting that might be causing this?

Example of extracted text is below:

Server 1: (correct encoding)
3. PUNAISEN KIRJAN SISÄLTÖ
Jaettiin punaisen kirjan sisällön päivitystä varten vastuuhenkilöt seuraavaksi:
3.1 Yleisasu ja kirjan sisällön järjestys miettii ja tarkastelee Tiina Sairanen

Server 2: (Messed up characters)

3. PUNAISEN KIRJAN SIS?LT?
Jaettiin punaisen kirjan sis?ll?n p?ivityst? varten vastuuhenkil?t seuraavaksi:
3.1 Yleisasu ja kirjan sis?ll?n j?rjestys miettii ja tarkastelee Tiina Sairanen


Thanks for any help,
Mika


2009/6/12 Terrance Davis terrance.da...@utah.edu:
 Hi Mika,
 My first guess is that your config files don't match. You might want to
 check the server that is returning 40 results. If the configured search
 indexes have any white space (such as a tab) after the properties, they
 might not be matching up with the dublin core and not indexing properly.
 No trim() is happening on the configured search index properties from the
 1.5.2 dspace.cfg, so they may look the same, but be thrown off by extra
 unwanted white space.
 Best regards,
 Terrance Davis
 --
 Web Applications Programmer
 Institute for Clean and Secure Energy
 University of Utah
 http://www.ices.utah.edu/



 On Jun 12, 2009, at 5:24 AM, mikan.d.dspace listmail wrote:

 Im confused by the way DSpace search works. I cloned our Dspace 1.5.2
 instance to another server. They both have the same config, same items
 etc. However when I run search I get different results?! With the same
 search term the other search shows 40 results and the other 72. I've
 forced reindexing and media-filters but nothing changes. What could be
 the  cause of this?

 Thanks,
 Mika

 --
 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


[Dspace-tech] Test condition is failing for showing thumbnails in xmlui

2009-06-15 Thread Yureshwar Dspace
Hi

Can anyone plot out why the test condition is failing in my code for
displaying the thumbnails of an image in xmlui.
xsl:choose
   xsl:when
test=$context/mets:METS/mets:fileSec/mets:fileg...@use='THUMBNAIL']
a class=image-link
xsl:attribute name=href
xsl:value-of
select=./mets:floc...@loctype='URL']/@*[local-name()='href']/
/xsl:attribute
img alt=Thumbnail
xsl:attribute name=src
xsl:value-of
select=$context/mets:METS/mets:fileSec/mets:fileg...@use='THUMBNAIL']/

mets:file/mets:floc...@loctype='URL']/@*[local-name()='href']/
/xsl:attribute
/img
/a
/xsl:when
xsl:otherwise
a
xsl:attribute name=href
xsl:value-of
select=./mets:floc...@loctype='URL']/@*[local-name()='href']/
/xsl:attribute
img alt=Thumbnail
   xsl:attribute name=src
   xsl:value-of
select=./mets:fileSec/mets:fileg...@use='THUMBNAIL']/

mets:file/mets:floc...@loctype='URL']/@*[local-name()='href']/
   /xsl:attribute
/img --

i18n:textxmlui.dri2xhtml.METS-1.0.item-files-viewOpen/i18n:text
/a
/xsl:otherwise
/xsl:choose
-- 
Regards,
Yureshwar Ravuri.
--
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] AJP Errors

2009-06-15 Thread Sean Carte
2009/6/12 Sean Carte sean.ca...@gmail.com:
 2009/6/12 Graham Triggs gra...@biomedcentral.com:
 Looks like a known (now fixed) bug in Cocoon 2.2

 http://www.mail-archive.com/d...@cocoon.apache.org/msg57582.html

 G

 Is cocoon a part of tomcat? The problem does *seem* to go away if I
 use tomcat 6.

Apparently not.

How do I get an updated version of cocoon? I'm using Ubuntu 8.04.

I tried rebuilding DSpace from a fresh checkout of the repository, but
that hasn't helped either.

I suppose restarting the server every hour or so would work, but
that's a *really* ugly solution.

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


Re: [Dspace-tech] DSpace search weirdness

2009-06-15 Thread Terrance Davis
Hi Mika,

Are both systems using the same OS version and the same version of Java?

Best regards,

Terrance

--
Web Applications Programmer
Institute for Clean and Secure Energy
University of Utah
http://www.ices.utah.edu


On Jun 15, 2009, at 2:01 AM, mikan.d.dspace listmail wrote:

 Hi Terrance,

 I double-checked the indexes in configuration and they do match. What
 I noticed though, is that the text extracted from pdf files differ,
 which might be the cause of this problem. It seems that when
 filter-media extracts the text on the other server, it messes up some
 special characters, thus making them unsearchable. What might be
 causing  this? Both databases are set to UNICODE when created. Is
 there some other system setting that might be causing this?

 Example of extracted text is below:

 Server 1: (correct encoding)
 3. PUNAISEN KIRJAN SISÄLTÖ
 Jaettiin punaisen kirjan sisällön päivitystä varten vastuuhenkilöt  
 seuraavaksi:
 3.1 Yleisasu ja kirjan sisällön järjestys miettii ja tarkastelee  
 Tiina Sairanen

 Server 2: (Messed up characters)

 3. PUNAISEN KIRJAN SIS?LT?
 Jaettiin punaisen kirjan sis?ll?n p?ivityst? varten vastuuhenkil?t  
 seuraavaksi:
 3.1 Yleisasu ja kirjan sis?ll?n j?rjestys miettii ja tarkastelee  
 Tiina Sairanen


 Thanks for any help,
 Mika


 2009/6/12 Terrance Davis terrance.da...@utah.edu:
 Hi Mika,
 My first guess is that your config files don't match. You might  
 want to
 check the server that is returning 40 results. If the configured  
 search
 indexes have any white space (such as a tab) after the properties,  
 they
 might not be matching up with the dublin core and not indexing  
 properly.
 No trim() is happening on the configured search index properties  
 from the
 1.5.2 dspace.cfg, so they may look the same, but be thrown off by  
 extra
 unwanted white space.
 Best regards,
 Terrance Davis
 --
 Web Applications Programmer
 Institute for Clean and Secure Energy
 University of Utah
 http://www.ices.utah.edu/



 On Jun 12, 2009, at 5:24 AM, mikan.d.dspace listmail wrote:

 Im confused by the way DSpace search works. I cloned our Dspace 1.5.2
 instance to another server. They both have the same config, same  
 items
 etc. However when I run search I get different results?! With the  
 same
 search term the other search shows 40 results and the other 72. I've
 forced reindexing and media-filters but nothing changes. What could  
 be
 the  cause of this?

 Thanks,
 Mika

 --
 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


[Dspace-tech] multi-million record stress test

2009-06-15 Thread John Davison
Hello All,

I'm writing to share the initial results of a DSpace stress test we are 
performing, and to ask for your thoughts and suggestions as we begin 
ramping up for the next round of tests.

http://sites.google.com/a/ohiolink.edu/drmc/Home/stretch-armstrong

Background: At OhioLINK we've built a federation of DSpace instances 
across the state called the Digital Resource Commons 
(http://drc.ohiolink.edu), and we hope to expand our offerings beyond 
the academic library community. As part of that research, we are 
building a multi-million record test of DSpace using Amazon's Elastic 
Compute Cloud (EC2).

Item Import: Like many of you, we noticed longer batch submission times 
as our repository grew beyond 200,000 items and knew we needed to find a 
solution.

Our first goal was to confirm the results of the ROAD Project 
(http://www.jisc.ac.uk/whatwedo/programmes/reppres/tools/road.aspx) test 
mentioned by Stewart Lewis. In Stewart's scenario, the entire 300,000 
record submission took place at one time. We wanted to see if the 
problem exists even when the submission is broken up into several 
smaller blocks and takes place over a period of days.

Our initial data confirm and extend the results Stewart posted, 'DSpace 
at a Third of a Million Items.'  
http://blog.stuartlewis.com/wp-content/uploads/2009/01/dspace-banding.png
While he was interested in the performance of the SWORD client, his 
experiment shows a steady increase in the time-to-ingest for a single 
batch submission of 300,000 records. We've confirmed the problem rests 
with the submission process itself, and is not just an issue with 
extremely large 'one shot' batches.

Special thanks to Stewart (Auckland University), Tom De Mulder and Simon 
Brown (Cambridge University)  for their early comments and assistance.

Please feel free to send along your own insights and suggestions,

John Davison
Assistant Director
Digital Resource Development

--
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] DSpace search weirdness

2009-06-15 Thread Stuart Lewis
Hi Mika,

Since running filter-media on new items seems OK, have you tried running:

[dspace]/bin/filter-media -f

-f forces all the bitstreams to be re-filtered.

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/



-Original Message-
From: mikan.d.dspace listmail [mailto:mikan.dsp...@gmail.com] 
Sent: Tuesday, 16 June 2009 1:05 a.m.
To: Terrance Davis
Cc: Dspace Tech
Subject: Re: [Dspace-tech] DSpace search weirdness

Nope.
The server 1 has Debian 5 with Java  version 1.6.0_12. and server 2
has RHEL and Java version  1.5.0_18. Could this cause the problem?

Another strange thing I noticed, is that if I re-submit the entire
item  file and then run filter-media, the text is extracted
correctly?? So, to me  it seems that the old data in the transferred
assetstore is handled incorrectly. Strange, eh?

-Mika




2009/6/15 Terrance Davis terrance.da...@utah.edu:
 Hi Mika,

 Are both systems using the same OS version and the same version of Java?

 Best regards,

 Terrance

 --
 Web Applications Programmer
 Institute for Clean and Secure Energy
 University of Utah
 http://www.ices.utah.edu


 On Jun 15, 2009, at 2:01 AM, mikan.d.dspace listmail wrote:

 Hi Terrance,

 I double-checked the indexes in configuration and they do match. What
 I noticed though, is that the text extracted from pdf files differ,
 which might be the cause of this problem. It seems that when
 filter-media extracts the text on the other server, it messes up some
 special characters, thus making them unsearchable. What might be
 causing  this? Both databases are set to UNICODE when created. Is
 there some other system setting that might be causing this?

 Example of extracted text is below:

 Server 1: (correct encoding)
 3. PUNAISEN KIRJAN SISÄLTÖ
 Jaettiin punaisen kirjan sisällön päivitystä varten vastuuhenkilöt
 seuraavaksi:
 3.1 Yleisasu ja kirjan sisällön järjestys miettii ja tarkastelee Tiina
 Sairanen

 Server 2: (Messed up characters)

 3. PUNAISEN KIRJAN SIS?LT?
 Jaettiin punaisen kirjan sis?ll?n p?ivityst? varten vastuuhenkil?t
 seuraavaksi:
 3.1 Yleisasu ja kirjan sis?ll?n j?rjestys miettii ja tarkastelee Tiina
 Sairanen


 Thanks for any help,
 Mika


 2009/6/12 Terrance Davis terrance.da...@utah.edu:

 Hi Mika,
 My first guess is that your config files don't match. You might want to
 check the server that is returning 40 results. If the configured search
 indexes have any white space (such as a tab) after the properties, they
 might not be matching up with the dublin core and not indexing properly.
 No trim() is happening on the configured search index properties from the
 1.5.2 dspace.cfg, so they may look the same, but be thrown off by extra
 unwanted white space.
 Best regards,
 Terrance Davis
 --
 Web Applications Programmer
 Institute for Clean and Secure Energy
 University of Utah
 http://www.ices.utah.edu/



 On Jun 12, 2009, at 5:24 AM, mikan.d.dspace listmail wrote:

 Im confused by the way DSpace search works. I cloned our Dspace 1.5.2
 instance to another server. They both have the same config, same items
 etc. However when I run search I get different results?! With the same
 search term the other search shows 40 results and the other 72. I've
 forced reindexing and media-filters but nothing changes. What could be
 the  cause of this?

 Thanks,
 Mika


 --
 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

--
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

Re: [Dspace-tech] Internal System Error

2009-06-15 Thread Khan, Baseer
Hello , 
i have checked my log file ,
from this i thought it was Tomcat error and updated it , but this did not help 
can anyone read my log file and help me out here .
i have attached the log file .
Thank you,
Baseer.

From: Flavio Botelho [fezsent...@gmail.com]
Sent: Wednesday, June 10, 2009 3:45 PM
To: Khan, Baseer
Subject: Re: [Dspace-tech] Internal System Error

Please look at the logs. This could be anything.

On Wed, Jun 10, 2009 at 1:49 PM, Khan, Baseerbaseer.k...@wichita.edu wrote:
 Hello ,

 I am trying to upgrade Dspace to 1.5.1 on test machine from 1.4.2 .

 All the installation were successful except hen I ran index-init , it gave
 few exceptions .

 Then I tried to access homepage http://localhost:8080/jspui .

 This gives an error message saying

 “ internal system error

 The system has experienced an internal  error .Please try doing what you
 were doing again ,and the problem persists ,please contact us “

 Any help in this regard would be greatly appreciated.

 Thank you,

 Baseer.

 --
 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




log
Description: log
--
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] Internal System Error

2009-06-15 Thread Flavio Botelho
You are missing the Database Driver.
are you using Oracle?

You should follow the install instructions in the documentation.

Flavio Botelho

On Mon, Jun 15, 2009 at 7:35 PM, Khan, Baseerbaseer.k...@wichita.edu wrote:
 Hello ,
 i have checked my log file ,
 from this i thought it was Tomcat error and updated it , but this did not 
 help can anyone read my log file and help me out here .
 i have attached the log file .
 Thank you,
 Baseer.
 
 From: Flavio Botelho [fezsent...@gmail.com]
 Sent: Wednesday, June 10, 2009 3:45 PM
 To: Khan, Baseer
 Subject: Re: [Dspace-tech] Internal System Error

 Please look at the logs. This could be anything.

 On Wed, Jun 10, 2009 at 1:49 PM, Khan, Baseerbaseer.k...@wichita.edu wrote:
 Hello ,

 I am trying to upgrade Dspace to 1.5.1 on test machine from 1.4.2 .

 All the installation were successful except hen I ran index-init , it gave
 few exceptions .

 Then I tried to access homepage http://localhost:8080/jspui .

 This gives an error message saying

 “ internal system error

 The system has experienced an internal  error .Please try doing what you
 were doing again ,and the problem persists ,please contact us “

 Any help in this regard would be greatly appreciated.

 Thank you,

 Baseer.

 --
 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


Re: [Dspace-tech] Any way to reorder the lists of communities/collections?

2009-06-15 Thread Girija S.
Hello!

In our Dspace (http://dspace.rri.res.in) the comunity-list sorting is done 
by giving a number before each community e.g.

1. Archives 
2. C.V. Raman and his work 
3. Science at the Raman Institute: 1948-1970 
4. Astronomy and Astrophysics 
5. Light and Matter Physics 
6. Soft Condensed Matter 
7. Theoretical Physics

I would be interested to know of any other way to do this.

Best wishes,
Girija

---
  Girija Srinivasan,
  Raman Research Institute Library,   Tel:  +91 80 2361 0122
  C V Raman Avenue, Sadashivanagar,   Fax:  +91 80 2361 0492
  Bangalore 560 080, India.   Email: gir...@rri.res.in

On Fri, 12 Jun 2009, gathub wrote:


 Right now, all the communities and collections are listed alphabetically when
 displayed.  My managers are looking to give a specific order to the
 collections; maybe ordering them by their ID number or time created.  I have
 not been able to find any way to modify the SQL statements, however.

 Does anyone know where I might be able to find the code containing the SQL
 statements so I could make this change? Thanks
 -- 
 View this message in context: 
 http://www.nabble.com/Any-way-to-reorder-the-lists-of-communities-collections--tp23968339p23968339.html
 Sent from the DSpace - Tech mailing list archive at Nabble.com.


 --
 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