Re: [Dspace-tech] 1.5.X HandlePlugin and merging DSpace instances

2009-04-24 Thread Timo Aalto
Okay, to follow up I did some research and experimentation (with much appreciated help from CNRI) on getting multiple (or at least two) handle prefixes to resolve in DSpace and got it to work. What is needed is that 1) the handles from all desired prefixes exist on the DSpace postgres table

Re: [Dspace-tech] Changing versions of the jdbc driver--how?

2009-04-24 Thread Urban Andersson
Simply replacing the postgresqlxxx.jar should do it I think. Just make sure that the new one is actually used by DSpace (i.e. is in /dspace/lib, might depend on how your DSpace is deployed). / Urban A. Jeffrey Trimble wrote: We are running Postgresql 8.2 amd Tomcat 6, and have noticed that

Re: [Dspace-tech] error code 5

2009-04-24 Thread Paulo Jobim
Hi I think when you do initdb you create a folder caled data where everything will be. this folder has to owned by postgres. usually it would be in /usr/local/pgsql/data I hope it helps Paulo Jobim On 23/04/2009, at 10:37, Mark H. Wood wrote: On Thu, Apr 23, 2009 at 08:07:11AM -0500, Lu,

[Dspace-tech] Simplestats - a new tool to collect and display DSpace monthly download statistics

2009-04-24 Thread Janne Pietarila
Hello DSpacers, we at the National Library of Finland have developed a simple software to gather and display monthly download statistics for our DSpace instance. It's not a *replacement* for much more complete tools like Minho Statistics or Google Analytics. However, if your current tool for

[Dspace-tech] Error upgrading from 1.5.1 to 1.5.2

2009-04-24 Thread John Preston
I'm upgrading from DSpace 1.5.1 to 1.5.2 following the instructions at http://www.dspace.org/1_5_2Documentation/ch04.html. However when I try to add a new community I get the following page: org.postgresql.util.PSQLException: ERROR: relation handle does not exist Can anyone say what I am doing

[Dspace-tech] Indexing Collections

2009-04-24 Thread Williams, Steven D
Can you index collections and display as a separate browse option? Thanks Steve Williams University of Texas Libraries University of Texas at Austin -- Crystal Reports #45; New Free Runtime and 30 Day Trial Check out the

[Dspace-tech] Dspace.org

2009-04-24 Thread Rui Ramos
Hello *, Is the Dspace Domain being changed ? I can't access www.dspace.org i get the info that the account is inactive. Anyone else is having this issue ? Cheers, Rui signature.asc Description: This is a digitally signed message part

Re: [Dspace-tech] Error upgrading from 1.5.1 to 1.5.2

2009-04-24 Thread John Preston
OK. It seems that the table handle was in fact missing for some reason. The 1.5.1 installation had just recently been installed, and although it looked like it was working, I had not actually submitted any items to it. I just ran psql -f database_schema.sql dspace on the existing postgres

Re: [Dspace-tech] Error upgrading from 1.5.1 to 1.5.2

2009-04-24 Thread Mark Diggory
How much content did you have already? If none, I'd recommend dropping and recreating the db from scratch, otherwise, there are tricks you can do with pg_dump and psql to load the old data into a newly created dspace database. On Fri, Apr 24, 2009 at 10:26 AM, John Preston byhisde...@gmail.com

Re: [Dspace-tech] xmlui and itemCounter

2009-04-24 Thread Pottinger, Hardy J.
Hi, I've seen the comment in dspace.cfg itself, and have seen it repeated elsewhere, that, as Wayne and Stuart both note, the XMLUI ignores webui.strengths.show setting in dspace.cfg. It's up to the theme to display strengths. However, I have not seen any documentation or postings anywhere

Re: [Dspace-tech] xmlui and itemCounter

2009-04-24 Thread Wayne Johnston
I'm sure someone will provide more useful information but for now I would point you to themes/DIM-Handler.xsl About half-way through this file are four stanzas for the different contexts in the form... !--Display community strengths (item counts) if they exist-- xsl:if

Re: [Dspace-tech] xmlui and itemCounter

2009-04-24 Thread Paulo Jobim
Hi I think xmlui will display strength for the collections if you choose the option in dspace.cfg to cache strength. the theme alone will need this information in the XML generated by the aspects. Paulo Jobim On Apr 24, 2009, at 2:59 PM, Wayne Johnston wrote: I'm sure someone will provide

Re: [Dspace-tech] Dspace.org

2009-04-24 Thread Claudia Juergen
Hi Rui, no http://www.dspace.org/ works fine. Have a nice weekend Claudia Hello *, Is the Dspace Domain being changed ? I can't access www.dspace.org i get the info that the account is inactive. Anyone else is having this issue ? Cheers, Rui

Re: [Dspace-tech] Dspace.org

2009-04-24 Thread Floyd, Randall Dean
Just chiming in here... We've been getting the same error message as Rui. The URL immediately redirects to the SiteGround message for a suspended account. I just checked again with multiple browsers and hit refresh a bunch of times. Here's where I get redirected to:

[Dspace-tech] DSpace 1.5.2 shows unescaped text in many places

2009-04-24 Thread John Preston
Am I correct in noticing that under DSpace 1.5.2 a number of text prompts return unescaped text so that I see New%20Group when creating a new group. I also see this effect in tooltip popups where the text has a number of %20 or %3e; strings. If so is there a fix or some configuration I need to

Re: [Dspace-tech] The RequestCopy Patch

2009-04-24 Thread Joseph Yamada
Might be able to help.Where did you copy the jsp, src, and config? Joe. -- Crystal Reports #45; New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty#45;free

Re: [Dspace-tech] Simplestats - a new tool to collect and display DSpace monthly download statistics

2009-04-24 Thread Janne Pietarila
I would love to take a look at this solution. It looks like exactly what I need. However, the repository is demanding a username and password to checkout the source. How else can I get a hold of the source? Sorry, I should have checked things better before posting. username: anonsvn

[Dspace-tech] How to set URI to return hostname in DSpace 1.5.2

2009-04-24 Thread John Preston
Sorry for asking what I suspect is a question that has been answered before, but I can't seem to find any reference to it in the mail archives, but how can I get the URI to use the hostname instead of http://hdl.handle.net/ John

Re: [Dspace-tech] Trying to make bitstream URLs accessible to discoverylayer

2009-04-24 Thread Dillon Moore
Hi Stuart, Thank you so much! I was worried that this might involve a very complicated fix, so you can imagine how relieved I am. All of the bitstream data is coming through with METS, but I've noticed that a couple of Qualified Dublin Core fields, dc.coverage.placename and

Re: [Dspace-tech] xmlui and itemCounter

2009-04-24 Thread Panyarak Ngamsritragul
Hi Wayne, Where is the file you are mentioning ? I looked for it both from the source and installed directories, but could not find one. For example, in /dspace/webapps/xmlui/themes/ I found only these files and directories: drwxr-xr-x 4 tomcat6 tomcat6 4096 2009-04-19 11:21 Classic