Re: [Dspace-tech] R: help discovery

2013-12-05 Thread Hilton Gibson
Hi Check your dspace.cfg file. Some more help is here: http://wiki.lib.sun.ac.za/index.php/SUNScholar/SOLR_Discovery Based on DSpace 1.8.2. Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599

Re: [Dspace-tech] Cannot change the default browse index fields in Discovery

2013-12-05 Thread Ioannis Damastianos Panagis
Hi Emilio, Thanks for your reply. As you said, the browse index in the 3.2 version is taken from Lucene instead of SOLR (because you modify the dspace.cfg instead of /solr/schema.xml). you´d better try to do a dspace index-update (tomcat stopped) (lucene index) instead of dspace

[Dspace-tech] R: R: help discovery

2013-12-05 Thread Sig. Gaetano RUFINO
Hello, thanks to everyone for the help, I managed to solve the problem by inserting the following lines in dspace.cfg (we have a. cfg that we carry from version 1.6, although we are currently version 3.2): event.dispatcher.default.consumers = versioning, discovery, ePerson, harvester #

Re: [Dspace-tech] thumbnail description

2013-12-05 Thread Webshet, Sisay (ILRI)
Hi All, We are using dsapce 3.2 on xmlui version I was doing some customization on item-view.xsl to bring the thumbnail to the top of the page and making the thumbnail to be a link to the document(Pdf). Can anybody helps me in writing a description like Size, Format in front of the thumbnail.

Re: [Dspace-tech] Unable to update text on JSP page in v3.2

2013-12-05 Thread Bram Luyten
Hi Shazia, *snip* Is there any way I can verify if the custom files placed under [dspace-src]\dspace\modules\jspui\src\main\resources is actually being used in the build process? *snip* I believe this should be clear form your maven build output. You should see something like this: The skip

[Dspace-tech] Advanced Search Autocomplete

2013-12-05 Thread Ruben
Hi All, I'm using DSpace 3.2 on jspui version. I'm following this tutorial to implements autocomplete functionality on advanced search form: https://wiki.duraspace.org/display/DSpaceKB/Autocomplete+functionality+on+JSPUI+advanced+search+form When I try to access Advanced Search option, I

[Dspace-tech] Multiple derivatives in media-filter

2013-12-05 Thread RENTON Scott
Hi folks We have an image repository which has got a mixture of large tiffs and small jpegs as file types. Some time ago, we applied the relevant updates to allow us to create preview thumbnails regardless of type. There is also an issue around security in this repository, wherein the tiffs

Re: [Dspace-tech] Cannot change the default browse index fields in Discovery

2013-12-05 Thread Ioannis Damastianos Panagis
Update: I got it working and updating correctly. The reason for the initial failure was that I hadn't structures the metadata schema properly, i.e. I had something like test.panagis.author test.panagis.title test.panagis.date which means that all the metadata elements were qualifiers

[Dspace-tech] DATACITE and DOI

2013-12-05 Thread Massimiliano Cilurzo
Hi All, We have DSPACE 3.2. and new member of DATACITE, we would like to implement the DOI function. Could someone help us? Thanks Best regards Massimiliano Cilurzo -- Sponsored by Intel(R) XDK

Re: [Dspace-tech] DATACITE and DOI

2013-12-05 Thread helix84
On Thu, Dec 5, 2013 at 1:27 PM, Massimiliano Cilurzo mcilu...@unisa.it wrote: We have DSPACE 3.2. and new member of DATACITE, we would like to implement the DOI function. Hi Massimiliano, DOI minting (issuing new DOIs by DSpace) and using DOI as an external identifier is supported only

Re: [Dspace-tech] Unable to update text on JSP page in v3.2

2013-12-05 Thread Shazia Sathar
Hi Bram, Thanks much for getting back to me. Here is the maven build output for the JSPUI part [INFO] [INFO] Building DSpace JSP-UI :: Local Customizations [INFO]task-segment: [package] [INFO]

[Dspace-tech] org.dspace.app.mediafilter.HTMLFilter and nbsp

2013-12-05 Thread Terry Brady
We have ingested a number of HTML documents into DSpace 3.1. These documents contained a large number of nbsp characters. When these documents were presented in discovery search result snippets, the nbsp characters appeared as ?. The characters also appeared as ? in the TEXT bundle. Curiously,

