[dspace-tech] Re: impossible d'envoyer des émails par dspace

2016-04-12 Thread genevieve . turner
Hi Hadj,

Uncomment:

#mail.server.disabled = false 

So it should be:
mail.server.disabled = false

Regards,

Genevieve

On Sunday, 10 April 2016 20:29:17 UTC+10, HADJ KOUIDER wrote:
>
> Bonjour,
>
> Nous avons installé dspace vesrion 5.4, nous avons rencontré un problèmes 
> pour la création des comptes, impossible d'envoyer des émails par dspace
>
> Veuillez nous aider  pour regler ce problème
>
> Voici les messages d'erreurs
>
> 1- Lors de la réinitialsation de mot de passe voilà le message d'erreur 
> affcihé :
> Réinitialisation de mote de pasee 
>
> Désolé, un erreur est produit avec le courriel.
>
> 2- lors de lancement de la commande :
>
> /var/dspace/bin/dspace test-email
>
> About to send test email:
>  - To: n.hadj...@ensa.dz 
>  - Subject: DSpace test email
>  - Server: *nom du serveur messagerie*
>
> Error sending email:
>  - Error: javax.mail.MessagingException: Could not connect to SMTP host: 
> 193.194.70.19 , port: 25;
>   nested exception is:
> java.net.ConnectException: Connection refused
>
> Please see the DSpace documentation for assistance.
>
> 3- voici le fichier dspace.cfg
>
>  
>
> # Email settings ##
>
> # SMTP mail server
>
> mail.server = mon serveur messagerie
>
> # SMTP mail server authentication username and password (if required)
>
> mail.server.username = mon compte
>
> mail.server.password = mot de passe
>
> # SMTP mail server alternate port (defaults to 25)
>
> mail.server.port = 25
>
> # From address for mail
>
> mail.from.address = mon compte
>
> # Name of a pre-configured Session object to be fetched from a directory.
>
> # This overrides the Session settings above. If none can be found, then 
> DSpace
>
> # will use the above settings to create a Session.
>
> #mail.session.name =mon compte
>
> # Currently limited to one recipient!
>
> feedback.recipient = mon compte
>
> # General site administration (Webmaster) e-mail
>
> mail.admin = mon compte
>
> # Recipient for server errors and alerts
>
> alert.recipient =
>
> # Recipient for new user registration emails
>
> registration.notify =
>
> mail.charset = UTF-8
>
> mail.allowed.referrers = localhost
>
> mail.extraproperties = mail.smtp.socketFactory.port=465, \
>
> mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
>
> mail.smtp.socketFactory.fallback=false
>
> #mail.server.disabled = false
>
> mail.ssl.enable = true
>
> Avec mes sicnères remerciements
> -- 
> *Mme HADJ KOUIDER*
> * Responsable du centre de calcul*
> * ENSA*
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Solr Log Not Appending/Rotating Daily

2016-04-12 Thread Tim Donohue

Hi Shannon,

You may be encountering this duplicate log4j configuration issue 
regarding the Solr logs. It was fixed in 5.4:

https://jira.duraspace.org/browse/DS-2790

These duplicate log4j entries caused Solr to not properly log to the 
[dspace]/log/solr.log file.


The fix is to either upgrade, or apply the fix in this patch (which is 
essentially just removing the solr log entries from log4j.properties in 
favor of those in log4j-solr.properties)

https://github.com/DSpace/DSpace/pull/1095

- Tim

On 4/6/2016 11:29 AM, Shannon Meisenheimer wrote:
For some reason on 10/4/2015 our solr log stopped truncating and 
rotating out daily.  We are still getting daily solr logs, but with a 
file size of 0Kb.  Instead we have a single solr log that is growing 
daily and has a current size of 1.8 Gb.


Any ideas why this might be occurring?

My log4j.properties file excerpt for solr contains the following:
--
log4j.logger.org.apache.solr=ERROR, A4
log4j.additivity.org.apache.solr=false
log4j.appender.A4=org.dspace.app.util.DailyFileAppender
log4j.appender.A4.File=c:/dspace/log/solr.log
log4j.appender.A4.DatePattern=-MM-dd
log4j.appender.A4.MaxLogs=14
log4j.appender.A4.layout=org.apache.log4j.PatternLayout
log4j.appender.A4.layout.ConversionPattern=%d %-5p %c %x - %m%n
--

Thanks,
Shannon
--
Mr. Shannon Meisenheimer
Office of Technology
Blackboard and Academic Application Management
University of Central Missouri
Dockery 207A
meisenhei...@ucmo.edu 
Work Phone:  (660) 543-8483
--
You received this message because you are subscribed to the Google 
Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to dspace-tech+unsubscr...@googlegroups.com 
.
To post to this group, send email to dspace-tech@googlegroups.com 
.

Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


--
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org

--
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Sets in OAI

2016-04-12 Thread Claudia Jürgen

Hi Gabriel,

Sets can be configured in the xoai configuration
[dspace]/config/crosswalks/oai/xoai.xml
using the filter which is appropriate for your set.

e. g. if you want to have a set with all items which got the metadata
dc.type=Article you could do














   

type:article
Article




You can even write your own Filter Class if the already existing ones see
https://github.com/DSpace/DSpace/tree/master/dspace-oai/src/main/java/org/dspace/xoai/filter
do not suit your purpose.

