Advertisement
Guest User

Untitled

a guest
Sep 14th, 2018
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. I, [2018-09-14T11:33:31.871791 #23] INFO -- : Started POST "/accounts?method=post" for 91.221.75.70 at 2018-09-14 11:33:31 +0000
  2. I, [2018-09-14T11:33:31.965367 #23] INFO -- : Processing by RegistrationsController#create as HTML
  3. I, [2018-09-14T11:33:31.966672 #23] INFO -- : Parameters: {"utf8"=>"✓", "authenticity_token"=>"G930hk64odiSzS6zW1QmM7aABw6zKLypERO36pIqNcpBd8z8nppkncY5Bb1ZoxvVnh6l3m9dCE4TdSJzBoeDtg==", "invite"=>"", "email"=>"srghma@gmail.com", "firstname"=>"srghma", "lastname"=>"srghma", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Sign up"=>"Sign up", "method"=>"post"}
  4. D, [2018-09-14T11:33:32.186758 #23] DEBUG -- : Account Exists (1.9ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."email" = $1 AND "accounts"."deleted_at" IS NULL AND "accounts"."deleted_at" IS NULL LIMIT $2 [["email", "srghma@gmail.com"], ["LIMIT", 1]]
  5. D, [2018-09-14T11:33:32.188194 #23] DEBUG -- : (0.2ms) BEGIN
  6. D, [2018-09-14T11:33:32.190156 #23] DEBUG -- : Account Exists (0.7ms) SELECT 1 AS one FROM "accounts" WHERE "accounts"."email" = $1 AND "accounts"."deleted_at" IS NULL AND "accounts"."deleted_at" IS NULL LIMIT $2 [["email", "srghma@gmail.com"], ["LIMIT", 1]]
  7. D, [2018-09-14T11:33:32.193763 #23] DEBUG -- : SQL (1.9ms) INSERT INTO "users" ("firstname", "lastname", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["firstname", "srghma"], ["lastname", "srghma"], ["created_at", 2018-09-14 11:33:32 UTC], ["updated_at", 2018-09-14 11:33:32 UTC]]
  8. D, [2018-09-14T11:33:32.210280 #23] DEBUG -- : SQL (1.6ms) INSERT INTO "accounts" ("user_id", "email", "encrypted_password", "created_at", "updated_at", "settings") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["user_id", "9a84478f-458e-4af6-acb5-d552283eb596"], ["email", "srghma@gmail.com"], ["encrypted_password", "$2a$10$XmAOfxFnLKKzYt/vobAmAemGEca6xkuZAxIgiFOW4NFc1nRG/Zbqu"], ["created_at", 2018-09-14 11:33:32 UTC], ["updated_at", 2018-09-14 11:33:32 UTC], ["settings", "{\"project_notification\":true}"]]
  9. D, [2018-09-14T11:33:32.213228 #23] DEBUG -- : User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 LIMIT $2 [["id", "9a84478f-458e-4af6-acb5-d552283eb596"], ["LIMIT", 1]]
  10. E, [2018-09-14T11:33:32.219916 #23] ERROR -- : Unable to connect to Redis; falling back to synchronous mail delivery
  11. D, [2018-09-14T11:33:32.221574 #23] DEBUG -- : CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 LIMIT $2 [["id", "9a84478f-458e-4af6-acb5-d552283eb596"], ["LIMIT", 1]]
  12. I, [2018-09-14T11:33:32.233674 #23] INFO -- : Rendering notify/new_account_mail.html.erb
  13. I, [2018-09-14T11:33:32.234932 #23] INFO -- : Rendered notify/new_account_mail.html.erb (1.1ms)
  14. D, [2018-09-14T11:33:32.396807 #23] DEBUG -- : Notify#new_account_mail: processed outbound mail in 176.2ms
  15. I, [2018-09-14T11:33:32.407557 #23] INFO -- : Sent mail to srghma@gmail.com (10.5ms)
  16. D, [2018-09-14T11:33:32.407635 #23] DEBUG -- : Date: Fri, 14 Sep 2018 11:33:32 +0000
  17. From: Greenbadger <admin@getgreenbadger.com>
  18. To: srghma srghma <srghma@gmail.com>
  19. Message-ID: <5b9b9c8c62454_17117711c427dc@a1aa4d38cb12.mail>
  20. Subject: Welcome to Green Badger!
  21. Mime-Version: 1.0
  22. Content-Type: text/html;
  23. charset=UTF-8
  24. Content-Transfer-Encoding: quoted-printable
  25.  
  26. <html>
  27. <head>
  28. <meta content=3D"text/html; charset=3DUTF-8" http-equiv=3D"Content-Ty=
  29. pe">
  30. </head>
  31. <body>
  32. <h1>Dear srghma srghma,</h1>
  33. <p>We're pretty certain this is the start of something really special=
  34. , so we wanted to take a moment to personally welcome you to Green Badger=
  35. . We may be a slight bit biased, but we=E2=80=99re certain that Green Bad=
  36. ger is the easiest way to manage and document LEED construction credits =E2=
  37. =80=93 ever!</p>
  38. <p>Thanks for taking the time =E2=80=93 we=E2=80=99re looking forward=
  39. to making LEED documentation easier! If you would like a demo of how Gre=
  40. en Badger works or have questions, please email us at <a href=3D"mailto:d=
  41. emo@getgreenbadger.com">demo@getgreenbadger.com</a></p><br>
  42. <p>Best regards, <br>Your Greenbadger Team</p>
  43. </body>
  44. </html>
  45.  
  46. D, [2018-09-14T11:33:32.408519 #23] DEBUG -- : (0.6ms) ROLLBACK
  47. I, [2018-09-14T11:33:32.409067 #23] INFO -- : Completed 500 Internal Server Error in 442ms (ActiveRecord: 20.5ms)
  48. I, [2018-09-14T11:33:32.494225 #23] INFO -- : Sending event c12335a0c4e94d479b3783dc04505bcd to Sentry
  49. D, [2018-09-14T11:33:33.052675 #23] DEBUG -- : Raven HTTP Transport connecting to https://sentry.nordicresults.com
  50. F, [2018-09-14T11:33:33.352909 #23] FATAL -- :
  51. F, [2018-09-14T11:33:33.353005 #23] FATAL -- : Errno::ENETUNREACH (Network is unreachable - connect(2) for nil port 25):
  52. F, [2018-09-14T11:33:33.353080 #23] FATAL -- :
  53. F, [2018-09-14T11:33:33.353155 #23] FATAL -- : app/models/account.rb:318:in `send_new_account_mail'
  54. F, [2018-09-14T11:33:33.353246 #23] FATAL -- : app/controllers/registrations_controller.rb:23:in `create'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement