Re: [Dspace-tech] dropdown on input-forms.xml

2011-02-11 Thread Claudia Jürgen
Hello, what's in your logs. You said you got an internal error, but this is a bit unspecific for further troubleshooting. And best check whether your input-forms.xml is valid xml. Tested this with over a hundred value-pairs and it works fine. Hope that helps Claudia Jürgen Am 11.02.2011

[Dspace-tech] Dspace authentication options

2011-02-11 Thread Peter
Greetings! So far it is clear that Dspace (version 1.7 and others) by default supports LDAP, Shibboleth and local authentification. In our case the requirement is to have external database authentication (planning to use Moodle database). Any success of implementing this type of authentication?

Re: [Dspace-tech] Dspace results table not showing all titles

2011-02-11 Thread helix84
On Thu, Feb 10, 2011 at 21:36, Shilpa Allimatti shilp...@uw.edu wrote: When I do a search for items by title, the results only display the first title encountered. If i have two titles (one in thai and one in english) I want both to display. Is there any simple way to do that? I'm new to

[Dspace-tech] Edit Item Template Error

2011-02-11 Thread Michael White
Hi, Using JSP UI on v1.6.2 (recently migrated from v1.4.2) - I'm trying to edit Item Templates, but I'm getting an Internal Server Error whenever I click the Edit button to access an existing Item Template (all our Collections are created with templates in order to automatically populate a

Re: [Dspace-tech] allowCDATA

2011-02-11 Thread helix84
On Thu, Feb 10, 2011 at 23:13, Wendy J Bossons wboss...@mit.edu wrote: I meant to say #38; . Yes, that's just another form of the html entity for ampersand. My question was how did you change your original code that it works now: script type=text/javascript // ![CDATA[ //

[Dspace-tech] Strange problem with xpdf

2011-02-11 Thread George Stanley Kozak
Hi... I am using xpdf-3.02 with my filter-media with my DSpace 1.6.2 instance. On my test server, running filter-media works fine. On my production server, I have discovered that the pdftotext is failing with: java.io.IOException: pdftotext failed, maybe corrupt PDF? status=9

Re: [Dspace-tech] Edit Item Template Error

2011-02-11 Thread Claudia Jürgen
Hello Michael, your values for the template item are correct, it is not in_archive, not withdrawn and got no owning collection nor a submitter. On a vanilla instance of 1.6.2 jspui this works fine for the instance administrator and a collection administrator (default, no delegation rules

Re: [Dspace-tech] Problem while installing Dspace1.0.1 Dspace 1.1.1

2011-02-11 Thread Tim Donohue
Hi Anupriya, It will likely be very difficult to get DSpace 1.0.1 and 1.1.1 functioning properly using a modern OS and versions of Java/Postgres, as both are now over 8-9 years old. According to the DSpace 1.0.1 docs (see [dspace]/docs/ in the download package), it is *only* compatible with

[Dspace-tech] run dspace on port 80

2011-02-11 Thread Lewatle Phaladi
hi all i have problem with tomcat 6, i want to run it on port 80 and when i edit /var/lib/tomcat6/conf/server.xml on 8080 connector port and removes port 8080 to 80 tomcat doesn't open any page, only when i use 8080 it works. can anyone who uses tomcat 6 advice, maybe i am changing wrom

Re: [Dspace-tech] run dspace on port 80

2011-02-11 Thread helix84
On Fri, Feb 11, 2011 at 17:44, Lewatle Phaladi lewatle.phal...@wits.ac.za wrote: i have problem with tomcat 6, i want to run it on port 80 and when i edit /var/lib/tomcat6/conf/server.xml  on 8080 connector port and removes port 8080 to 80 tomcat doesn't open  any page, only when i use 8080

Re: [Dspace-tech] run dspace on port 80

2011-02-11 Thread Hilton Gibson
Hi Lewatle This is what I did to get sane and sensible URL's for the repo. * http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu#Step_6._Setup_Apache2_Tomcat_6_Jakarta_Connector * http://wiki.lib.sun.ac.za/index.php/SUNScholar/Default_Interface Cheers hg On 11/02/2011 18:53,

Re: [Dspace-tech] Dspace results table not showing all titles

2011-02-11 Thread Shilpa Allimatti
Thanks or the response! I'm using DSpace 1.6.2 and XMLUI.. The theme I am using is a customized Reference theme. Thanks. Shilpa On Fri, Feb 11, 2011 at 1:27 AM, helix84 heli...@centrum.sk wrote: On Thu, Feb 10, 2011 at 21:36, Shilpa Allimatti shilp...@uw.edu wrote: When I do a search for

Re: [Dspace-tech] Dspace results table not showing all titles

2011-02-11 Thread helix84
This page gives the general reference on how to make a custom theme. First, read it in whole to get an idea of the process. Then refer to it for details on the particular steps I'll describe. https://wiki.duraspace.org/display/DSPACE/Manakin+theme+tutorial You should: 1) Copy the Reference theme

Re: [Dspace-tech] Dspace results table not showing all titles

2011-02-11 Thread Shilpa Allimatti
That worked perfect! Thank you! I already had the customized theme setup. all I had to do was replace that one line in my theme's xsl file. However the @language='en_US' wasn't working for me. So instead of xsl:value-of select=dim:field[@element='title'][@language='en_US']/node()/ |xsl:value-of

Re: [Dspace-tech] dropdown on input-forms.xml

2011-02-11 Thread Thornton, Susan M. (LARC-B702)[LITES]
Can you post the contents of dspace.log and possibility your web server log file so we can see exactly what’s happening? Sue Walker-Thornton Software Developer/Database Administrator NASA Langley Research Center|LITES Contract (757) 224-4074 From: Webshet, Sisay (ILRI)

Re: [Dspace-tech] Dspace results table not showing all titles

2011-02-11 Thread helix84
On Fri, Feb 11, 2011 at 20:33, Shilpa Allimatti shilp...@uw.edu wrote: the  @language='en_US' wasn't working for me. So instead of It depends on what code you use for that language. Maybe you use en. You can look it up under Show full item record in the third column. You could further improve

[Dspace-tech] theme basics

2011-02-11 Thread Glenn Little
I'm just looking into theme customization now. The main docs I've found so far that seem applicable are: + http://www.dspace.org/1_7_0Documentation/XMLUI%20Configuration%20and%20Customization.html + https://wiki.duraspace.org/display/DSPACE/Manakin+theme+tutorial But I'm already confused