Hope this helps

Claudia Jürgen

Am 07.04.2016 um 22:02 schrieb Gabriel Gervasio:



Hi Again, I need to set a specifically set on the OAI interface, can you
tell me the steps to make it possible? Thanks

I sent an image to be more clear, sorry for my english.



--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia.juer...@tu-dortmund.de
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist 
ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese 
E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und 
vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform 
(mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen 
Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. It is 
solely intended for the recipient. If you are not the intended recipient of 
this e-mail please contact the sender and delete this message. Thank you. 
Without prejudice of e-mail correspondence, our statements are only legally 
binding when they are made in the conventional written form (with personal 
signature) or when such documents are sent by fax.

--
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Print and e-ISBNs

2016-04-12 Thread Claudia Jürgen

Hello Marion,

a metadata field  consist of
schema
element
qualifier (optional)
scope_note (optional)
The language is not part of the metadata field but the metadata value.

Before you can use a metadata field for metadata values, it must be
registered with the metadata registry.
So assuming you want to use [YourSchema].[YourElement].pub-type for your
Information you first got to register it via the administration of the
metadata registry.
If YourSchema does not already exist you got to create it first giving
it a namespace and a prefix. Then you can add the new field to it.

With regards to the simple archive format, if your schema is not "dc"
you got to put the fields in an extra file named metadata_[prefix].xml
where prefix is the short name of the schema
see
https://wiki.duraspace.org/display/DSDOC5x/Importing+and+Exporting+Items+via+Simple+Archive+Format

Hope this helps

Claudia Jürgen



Am 06.04.2016 um 17:47 schrieb Marion Weber:

Hi all,

We just started with the newest release of DSpace and I have a
question concerning the metadata (we use dc):
We would like to differentiate between the print ISBN and the e-ISBN
of our eBooks and I tried to realize this by an additional qualifier
"pub-type" (ppub or epub) in our XML import, unfortunately without
success.

I inserted the pub type as element and as qualifier at the dc metadata
scheme, but there was no use.

I tried to compare this with the abstract field and its additional
qualifier "language". Here, the import of our metadata worked and the
language has been inserted in the "text_lang" field of the table
"metadatavalue" in PostgreSQL database.

How can you reach the same for the print/electronic ISBNs?

Thank you for your answer!

Kind regards,
Marion Weber



--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia.juer...@tu-dortmund.de
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist 
ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese 
E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und 
vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform 
(mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen 
Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. It is 
solely intended for the recipient. If you are not the intended recipient of 
this e-mail please contact the sender and delete this message. Thank you. 
Without prejudice of e-mail correspondence, our statements are only legally 
binding when they are made in the conventional written form (with personal 
signature) or when such documents are sent by fax.

--
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] DSpace CRIS problem

2016-04-12 Thread Oliver Goldschmidt
Andrea,

thank you for that suggestion. I have found the solution now - the problem 
was, that I did not assign enough memory to tomcat. I wonder why it did not 
complain about that, but increasing the memory reservation from 1 GB to 2 
GB solved the problem, and DSpace CRIS is up and running now, ready to be 
tested  a little bit more.

Thanks again, best regards
Oliver

Am Montag, 11. April 2016 23:43:12 UTC+2 schrieb Andrea Bollini:
>
> Hi Oliver,
> I see a similar behavior when some configuration are set recursively, i.e.
> db.url = ${db.url}
>
> this normally appear when a configuration property is removed or commented 
> in the build.properties instead of make it blank.
> Double check your build.properties and the out configuration files, if 
> possible use the latest code from the maintenance branch dspace-cris-5_x_x 
> as it includes some minor bug fixing to the dspace-cris 5.5.0 tag.
>
> Hope this help,
> Andrea
>
>
> Il 11/04/2016 14:43, Oliver Goldschmidt ha scritto:
>
> Hello all,
>
> I am trying to setup DSpace CRIS 5.5.0, but am running into problems. The 
> compilation worked fine without errors, but I can't get the website from 
> the server - the page keeps loading, but never finishes (unless I stop 
> loading actively)... I'm using Tomcat7 on a regular Ubuntu 14 system. I'm 
> almost sure that Tomcat is not the culprit as it is working fine setting 
> the document root to the tomcat default one, though it fails when the 
> document root is set to DSpace. So I guess, something in DSpace CRIS is 
> wrong... Unfortunately there are no error messages in catalina.log or 
> dspace.log (but in fact there are some messages at all, proving that my 
> request really reaches DSpace), making it very hard to debug this. 
>
> The only thing, which is kind of irritating, is that in Catalina.org there 
> are no success messages like "Server startup in x ms". But although I am 
> pretty sure, that Tomcat is running properly as I get some log entries and 
> can connect to the server on port 8080 via telnet...
>
> Any ideas how to debug this? Any hint is appreciated.
>
> Thank you,
> Oliver
> -- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech...@googlegroups.com .
> To post to this group, send email to dspac...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
>
>
> -- 
> Andrea Bollini
> International Business Development, Deputy Leader
> Open Source & Open Standards Strategy, Head
> Cineca
>
> Via dei Tizii, 6
> 00185 Roma, Italy
> tel. +39 06 44 486 087 - mob. +39 348 82 77 525http://www.cineca.it 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.