[Dspace-tech] xmlui gallery theme search error and unrecognizable characters problem

2013-05-28 Thread ggxky
Hi,i recently just installed xmlui gallery theme on my Dspace3.0 . but the search function have problem.these are my screenshots. when i click go button will go to this page

Re: [Dspace-tech] DSpace: Internal Server Error

2013-05-28 Thread Seun Ojedeji
Thanks Susan, You were right...that did the trick! Cheers! On Tue, May 28, 2013 at 7:24 PM, Thornton, Susan M. (LARC-B702)[LITES] < susan.m.thorn...@nasa.gov> wrote: > You have a Java Heap Space error which basically means your application is > out of memory. Try stopping and restarting your

Re: [Dspace-tech] dspace database export as rdf

2013-05-28 Thread Nikolaos Konstantinou
Hi helix, Thanks for the quick response and constructive feedback. I 'm not sure the project could stand as a DSpace addon in the form of dspace-lni, mostly because it does not offer on-the-fly conversion of dspace contents to rdf. Instead, it could stand as a command-line utility (e.g. ./dspac

[Dspace-tech] stats sharding problem

2013-05-28 Thread Germán Biozzoli
Hi everybody I'm in the process to test upgrade existent DSpace 1.6x instance to 3.1. One of the main reasons to do so is relative to the big stats index. I moved the solr index to data folder inside upgraded version, I can see (with all time consuming) the stats under new version, but when I try

Re: [Dspace-tech] DSpace: Internal Server Error

2013-05-28 Thread Thornton, Susan M. (LARC-B702)[LITES]
You have a Java Heap Space error which basically means your application is out of memory. Try stopping and restarting your web server. This usually clears up the problem for my site. Also, consider allowing the JVM to use more memory using the -Xmx argument of the "java" command. See http:/

[Dspace-tech] DSpace: Internal Server Error

2013-05-28 Thread Seun Ojedeji
Hello, I am receiving error message as below. Any idea on what could be the cause and how I may fix this? Thanks > An internal server error occurred on http://repository.fuoye.edu.ng: > > Date: 5/28/13 5:14 PM > Session ID: 8F60537C87F88B2FA76EC2645BB4DAF7 > User: Anonymous > IP addres

Re: [Dspace-tech] AIP package as SIP

2013-05-28 Thread Moisés Álvarez
Thank you Helix84, from now on I'll start testing AIP package upload from my SWORD client. I'll come back with any new question about these theme. Best regards, Moises. On 05/28/2013 12:27 PM, helix84 wrote: > > Hi Moisés, > > yes, AIP can certainly used this way to generate new content. > > If

Re: [Dspace-tech] restrict collection using shibboleth

2013-05-28 Thread Titus, Gene W
Ahhh. I finally figured out what to search for…. password.login.specialgroup Gene. --- Gene Titus Senior Systems Administrator Texas Digital Libraries The University of Texas at Austin From: Gene Titus mailto:g.ti...@austin.utexas.edu>> Date: Tue, 28 May 2013 15:54:18 + To: dspace-tech mai

[Dspace-tech] restrict collection using shibboleth

2013-05-28 Thread Titus, Gene W
Dspace 1.7.2 I have some pay-for-view content I want to put into dspace that is license restricted to local University students only. I want to restrict access to the collection and only allows users who can authenticate to see items in a collection. I will use shibboleth for authentication aga

Re: [Dspace-tech] dspace database export as rdf

2013-05-28 Thread helix84
Hi Nikolaos, a few miscellaneous observations: I think your paper should also be linked here as it gives more details: http://www.cn.ntua.gr/~nkons/r2rml_parser-2013_post_peer-review.pdf Personally, I don't know what I would use this for, but I have a question - would it make sense to prepare th

Re: [Dspace-tech] MIMETYPE in item-list

2013-05-28 Thread Denman, Jamie
Thanks for input When I insert this code I get: http://viewfinder.falmouth.ac.uk:8080/xmlui/themes/Falmouth/images/.png>" alt="Icon" /> so it seems to ‘ignore’ the “mets:fileGrp[@USE='CONTENT']/mets:file/@MIMETYPE” part. Would I have to ‘lift’ the item-view part that gets the bitstreams for each

Re: [Dspace-tech] Complete auto-import

