cancel
Showing results for 
Search instead for 
Did you mean: 

Email notification content rule problem

wilsonwu
Champ in-the-making
Champ in-the-making
Hi

I got the following error when adding content to my space (if I login as admin, no such problem):

    * A system error happened during the operation: Transaction didn't commit: Transaction has been rolled back because it has been marked as rollback-only

However, after I disable the email notification rule for the space, the content is added successfully.

Rule Type:   inbound
Name:   Email notification
Description:   
Apply rule to sub spaces:   Yes
Run rule in background:   No
Disable rule:   Yes
Conditions:   All Items
Actions:   Send email to 'Wilson Wu

Thanks.
4 REPLIES 4

gavinc
Champ in-the-making
Champ in-the-making
Do you have an email configured and functioning on the server running the repository?

wilsonwu
Champ in-the-making
Champ in-the-making
Yes I do config email and it is functioning. There was no problem when I login as admin and triggered the email notification rule.

gavinc
Champ in-the-making
Champ in-the-making
Try commenting out the following line in log4j.properties and try executing the rule again

#log4j.logger.org.alfresco.web.ui.common.Utils=info

This should give a stack trace of the problem that caused the "Transaction didn't commit" error, seeing this may give us a clue as to what is going on.

Post the stack trace you get and we'll go from there.

jwjacks
Champ in-the-making
Champ in-the-making
I ran into this exact problem.  Be sure to permit users to read the 'Data Dictionary' space that contains the email templates.

Setting the everyone group to consumer fixed it for me.

Hope this helps

JJ