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

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 characte

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

Re: [Dspace-tech] AJP Errors

2009-06-15 Thread Sean Carte
2009/6/12 Sean Carte : > 2009/6/12 Graham Triggs : >> 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 ge

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,

Re: [Dspace-tech] DSpace search weirdness

2009-06-15 Thread mikan.d.dspace listmail
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

[Dspace-tech] RES: ENC: dc.description.provenance

2009-06-15 Thread Janice de Oliveira E Silva Silveira
Hi Hardyso glad when I saw your message this morning. Many thanks. We are going to try this right now. I let you know later. Thanks to the folks at OhioLink too. Have a great day. Janice -Mensagem original- De: Pottinger, Hardy J. [mailto:pottinge...@umsystem.edu] Enviada em: sexta

[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

Re: [Dspace-tech] Removing Community-List from front page - XMLUI

2009-06-15 Thread Tim Donohue
The way Kim pointed out is a good solution. But, I did want to point out another option. Another way you could remove the Community-List by creating your own XSLT-based aspect similar to the following: dspace/modules/xmlui/src/main/resources/aspects/MyXSLTAspect/ You'd want to create an XSLT

[Dspace-tech] Problems with ldaps

2009-06-15 Thread Carlos Testera González
Hello everyone. I'm new to the list, so forgive me if this has been already answered. I have a new DSpace 1.5.2 installation that works ok under Tomcat 6.0.18 and Java 1.6 all running in a Red Hat Linux. We're still in the test stage and one of the steps is authentication. We have a LDAP server t

[Dspace-tech] XML Parsing Error: not well-formed

2009-06-15 Thread Ruth Anjo
Good day all, i tried this http://dspace.unijos.edu.ng/oai/request?verb=ListRecords&metadataPrefix=didl and i got this XML Parsing Error: not well-formed Location: http://dspace.unijos.edu.ng/oai/request?verb=ListRecords&metadataPrefix=didl Line Number 27, Column 2140:oai:dspace.unijos.edu.ng:104

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

2009-06-15 Thread bill . anderson
In Dspace 1.5.2, anyway, the sql for listing communities is in the class org.dspace.content.Community; search for "ORDER BY". There are four pertinent sql statements, returning lists of all communities, top-level communities, sub-communities and collections within communities. There's a statemen

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

2009-06-15 Thread gathub
Thanks very much for your response. I am having trouble finding where this "org.dspace.content.Community" class is located within my server. Wouldn't it be located within a .java file somewhere? If you could explain where I could find this code on my server that would be really helpful! By the

Re: [Dspace-tech] AJP Errors

2009-06-15 Thread Mark H. Wood
Tomcat and Cocoon are separate projects at Apache. But the important thing here is that the instance of Cocoon that DSpace uses is included in dspace-xmlui when it is built. You'd have to get that patched somehow. If there is an updated Cocoon 2.2 which has the patch, you could try changing the

Re: [Dspace-tech] multi-million record stress test

2009-06-15 Thread Mark H. Wood
My gut says, "find out how hard the DBMS is working to add one item". I think that would be consistent with the increasing time spent in Context.commit(). I suspect (but can't yet prove or disprove) that there are some places where the choice of columns to index should be reviewed w.r.t. large rep

Re: [Dspace-tech] XML Parsing Error: not well-formed

2009-06-15 Thread Mark H. Wood
On Mon, Jun 15, 2009 at 04:02:48PM +0100, Ruth Anjo wrote: > id="uuid-c51856ef-92e5-4b4e-bc9d-b127844aa499"> ref="http://dspace.unijos.edu.ng//bitstream/10485/93/1/MGT&SOCIOLOGY.ppt"; shouldn't this be encoded? -^ > mimeType="application/vnd.ms-powerpoint"> I ran th

[Dspace-tech] Rss feed question.

2009-06-15 Thread Blanco, Jose
We have a need to have one of our collections generate an rss feed for itunes. I changed the FeedServlet to include all the bitstreams for an item in the the enclosure tag. And so now itunes sees the bitstream associated with the item, but if an item has more than one bitstream I create multip

Re: [Dspace-tech] DSpace search weirdness

2009-06-15 Thread Kim Shepherd
Hi Mika, [I'm a bit late with this message and it looks as though your problems are to do with the media filter, not the search indexer, but I'll send this anyway in case it helps anybody] I've had similar problems in the past, but only when indexing text with non-ISO8859-1 characters in it --

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

Re: [Dspace-tech] Problems with ldaps

2009-06-15 Thread Stuart Lewis
Hi Carlos, The following links will help you install your LDAP certificate locally: http://confluence.atlassian.com/display/CONFKB/Unable+to+Connect+to+SSL+Services+due+to+PKIX+Path+Building+Failed+sun.security.provider.certpath.SunCertPathBuilderException http://confluence.atlassian.com/display

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.

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, Baseer wrote: > Hello , > i have checked my log file , > from this i thought it was Tomcat error and updated it , but

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 Mat

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

2009-06-15 Thread mikan.d.dspace listmail
We have removed the automatical Community / Collection listing from the front page and replaced it with static (HTML) list with headings and separators for clarity. This is all hard-coded in structural.xsl. Since community structure seldom changes, this has been a perfect solution for us. You can s

Re: [Dspace-tech] DSpace search weirdness

2009-06-15 Thread mikan.d.dspace listmail
Hi Stuart, As I mentioned in my earlier post, runnin filter-media with --force (-f) switch didnt fix the problem. -Mika 2009/6/16 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 bitstrea