Re: [Dspace-tech] Unable to update text on JSP page in v3.2

2013-12-05 Thread Shazia Sathar
I just tried placing the custom Message.properties file in [dspace-src]\dspace\modules\jspui\src\test\resources. Here is the build output: [INFO] [INFO] Building DSpace JSP-UI :: Local Customizations [INFO]task-segment:

Re: [Dspace-tech] Unable to update text on JSP page in v3.2

2013-12-05 Thread Bram Luyten
Shazia, I think the line already makes it clear that the files are found and copied. *[INFO] Using 'UTF-8' encoding to copy filtered resources.* *[INFO] Copying 2 resources* Sorry if you stated this before, but can you confirm that you have executed *ant update*? This should take care of

Re: [Dspace-tech] Unable to update text on JSP page in v3.2

2013-12-05 Thread Shazia Sathar
Yes I execute *ant update* after the mvn build step. I have observed the line you pointed out in the build output before but not sure why the modifications are not showing up on the webpage. I have tried clearing cache and restarting tomcat but no luck. Infact, the timestamps on the folders in

Re: [Dspace-tech] Unable to update text on JSP page in v3.2

2013-12-05 Thread Bram Luyten
Shazia, are you able to update other files and see those changes in the interface? If you want to try this out, can you change dspace.name in build.properties, and see if after mvn clean package and ant update, the changed DSpace name would show up on the homepage? This way, you can determine

Re: [Dspace-tech] Difference between Lucene and Solr Indexing Commands

2013-12-05 Thread David Cook
Thanks for your reply, helix84. You've perfectly answered my indexing questions! As for JIRA, it says that I can only log an issue if I'm logged in. When I try to make an account, JIRA says Not a member? To request an account, please contact your JIRA administrators. Who might those JIRA

Re: [Dspace-tech] Difference between Lucene and Solr Indexing Commands

2013-12-05 Thread David Cook
Thanks for your email, Andrea. That’s a good suggestion. I don’t know if the DSpace instances I might encounter in the future will be cutting edge, so I want to have some experience with older versions, but I should probably play with cloning the Git repo and building from there anyway, so

[Dspace-tech] Help on basic editing of Mirage theme

2013-12-05 Thread Ioannis Damastianos Panagis
Hello everyone, I am running Dspace 3.2 with XMLUI. I am trying to change inplace the Mirage theme and just for a test to modify the header. So I have tried everything from changing [dspace-src]\dspace-xmlui\src\main\webapp\themes\Mirage\lib\xsl\core\page-structure.xsl, rebuilding dspace,

Re: [Dspace-tech] Difference between Lucene and Solr Indexing Commands

2013-12-05 Thread helix84
On Thu, Dec 5, 2013 at 11:56 PM, David Cook dc...@prosentient.com.au wrote: As for JIRA, it says that I can only log an issue if I'm logged in. When I try to make an account, JIRA says Not a member? To request an account, please contact your JIRA administrators. Sorry about that, normally

[Dspace-tech] dspace command not found

2013-12-05 Thread Bhavesh Patel
Dear DSpace Tech Friends, We are enable the itemcounter parameters from dspace.cfg *webui.strengths.show = true * *webui.strengths.cache = true* But when we are enable the itemcounter for XMLUI we have execute the command *[dspace]/bin/dspace itemcounter* then it's shows the* dspace command

Re: [Dspace-tech] dspace command not found

2013-12-05 Thread Hilton Gibson
Hi Bhavesh Replace [dspace] with /home/dspace, if that is where the DSpace application files are. What instructions did you use for the installation? Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036

Re: [Dspace-tech] dspace command not found

2013-12-05 Thread Bhavesh Patel
Dear Hilton Gibson, Thanks for your quick response..! yes... [dspace] means /home/dspace/{dspace_directory_name}/ so we are executing command from / like *cd /home/dspace/{dspace_directory_name}/bin * then we are execute the command *[root@... /bin]dspace itemcounter* then it's display

Re: [Dspace-tech] dspace command not found

2013-12-05 Thread Hilton Gibson
Ok. See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Daily_Admin Look at how the commands are prompted to execute. Look at the full path to the command. Commands are found by Unix POSIX systems by looking at /etc/environment. The paths in /etc/environment are searched first. Anything else