Re: [Dspace-tech] JQuery for discovery

2013-04-25 Thread Webshet, Sisay (ILRI)
Hello everybody, I want to have an accordion menu for the discovery which is implemented on the following link http://repository.cimmyt.org/Refine Search. I was added a JavaScript code inside the page structure.xsl which doesn't work. Can anybody has a hint on this Thanks -Original

[Dspace-tech] Error creating administrator Dspace 3.1 with Oracle and Red Hat

2013-04-25 Thread María Gómez Argudo
Good morning: I`m installing a Dspace 3.1 with an Oracle database in a Red Hat server. Creating the administrator account (step 10 of the installation process) an exception messagge appears, Exception: No such column 'salt'. There isn´t any error message in the log file

Re: [Dspace-tech] Error creating administrator Dspace 3.1 with Oracle and Red Hat

2013-04-25 Thread helix84
On Thu, Apr 25, 2013 at 10:24 AM, María Gómez Argudo mgom...@cic.upo.es wrote: Exception: No such column 'salt' java.lang.IllegalArgumentException: No such column 'salt' Hi María, this shouldn't happen when you're installing a new instance of DSpace, only when you're upgrading from an older

[Dspace-tech] Failed ant fresh_install

2013-04-25 Thread SanjibKumarDeka
Hi, After successfully run the mvn package , I tried to run the ant fresh_install command in the build directory. But it gives the following build failed msges. Kindly help me what are the changes to make in the dspace.cfg. Regards, sanjib k deka

Re: [Dspace-tech] Failed ant fresh_install

2013-04-25 Thread helix84
On Thu, Apr 25, 2013 at 3:47 PM, SanjibKumarDeka xan...@gmail.com wrote: [java] Error: [java] - org.postgresql.util.PSQLException: FATAL: password authentication failed for user dspace You didn't list the correct database password (db.password) for database user dspace (db.username)

Re: [Dspace-tech] Failed ant fresh_install

2013-04-25 Thread Mark H. Wood
On Thu, Apr 25, 2013 at 07:17:19PM +0530, SanjibKumarDeka wrote: Hi, After successfully run the mvn package , I tried to run the ant fresh_install command in the build directory. But it gives the following build failed msges. Kindly help me what are the changes to make in the dspace.cfg.

Re: [Dspace-tech] Accordion menu for Discovery

2013-04-25 Thread Terry Brady
With jQuery and jQueryUI, you could construct an accordion on the discovery list. For my implementation, I did not need an accordion. I simply made the menu options above Discovery collapsible using jQuery. JavaScript: included via my theme: jQuery(#ds-options div.ds-option-set, #dspace-options

Re: [Dspace-tech] running dspace xmlui in netbeans

2013-04-25 Thread Michael Lastufka
I think this thread got derailed. I have an alternate way to create the same issue (same stack trace and missing folder content). The real issue is the missing folder content because the stack trace indicates the resource in the folder is missing. So the real question should be Why is this folder

[Dspace-tech] handle server nuts and bolts

2013-04-25 Thread Will Clarke
I want to understand the nuts and bolts of how the handle server actually works and what it does, how it is used, etc. I have read over - http://www.handle.net/faq.html - https://wiki.duraspace.org/display/DSDOC3x/Installation#Installation-TheHandleServer Where can I get more

Re: [Dspace-tech] handle server nuts and bolts

2013-04-25 Thread Ryan Scherle
Here are some notes I created for my personal reference. Perhaps they will be useful…. http://wiki.datadryad.org/Handle_Server_Technology --- Ryan Scherle --- Data Repository Architect --- DataDryad.org On Apr 25, 2013, at 12:54 PM, Will Clarke clark...@wfu.edu wrote: I want to understand

[Dspace-tech] Adding Browse Fields in dspace.cfg and adding it to the the navigation section of dspace webui

2013-04-25 Thread Mckeane Thomas
Hello, I am trying to add a browse index to dspace as shown am following the example webui.browse.index.1 = dateissued:item:dateissued webui.browse.index.2 = author:metadata:dc.contributor.*,dc.creator:text webui.browse.index.3 = title:item:title webui.browse.index.4 =

Re: [Dspace-tech] Failed ant fresh_install

2013-04-25 Thread SanjibKumarDeka
Should I need to change the following, kindly suggest please. Regards, sanjib k deka == # DSpace host name - should match base URL. Do not include port number. dspace.hostname = ${dspace.hostname} # DSpace base host URL. Include