2013-05-28 Thread Alumno Etsii
2013/5/28 helix84 > Check the value of your "upload.temp.dir" configuration property and make > sure the user your Tomcat runs under has the permission to write there. > > > Regards, > ~~helix84 > > Compulsory reading: DSpace Mailing List Etiquette > https://wiki.duraspace.org/display/DSPACE/Mail

Re: [Dspace-tech] MIMETYPE in item-list

2013-05-28 Thread helix84
On Tue, May 28, 2013 at 3:44 PM, helix84 wrote: > > https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-list.xsl#L259 > Here's an example what you could put on that line: It's really the same thing as in the itemSumm

Re: [Dspace-tech] MIMETYPE in item-list

2013-05-28 Thread helix84
Nevermind, I see your point. I'll try to propose a solution. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Try New Relic Now & We

Re: [Dspace-tech] MIMETYPE in item-list

2013-05-28 Thread helix84
Hi Jamie, Have you tried modifying it here? https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-list.xsl#L259 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPA

[Dspace-tech] dspace database export as rdf

2013-05-28 Thread Nikolaos Konstantinou
Hi all, For anyone interested in exporting a DSpace installation as RDF, I would like to bring this tool to your attention: https://github.com/nkons/r2rml-parser, hoping that you will find it useful. In a few words, the tool is essentially an R2RML implementation [1], but the mapping file [2] i

[Dspace-tech] MIMETYPE in item-list

