[Dspace-tech] 2 Tier Dspace Implementation

2007-03-26 Thread Jayan Chirayath Kurian
Hi! Stuart, (1) Postgresql 8.2.1-1 was installed on the DB server, dspace.student.main.ntu.edu.sg. (2) JDK 1.6.0 and Tomact 6.0 was installed on the Client dspaceweb1.student.main.ntu.edu.sg (3) Dspace 1.4.1 was extracted to the client dspaceweb1. a. The

Re: [Dspace-tech] 2 Tier Dspace Implementation

2007-03-26 Thread Stuart Lewis [sdl]
Hi Jayan. Take a look at the line that says: [java] org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. To do this: 1) Check that postmaster is accepting incoming connections on the

Re: [Dspace-tech] Submission System for DSpace 1.4.1

2007-03-26 Thread Tim Donohue
Jayan, My Configurable Submission System presentation from OR2007 is available for download at: http://hdl.handle.net/2142/207 A new version of the Configurable Submission System will be out very soon (likely today), and will be posted to SourceForge. The big change is that it is now fully

[Dspace-tech] Remove the navbar

2007-03-26 Thread amandil001
Hallo, if I would like to remove (for example) the navbar in the search results page, how should I send the proper attribute to the jsp file? In the header-default.jsp there is the control if (!navbar.equals(off)). I thought to send this attribute via the SimpleSearchServlet.java, but putting

Re: [Dspace-tech] Remove the navbar

2007-03-26 Thread Claudia Juergen
Hi Mauro, to disable the navbar in any jsp you got to set the navbar attribute in the dspace layout tag to off. Search for dspace:layout in the appropriate jsp and change the existing navbar attribute. If no navbar attribute is given add navbar=off. Then you got to build and deploy the

[Dspace-tech] Internal System Error attemting to create a community

2007-03-26 Thread mfigura
Hello, When attempting to create a community I get an internal system error. Could this be permissions? The system emails the following: An internal server error occurred on http://sysoff.binghamton.edu:8080/dspace: Date: 3/26/07 11:03 AM Session ID:

Re: [Dspace-tech] Lucene error

2007-03-26 Thread Cameron, Jacob
Hi Stuart, I changed dsrun line: java -Xmx256m -classpath $FULLPATH $@ To /usr/java/jdk1.5.0_11/bin/java -Xmx256m -classpath $FULLPATH $@ And it's working great now! Thanks! -- Jake Cameron, BCSc(UNB) Technical Specialist III Library Systems and Web Services University of Lethbridge

[Dspace-tech] Media Filter

2007-03-26 Thread Cameron, Jacob
Is media filter able to pull any text out of the straight image-based PDF's (like the ones Library and Archives Canada returns to people)? Most of these pdfs were taken from microfilm from LAC and I have a sneaking suspicion that the answer will probably be no. Jake -- Jake Cameron, BCSc(UNB)

[Dspace-tech] ui customization question

2007-03-26 Thread Sarah Ryder
Hello All I'm attempting to change the display on my item search to reflect different metadata. I've changed dspace.cfg to change the functionality, and I've also changed Message.properties to reflect the proper display items, but for some reason on my search results and item display page

[Dspace-tech] sshfs assetstore and index-all

2007-03-26 Thread Monika Mevenkamp
I run vanilla dspace-1.4 with postgres on Ubuntu I used sshfs to mount the assetstore: sshfs -o allow_other [EMAIL PROTECTED]:/dspace/assetstore /var/www/dspace_root/assetstore I am trying to access the test assetsore on another machine, which is too big to be copied. Is there something

Re: [Dspace-tech] sshfs assetstore and index-all

2007-03-26 Thread Mark Diggory
I use it on Mac OSX for testing, it may be something platform specific with the linux version. I've run index-all successfully using it on OSX. -Mark On Mar 26, 2007, at 6:14 PM, Monika Mevenkamp wrote: I run vanilla dspace-1.4 with postgres on Ubuntu I used sshfs to mount the

Re: [Dspace-tech] ui customization question

2007-03-26 Thread Michael Judd
Hi Sarah, You might want to double check that your config/language-packs/Messages.properties file actually contains mappings for itemlist.dc.date etc. and that you have executed an ant update which copies the language pack files to ${dspace.dir}/config and also builds them into the war files