Error while sending new user email
Created by: roshangautam
I am getting this in sidekiq.log
2013-05-29T17:37:39Z 22320 TID-11fkbc Sidekiq::Extensions::DelayedMailer JID-9cc2a77b4ffeead2b1a351a9 INFO: start 2013-05-29T17:37:39Z 22320 TID-11fkbc Sidekiq::Extensions::DelayedMailer JID-9cc2a77b4ffeead2b1a351a9 INFO: fail: 0.018 sec 2013-05-29T17:37:39Z 22320 TID-11fkbc WARN: {"retry"=>true, "queue"=>"default", "class"=>"Sidekiq::Extensions::DelayedMailer", "args"=>["---\n- !ruby/class 'Notify'\n- :new_user_email\n- - 10\n - xssgbf15\n"], "at"=>1369849003.4586008, "jid"=>"9cc2a77b4ffeead2b1a351a9", "error_message"=>"Indenting at the beginning of the document is illegal.", "error_class"=>"ActionView::Template::Error", "failed_at"=>"2013-05-29T17:36:54Z", "retry_count"=>1, "retried_at"=>2013-05-29 17:37:39 UTC} 2013-05-29T17:37:39Z 22320 TID-11fkbc WARN: Indenting at the beginning of the document is illegal. 2013-05-29T17:37:39Z 22320 TID-11fkbc WARN: /home/git/gitlab/app/views/notify/new_user_email.html.haml:1
I updates Gitlab from 5.1 to 5.2 and this started happening. The weird thing is all the other emails are working. Any help will be highly appreciated.
Thanks