2013-05-28 Thread Denman, Jamie
Hi I am using DSpace v3 and would like to remove the default mime.png and replace with bitstream mimetype icon (e.g. if only bitstream is a PDF then in item-list display a PDF icon and not the mime.png) I have done this OK in the item-view page for when the bitstreams are not JPEG (do not have t

Re: [Dspace-tech] Complete auto-import

2013-05-28 Thread helix84
Check the value of your "upload.temp.dir" configuration property and make sure the user your Tomcat runs under has the permission to write there. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Edit template item for a comunity

2013-05-28 Thread helix84
Hi Karolayne, questions about collection templates seem to be a trend at the moment. On Tue, May 28, 2013 at 2:54 PM, Karol Braun wrote: > I need to create a specific metadata template for all collections of a > community, does anyone know how I can do? > You can't do that from the DSpace inte

Re: [Dspace-tech] Edit template item for a comunity

2013-05-28 Thread Kiriaki Roditi
Hello Karol, you need to create a community-specific input-form. You can find information on how to do that in DSpace manual, chapter 13.4 Regards, Kiriaki On 28/5/2013 3:54 μμ, Karol Braun wrote: Hi, I need to create a specific metadata template for all collections of a community, does anyo

Re: [Dspace-tech] Items problem

2013-05-28 Thread Karol Braun
Hi, I need to create a specific metadata template for all collections of a community, does anyone know how I can do? I've tried to edit the item template in the web interface, but the metadata fields remain the same when I do a new submission. Regards, Karolayne Lima UFPR/BC/BL 2013/5/28 Claud

[Dspace-tech] Edit template item for a comunity

2013-05-28 Thread Karol Braun
Hi, I need to create a specific metadata template for all collections of a community, does anyone know how I can do? I've tried to edit the item template in the web interface, but the metadata fields remain the same when I do a new submission. Regards, Karolayne Lima UFPR/BC/BL

Re: [Dspace-tech] Items problem

2013-05-28 Thread Claudia Jürgen
Hello Luis, per default all collections are public and thus the items published to these colletions. Unless otherwise specified the collections got the settings DEFAULT_ITEM_READ and DEFAULT_BITSTREAM_READ set to anonymous read. From these settings the rights of the item (access to the item's

Re: [Dspace-tech] Edith metadata's collection

2013-05-28 Thread helix84
On Tue, May 28, 2013 at 12:38 PM, Miguel Angel Robledo < marobl...@santafe.gov.ar> wrote: > Generally, I follow the procedure you describe " In XMLUI, when you go to > a collection, select Edit Collection, there's a button to create an Item > template at the bottom." But now i need do this in vari

Re: [Dspace-tech] Complete auto-import

2013-05-28 Thread Alumno Etsii
Thanks for the help, Ivan. Regarding to this I just realized I'm having some problem with the dissemination: dpsace:/var/www/dspace/bin# ./dspace packager -d -a -t AIP -e mai...@ull.es-i 915/0 e.zip INFO [main] (DSpaceKernelInit.java:52) - Created new kernel: DSpaceKernel:org.dspace:name=ec27d1a3

Re: [Dspace-tech] Settin a document type for a particular collection

2013-05-28 Thread helix84
On Tue, May 28, 2013 at 11:10 AM, rémi Asare wrote: > I'm using Dspace 3.1 and i was wondering if there is any possibility to > set a document type for a particular collection. For instance i have a > "Thesis" collection in which i often put thesis, and it is kind of > bothersome and time consumin

Re: [Dspace-tech] Create a new field

2013-05-28 Thread helix84
On Tue, May 28, 2013 at 1:33 PM, rémi Asare wrote: > Normally, when you are submitting a new item to a collection, you are only > given one field for authors where you can put as many as you want. All > these authors are by defaut "dc.contributor.author". How can i add a new > field "dc.contribut

Re: [Dspace-tech] Complete auto-import

2013-05-28 Thread helix84
Hi Miguel, yes, content exported that way can also be easily imported. The following page details both export and import and all related aspects: https://wiki.duraspace.org/display/DSDOC3x/AIP+Backup+and+Restore Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.

[Dspace-tech] Complete auto-import

2013-05-28 Thread Alumno Etsii
Hi! My question is regarding to exportation-importation of the whole DSpace site. Currently we're testing DSpace on a test machine, but employees are uploading content that they would wish to have in the production machine once we get that step without uploading everything again. I've been search

[Dspace-tech] Create a new field

2013-05-28 Thread rémi Asare
Hi, Normally, when you are submitting a new item to a collection, you are only given one field for authors where you can put as many as you want. All these authors are by defaut "dc.contributor.author". How can i add a new field "dc.contributor.advisor"? Thanks in advance and sorry for the bother

Re: [Dspace-tech] Settin a document type for a particular collection

2013-05-28 Thread rémi Asare
Thanks a lot. It worked. I edited the collection using "item template" 2013/5/28 emilio lorenzo > ** > Use a collection Template. On the Edit collection menu (administrator > only) the last option--> item template-- > define wich metadata, "dc. > type", by example and wich value must have by

Re: [Dspace-tech] Settin a document type for a particular collection

2013-05-28 Thread emilio lorenzo
Use a collection Template. On the Edit collection menu (administrator only) the last option--> item template-- > define wich metadata, "dc. type", by example and wich value must have by default , "Thesis" regards Emilio Lorenzo El 28/05/2013 11:10, rémi Asare escribió: Hi everybody, I'm

Re: [Dspace-tech] Settin a document type for a particular collection

2013-05-28 Thread Hilton Gibson
As far as I know you can set a "template" per collection. Perhaps someone on the list can point you to detailed documetation. On 28 May 2013 12:36, Seun Ojedeji wrote: > Perhaps you can set default settings that are automatically entered for a > submission within a collection. > > Regards > > s

Re: [Dspace-tech] Edith metadata's collection

2013-05-28 Thread Miguel Angel Robledo
Hi Helix, Sorry for the confusion, I rephrase the question. Generally, I follow the procedure you describe " In XMLUI, when you go to a collection, select Edit Collection, there's a button to create an Item template at the bottom." But now i need do this in various collections and therefore I

Re: [Dspace-tech] Settin a document type for a particular collection

2013-05-28 Thread Seun Ojedeji
Perhaps you can set default settings that are automatically entered for a submission within a collection. Regards sent from Google nexus 4 On 28 May 2013 10:11, "rémi Asare" wrote: > Hi everybody, > > I'm using Dspace 3.1 and i was wondering if there is any possibility to > set a document type

Re: [Dspace-tech] AIP package as SIP

2013-05-28 Thread helix84
On Tue, May 28, 2013 at 12:09 PM, Moisés Álvarez wrote: > So I'm looking to use AIP profile packages to generate collections and > items, I've read in DSpace documentation that AIP is only oriented to > backup and restore DSpace existing elements and I'm not sure if AIP can > be used this way to g

[Dspace-tech] AIP package as SIP

2013-05-28 Thread Moisés Álvarez
Hi, I'm searching for some orientation on deploying an upload client method that allows users to: - Publish items inside specific DSpace collections and - If destination collections doesn't exist, generate them Collection name (and it's parent community) will be defined on upload client

Re: [Dspace-tech] Email configuration

2013-05-28 Thread helix84
On Tue, May 28, 2013 at 10:38 AM, Ibrahim Bounhas wrote: > mail.extraproperties = mail.smtp.socketFactory.port=465, \ > mail.smtp.starttls.enable=true, \ > mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \ > mail.smtp.socketFactory.fallback=false > I see a mistake here. Remove this

[Dspace-tech] Settin a document type for a particular collection

2013-05-28 Thread rémi Asare
Hi everybody, I'm using Dspace 3.1 and i was wondering if there is any possibility to set a document type for a particular collection. For instance i have a "Thesis" collection in which i often put thesis, and it is kind of bothersome and time consuming to choose for every submission "Thesis" as d

Re: [Dspace-tech] thumbnails to pdf

2013-05-28 Thread Webshet, Sisay (ILRI)
Thanks Helix, It works ! From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Tuesday, May 28, 2013 11:39 AM To: Webshet, Sisay (ILRI) Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] thumbnails to pdf On Tue, May 28, 2013 at 10:15 AM, Webshet, Sis

Re: [Dspace-tech] Email configuration

2013-05-28 Thread Hilton Gibson
Hi Ibrahim Please check all the notes about Gmail here: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S07 Regards hg On 28 May 2013 10:38, Ibrahim Bounhas wrote: > Dear Sir > > We are installing dspace in La Manouba University, Tunisia. We have > problems configuring the emai

Re: [Dspace-tech] thumbnails to pdf

2013-05-28 Thread helix84
On Tue, May 28, 2013 at 10:15 AM, Webshet, Sisay (ILRI) wrote: > Or I want to hide the thumbnails info like ( Files SizeFormat ViewDescription) > But I want the thumbnails to be linkable to pdf file https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-xmlui/src/main/webapp/themes

[Dspace-tech] Email configuration

2013-05-28 Thread Ibrahim Bounhas
Dear Sir   We are installing dspace in La Manouba University, Tunisia. We have problems configuring the email. Bellow the settings:   # Email settings ## # SMTP mail server mail.server = smtp.gmail.com # SMTP mail server authentication username and password (if required) mail.server.userna

Re: [Dspace-tech] thumbnails to pdf

2013-05-28 Thread Webshet, Sisay (ILRI)
Helix, Or I want to hide the thumbnails info like ( Files SizeFormat View Description) But I want the thumbnails to be linkable to pdf file Thanks -Original Message- From: Webshet, Sisay (ILRI) Sent: Tuesday, May 28, 2013 10:50 AM To: 'heli...@centrum.sk' Cc: dspace-te

Re: [Dspace-tech] thumbnails to pdf

2013-05-28 Thread Webshet, Sisay (ILRI)
Hi Helix, To make it clear, put your cursor on the image/thumbnails that is shown on the world bank (https://openknowledge.worldbank.org/handle/10986/7502) It points to the pdf file rather than to .jpg file So I want to apply for ILRI also (http://dspacetest.cgiar.org/handle/10568/25060) Tha

Re: [Dspace-tech] thumbnails to pdf

2013-05-28 Thread helix84
Hi Sisay, I'm not sure what you mean. I have found most items in your repository have only JPG files, but I may have been looking at wrong items. Better show us in screenshots of both World Bank and ILRI. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspac

[Dspace-tech] thumbnails to pdf

2013-05-28 Thread Webshet, Sisay (ILRI)
Hi All, We are using dsapce 3.1(xmlui) version We need a thumbnails to be opened or directing users to the pdf instead of the jpg The same techniques were implemented on this site https://openknowledge.worldbank.org/handle/10986/7502 Thanks Sisay Webshet | Information Systems Specialist Int

Re: [Dspace-tech] SS attached - Re: how to disable download form communities and collection for unregistered users

2013-05-28 Thread ribin . jones
Btw, my issue is sorted out...I set appropriate permission for 2012 collection and the effect of this permission setting happens only for items that are entered after setting the permission - all old items remain as it is...Till now, I was setting permission for collections and checking old item