[Dspace-tech] Dspace email regitration error

2013-07-18 Thread jayachandra B
Hi, I am using dspace 1.8.2 version, I have installed dspace and using my personal gmail id and password for email settings in dspace.cfg. I am using mail.server = smtp.gmail.com service for emails When i try to register as new user it is throw some internal system error. When I see the log file

Re: [Dspace-tech] Dspace email regitration error

2013-07-18 Thread Kostas Stamatis
Hi Jayachandra Here are some options that we have set in dspace.cfg for our case that seem to work fine: = # SMTP mail server mail.server = smtp.gmail.com # SMTP mail server authentication username and password (if required) mail.server.use

[Dspace-tech] OAI configuration Properties

2013-07-18 Thread emilio lorenzo
Hi in Dspace pre 3.x version these variables were configured in config/oaicat.properties: AbstractCatalog.secondsToLive=86401 AbstractCatalog.granularity=-MM-DDThh:mm:ssZ Identify.repositoryName=${dspace.name} Identify.adminEmail=${mail.admin} Identify.earliestDatestamp=2001-01-01T00:00:00Z

Re: [Dspace-tech] Musings on metadata

2013-07-18 Thread helix84
On Thu, Jul 18, 2013 at 8:54 AM, Alan Orth wrote: > org.subject.example > org.subject.example2 Hi Alan, this is the principle behind Dublin Core, which the DSpace metadata schema is generally based on. The second part from the left (element) is less specific, while the third one (qualifi

Re: [Dspace-tech] Σχετ: url redirection on view/ open for an item

2013-07-18 Thread helix84
Isn't that what I did in the last example with xsl:variable? Sorry, I don't understand if you mean something else. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette On Thu, Jul 18, 2013 at 12:37 AM, Μάριος Πετρ

Re: [Dspace-tech] Dspace email regitration error

2013-07-18 Thread jayachandra B
Yes I am getting null value On Thu, Jul 18, 2013 at 1:12 PM, Kostas Stamatis wrote: > Hi Jayachandra > > ** ** > > Here are some options that we have set in dspace.cfg for our case that > seem to work fine: > > ** ** > > = > > # SMTP mail

Re: [Dspace-tech] Change StaticTrail title in breadcrumb

2013-07-18 Thread helix84
Hi Diego, to be more precise, "StaticTrail" will show up only if you name your page something else than "page/about". For "page/about", "About This Repository" will show up as trail text. You have overriden only the match="dri:body" template [1]. To specify custom trail text and title text, you a

Re: [Dspace-tech] OAI configuration Properties

2013-07-18 Thread helix84
Hi Emilio, On Thu, Jul 18, 2013 at 9:48 AM, emilio lorenzo wrote: > AbstractCatalog.secondsToLive=86401 > AbstractCatalog.granularity=-MM-DDThh:mm:ssZ I believe these two options can't be configured in the new OAI. According to description [1] of these properties in OAICat (the old OAI libra

Re: [Dspace-tech] Musings on metadata

2013-07-18 Thread helix84
I think I understand now. I don't have a definitive answer, but I can offer you my point of view. You are trying to define different schemata for different oraganizational units. A more natural fit in dspace would be to do this at the namespace level (the first part, which we wrongly call "schema"

[Dspace-tech] accepted submission still in unfinished submission

2013-07-18 Thread Brouns, Francis
Hi all, We are running Dspace 1.8.2 on Oracle, using the default JSP version. One of our users has submitted an item in January this year. This item has been approved and is accessible in the collection. However, the user still has this item in the list of Unfinished Submission that appears on

Re: [Dspace-tech] OAI Harvesting

2013-07-18 Thread helix84
On Tue, Jul 16, 2013 at 3:44 PM, Benjamin Ryan wrote: > A long shot, but is there any way to control the amount of > simultaneous external harvests that are allowed at any one time? Hi Ben, not that I know of, but if you put your OAI behind Apache, you can use the MaxRequestWork

Re: [Dspace-tech] Musings on metadata

2013-07-18 Thread Alan Orth
Helix, I was only using rubbish examples because I was trying not to bore you with the details of our complex organization :) ... but basically, there are 15 large, entirely separate companies/organizations in this loosely-related group of agricultural research centers (we call it the "CG").

Re: [Dspace-tech] Musings on metadata

2013-07-18 Thread helix84
Yes, it would work either way. You were asking about best practice, though. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- See ev

Re: [Dspace-tech] Musings on metadata

