Re: [Dspace-tech] Problem with Feedback Link

2011-12-14 Thread helix84
My guess is that you don't have localhost.localdomain in your hosts file (it doesn't resolve to an IP address). Try either dspace.url = http://localhost:8080/dspace dspace.hostname = localhost or dspace.url = http://127.0.0.1:8080/dspace dspace.hostname = 127.0.0.1 BTW which version of dspace

Re: [Dspace-tech] Space 1.7.0 and special groups

2011-12-14 Thread Clive Gould
Hi Stuart You kindly helped me customise the special groups code in /home/dspace/dspace-1.7.0-src-release/dspace-pi/src/main/java/org/dspace/authenticate/LDAPHierarchicalAuthentication.java to differentiate between staff and student login. Before I build DSpace 1.7.1 from source can you please

[Dspace-tech] Internal System Error

2011-12-14 Thread Fabiana Zollo
Hi everybody,I'm having a problem when I try to access to the DSpace Home Page. The message is this below: Internal System ErrorThe system has experienced an internal error. Please try to do what you were doing again, and if problem persists, please contact us so we can fix the problem. I

[Dspace-tech] SEVERE: Exception unloading sessions to persistent storage

2011-12-14 Thread helix84
Hello, my DSpace repository is 1.8.0 with XMLUI and Discovery enabled. I've been having a problem with it every few days - DSpace stops responding and Tomcat has to be restarted. The following error is logged many times: SEVERE: Exception unloading sessions to persistent storage

Re: [Dspace-tech] Internal System Error

2011-12-14 Thread George S Kozak
Fabiana: I think the problem is with your database.I don't know which kind you are using Postgres or Oracle, but you should check to see if it is running. Also, if it is running, you should check to see that the permissions are set so that the dspace user can read and write to the

Re: [Dspace-tech] Internal System Error

2011-12-14 Thread Mark H. Wood
On Wed, Dec 14, 2011 at 12:58:42PM +0100, Fabiana Zollo wrote: Hi everybody,I'm having a problem when I try to access to the DSpace Home Page. The message is this below: Internal System ErrorThe system has experienced an internal error. Please try to do what you were doing again, and if

Re: [Dspace-tech] List Items in the Initial Collections Display

2011-12-14 Thread Joseph
Peter, That's a good idea. At what level did you add that link. XSL or in an aspect? There is a drawback of funneling the user into the browse by title for those of us using discovery, since the discovery facets don't show up inside browse. But at this point, it's better than a (semi)blank

Re: [Dspace-tech] List Items in the Initial Collections Display

2011-12-14 Thread Peter Dietz
Hi Joseph, We made that change from XSL. Our xmlui is based off of dri2xhtml / Reference, we just match on the div, so try: https://gist.github.com/1477527 !-- adding the 'View all' link -- xsl:template match=dri:div[@n='collection-recent-submission'] | dri:div[@n='community-recent-submission']

Re: [Dspace-tech] Space 1.7.0 and special groups

2011-12-14 Thread Stuart Lewis
Hi Clive, The authentication classes have changed very little (if at all) over the past few versions, so the code should still work fine. Thanks, Stuart Lewis Digital Development Manager Te Tumu Herenga The University of Auckland Library Auckland Mail Centre, Private Bag 92019, Auckland 1142,

[Dspace-tech] creating a checkbox

2011-12-14 Thread Blanco, Jose
I want to create a checkbox that will eventually be rendered as: input type=checkbox name=checkall onclick=checkUncheckAll(this); / I have tried this: CheckBox select1 = actions.addCheckBox(checkall).setValue(Select); select1.setLabel(Select);

Re: [Dspace-tech] creating a checkbox

2011-12-14 Thread Mark Diggory
Jose, at this time handlers need to be added in xslt. You can find the template that generates checkbox from DRI to XHTML and create one that refines to match @name and the @id of the div it is inside and add your handlers there. Mark On Wednesday, December 14, 2011, Blanco, Jose

Re: [Dspace-tech] SEVERE: Exception unloading sessions to persistent storage

2011-12-14 Thread Mark Diggory
Disable session persistence in tomcat? It's not really ever needed. But I suspect that either there's a leak in some code leaving files open or you don't have enough I nodes for your file system... Mark On Wednesday, December 14, 2011, helix84 heli...@centrum.sk wrote: Hello, my DSpace

Re: [Dspace-tech] SEVERE: Exception unloading sessions to persistent storage

2011-12-14 Thread Andrea Schweer
Hi helix84, On 15/12/11 03:37, helix84 wrote: I tried to google for the error and found much about Too many open files in Tomcat and even DSpace, but this particular error Exception unloading sessions to persistent storage seems to be unique. I didn't have your particular issue (I only just

[Dspace-tech] Can not update dspace index

2011-12-14 Thread wang maple
Hi ,ereryone Today, I want to enable dspace1.5 running under WindowsXP to search Chinese results and do some work below: 1、modified [dspace]\dspace.cfg # Chinese analyzer search.analyzer = org.apache.lucene.analysis.cn.ChineseAnalyzer 2、run dsrun command in command line F:\dspace\bindsrun