cancel
Showing results for 
Search instead for 
Did you mean: 

Service restart error after configuration outbound mail

luuc
Champ in-the-making
Champ in-the-making
Hi,

I am an newbe at Alfresco. Just installed Alfresco with binary files on my own server (OS Windows Server 2102 Essentials). Works well after installing. Tried to configure outbound mail by changing alfresco-global.properties

I used this code:

### E-mail site invitation setting ###
notification.email.siteinvite=true
# Outbound Email Configuration
mail.host=smtp.zimbra-login.net
mail.port=587
mail.username=my@mailadress.nl
mail.password=hetpaswoord
mail.encoding=UTF-8
#mail.from.default=alfresco@alfresco.org
mail.smtp.auth=true

But when I restart Tomcat, the log gives an error and I can't login Alfresco.
The first error in the log is a invalid boolean value [true##license location##], but in my properties file there is no such combination possible. Everwhere are 'enters' between the lines and the license location code does'nt stand right after a boolean value 'true'.

The entire logfile is attached to this post.

Can anyone help me to fix this issue?



3 REPLIES 3

billydekid
Star Contributor
Star Contributor
Hi, I'm also newbie too Smiley Happy
Could you share your alfresco-global.properties?

Thanks,

luuc
Champ in-the-making
Champ in-the-making
Thanks voor reply. Yes, I attached my properties file (changed credentials into incorrect credentials and filename from .properties into -properties.txt). Hope you have a good suggestion to solve my problem.

billydekid
Star Contributor
Star Contributor
Hi,
I found a broken line here:

mail.port=587mail.username=my@mailadress.nl

It should be:
mail.port=587
mail.username=my@mailadress.nl

Thanks,
[bayu]