2013-07-18 Thread Alan Orth
Ok, Yeah, now that I realize there are no *technical* reasons (and since it's really about best practice), I will go ask on dspace-general. Cheers, Alan On 07/18/2013 01:21 PM, helix84 wrote: > Yes, it would work either way. You were asking about best practice, though. > > > Regards, > ~~helix

Re: [Dspace-tech] OAI configuration Properties

2013-07-18 Thread João Melo
Hi, granularity configuration isn't possible at the moment, as it is hard coded (as one could see [1]). However, it is possible by replacing dspace-oai/main/java/org/dspace/xoai/data/DSpaceIdentify.java by [2]. Edit dspace/config/modules/oai.cfg and add a new configuration value: # Possible gra

Re: [Dspace-tech] OAI configuration Properties

2013-07-18 Thread helix84
On Thu, Jul 18, 2013 at 1:29 PM, João Melo wrote: > NOTE: As the OAI-PMH guidelines define there are only two possible > granularities (Day and Second). Thanks for noting that. Actually, I just noticed even in OAICat there are only these two possible values (day and second): http://pubserv.oclc.

Re: [Dspace-tech] Statistics - top country and city view on comm. & coll. page

2013-07-18 Thread Javier Távara
Are you running cron jobs? https://wiki.duraspace.org/display/DSDOC18/Installation#Installation-'cron'Jobs Javier Távara 2013/7/18 Abhishek Raval > Hello, do you have any idea about this ??? > > > On Mon, Jul 8, 2013 at 11:53 PM, Abhishek Raval wrote: > >> Hello All, >> >> I m using Dspace -1.

Re: [Dspace-tech] Σχετ: url redirection on view/ open for an item

2013-07-18 Thread helix84
Oh, you mean the base URL of the DSpace server, not the script server? You can get it from DRI request.serverName. Here's the simplified version: Ideally, you should concat request.scheme, request.serverName and request.serverPort, I'm just lazy. Regards, ~~helix84 Compulsory reading: DSpace

Re: [Dspace-tech] Author's organization, address and other metadata

2013-07-18 Thread LifeH2O
CILEA/DSpace/tree/dspace-1_8_x-cris is a full system with CRIS module. And https://github.com/CILEA/dspace-cris is probably the module only. I tried running maven on it but it is asking for parent artifact. Given installation instructions

Re: [Dspace-tech] Installing Dspace in sub directory

2013-07-18 Thread helix84
On Wed, Jul 17, 2013 at 5:11 PM, suzon wrote: > can you tell me how to configure sitemap so that any user will be > redirected to www.du.edu/m > from mobile.du.edu . Here is the info on redirects in Cocoon, but I didn't try any of it: http://wiki.apache.org/cocoon/Redirecting I briefly tied map:

[Dspace-tech] DSpace 2013 RoadMap & 3-5 Year Vision

2013-07-18 Thread Tim Donohue
All, Last week at the Open Repositories conference (in Prince Edward Island, Canada), a draft 3-5 Year Vision for the DSpace platform was introduced as well as a (very brief) overview of the DSpace 2013 RoadMap. In order to make this information more widely available, I've recorded a video scr

[Dspace-tech] Producing an ICS file on the fly

2013-07-18 Thread Owen Williams
Hello, I have a plan to create an ICS file on the fly given a date and a summary: BEGIN:VCALENDAR VERSION:2.0 PRODID:-//hacksw/handcal//NONSGML v1.0//EN BEGIN:VEVENT UID:u...@example.com DTSTAMP:19970714T17Z ORGANIZER;CN=DSpace Admin:MAILTO:dspace.ad...@example.com DTSTART:19970714T17Z

[Dspace-tech] User id _ Password set up for the orgn. not having intranet email server - having computes in network‏

2013-07-18 Thread C Sugumaran
Dear list, For Dspace Version 3.1, is it possible to create the e-person USER ID  and its PASSWORD by the administrator ?   So that the dspace data base can be used by the user without having the Intranet email system in their organisation   So that the collections and its item can be shown to

[Dspace-tech] Export to RefWorks button

2013-07-18 Thread Javier Távara
Does anyone know how to implement an option to export items to RefWorks? I have seen this in many repositories like this http://demo.openrepository.com/demo/handle/2384/238591 I'm using DSpace 3.1 and XMLUI. Thank you so much. --

[Dspace-tech] OAI - Ignoring specific community

2013-07-18 Thread Marcelo Henrique Gomes
Hi, I enabled module OAI in my DSpace. I ran oai import and all of items are visible. I need to hide only one community from OAI. Is it possible? Regards, Marcelo -- See everything from the browser to the database with A

Re: [Dspace-tech] Change StaticTrail title in breadcrumb

2013-07-18 Thread Diego Bastos
Thank you Helix, work beautiful :-D 2013/7/18 helix84 > Hi Diego, > > to be more precise, "StaticTrail" will show up only if you name your > page something else than "page/about". For "page/about", "About This > Repository" will show up as trail text. > > You have overriden only the match="dri:b

[Dspace-tech] how to change dspace url?

2013-07-18 Thread ribin . jones
Hi, My dspace url is http://:8080/jspui. Is it possible to have a url like http:// ? What should be done for this? Any help is greatly appreciated. - Ribin -- See everything from the browser to the database with AppDyn

Re: [Dspace-tech] how to change dspace url?

2013-07-18 Thread Kostas Stamatis
Hi Ribin, You have two options: 1) Either you start tomcat in the http default port which is 80 (instead of 8080). For this, you have to edit "server.conf" configuration file within tomcat install dir. In such a case you don't need to add :8080 after the ip since 80 is the default. or 2) Instal

Re: [Dspace-tech] how to change dspace url?

2013-07-18 Thread Hilton Gibson
With Ubuntu, see the following. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S05#Step_5.2:_Allow_Tomcat_to_listen_on_ports_.2280.22_and_.22443.22 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S08#Step_8.1_Configure_the_default_ROOT_webapp Regards hg On 19 July 2

Re: [Dspace-tech] how to change dspace url?

2013-07-18 Thread ribin . jones
I am having trouble: Below was the initial output: root@testpc:/etc/authbind/byport# netstat -tapn | grep java tcp6 0 0 :::8080 :::*LISTEN 1418/java tcp6 0 0 127.0.0.1:8005 :::*LISTEN 1418/java Afte

Re: [Dspace-tech] how to change dspace url?

2013-07-18 Thread Hilton Gibson
Hi Ribin Check that you completed all the steps correctly and look at the example outputs. Regards hg On 19 July 2013 08:37, wrote: > I am having trouble: > > Below was the initial output: > root@testpc:/etc/authbind/byport# netstat -tapn | grep java > tcp6 0 0 :::8080

Re: [Dspace-tech] how to change dspace url?

2013-07-18 Thread ribin . jones
Yes.. Now the output seems okay; root@testpc:~# netstat -tapn | grep java tcp0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1448/java tcp0 0 127.0.0.1:8005 0.0.0.0:* LISTEN 1448/java But web page displays nothing while acces