Re: [Dspace-tech] utf8 and thumbnail

2014-11-19 Thread Peter Dietz
Hi Jose, 1) You can generate thumbnails of fairly large content. I don't think there's a hard limit, just what your memory setting will handle. You can tweak bin/dspace's JAVA_OPTS to be higher. https://github.com/DSpace/DSpace/blob/master/dspace/bin/dspace#L75 For example, this would give you a

[Dspace-tech] [SPAM] JSPUI -supported.language - add flag image

2014-11-19 Thread karolosoc...@interia.pl
Hi, If i have set up webui.supported.locales = en, pl then I see on my dspace English and Polish is any chance to add image for example flag.img to display this? Regards, Karol -- View this message in context:

[Dspace-tech] [SPAM] Re: Internal System Error

2014-11-19 Thread karolosoc...@interia.pl
Hi, Check /dspace/log/ what is a problem. Many times can be a problem with permission. Regards, Karol -- View this message in context: http://dspace.2283337.n4.nabble.com/Internal-System-Error-tp4675584p4675589.html Sent from the DSpace - Tech mailing list archive at Nabble.com.

[Dspace-tech] [SPAM] Re: Language icons, DSpace 4.2

2014-11-19 Thread karolosoc...@interia.pl
Hi! I have the same problem :). I find this line in home.jsp but i dont known what is needed to add to this script. Can You help me? Regards, Karol -- View this message in context: http://dspace.2283337.n4.nabble.com/Language-icons-DSpace-4-2-tp4674827p4675590.html Sent from the DSpace -

Re: [Dspace-tech] Use case for exporting a DSpace collection to CD/DVD

2014-11-19 Thread Peter Dietz
Hi Euler, Good luck with your project. I don't know if there's an easy way. I did a quick internet search, and perhaps you could build a DSpace instance using vagrant-dspace, and then use the following link, to create the liveCD. https://github.com/DSpace/vagrant-dspace

Re: [Dspace-tech] [SPAM] JSPUI -supported.language - add flag image

2014-11-19 Thread helix84
On Wed, Nov 19, 2014 at 2:39 PM, karolosoc...@interia.pl karolosoc...@interia.pl wrote: If i have set up webui.supported.locales = en, pl then I see on my dspace English and Polish is any chance to add image for example flag.img to display this? Depending on which UI you're using, you could

Re: [Dspace-tech] Use case for exporting a DSpace collection to CD/DVD

2014-11-19 Thread euler
Hello Peter, Thanks for the suggestions. I will try those links that you provided. Using a web crawler seemed the easiest way but I wonder if search functions will not get lost. Regarding about the libraries that are receiving the LiveCD, they don't have/need to login/modify DSpace, just give

[Dspace-tech] [SPAM] Re: [SPAM] JSPUI -supported.language - add flag image

2014-11-19 Thread karolosoc...@interia.pl
Thank for Your reply . Ok you are right , but i can use images for example : PL and EN for example : http://tiny.pl/qvb84 . I want add this image because text only: Polish and English is not good visibility on website :) Regards, Karol -- View this message in context:

[Dspace-tech] Today (Nov. 19th): Conference call on DSpace Integration Use Cases 21:00 UTC, 4:00pm EST

2014-11-19 Thread Maureen P. Walsh
A reminder that today we are having an open conference call to talk about integration use cases for DSpace. You are kindly invited to join today's discussion on DSpace integration use cases (November 19th, 21:00 UTC/GMT - 4:00 pm ET) Find out more and note down your use cases in preparation of

[Dspace-tech] dspace index-discovery command

2014-11-19 Thread IPEN/GDS-Informática
Hello, The dspace index-discovery -b command is taking too long to complete. Someone has any idea how to solve this problem. Thanks for help! -- Carlos ANISIO Monteiro mca...@gmail.com mca...@yahoo.com.br monte...@ipen.br IPEN/CNEN-SP - Av. Lineu Prestes, 2242 - Cidade Universitária, São

[Dspace-tech] Help with Latin Languages

2014-11-19 Thread siriom siriom
Can anyone give me a hand with enabling solr to properly search for non english words ? More specifically portuguese words with ã or é for example. Right now a search for são will find nothing but a search for sao will find são. I was told some changes need to be made to schema.xml ? Anyone out

Re: [Dspace-tech] Use case for exporting a DSpace collection to CD/DVD

2014-11-19 Thread Stuart Yeates
If I were doing this, I'd be looking to customise a LiveCD to hide the installation stuff and autostart the tomcat stack. One issue you're likely to have is that you don't know in advance how much RAM you'll have available, but the Live CD community may have a fix for that.

Re: [Dspace-tech] [SPAM] JSPUI -supported.language - add flag image (helix84)

2014-11-19 Thread IdeaFix
May be it will be usefull for jspui https://jira.duraspace.org/browse/DS-2298 -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards

Re: [Dspace-tech] [SPAM] Re: Internal System Error

2014-11-19 Thread Stuart Yeates
That's almost certainly a permissions error. Create the directories manually and make sure that the user tomcat is running as (the user column in 'ps' or 'top') owns the directories and can read and execute all directories between the ones you create and / cheers stuart -- I have a new

[Dspace-tech] will itemupdate update the lucene index.

2014-11-19 Thread Jose Blanco
In my instance ( running 4.2 ), I use discovery and I left the Advance Page that works with lucene, so my instance also uses lucene to search. I know that when an item is deposited via the UI or itemimport both discovery and lucene are updated. I have verified this. But today I encountered a

Re: [Dspace-tech] will itemupdate update the lucene index.

2014-11-19 Thread Jose Blanco
I just tried using itemupdate in my dev environment and it updated the lucene indes. All I can thik is that there something about the large number of items (17K) items must have caused lucene to get corrupted. I did have two errors when doing the itemupdate, perhaps that screw things up? Not