view · edit · sidebar · attach · print · history

20160902-fix-vetoquinol-smtp-ssl-error-fix-xmlconv-and-bbmb-flavored-issue

<< 20160905-migrate-davaz-com | Index | 20160901-urgent-debug-virbac-bbmb-ch-vetoquinol-bbmb-ch >>


Summary

  • Fix ssl error, bug for backup dir at bbmb pop mission.

Commits / Patches / Pull Requests, Scripts

Index


Debug PollingMission on vetoquinol.bbmb.ch

We've got following error.
This is caused by change from tmail to mail and config.yml on production had a wrong domain for email.

OpenSSL::SSL::SSLError
SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol
/usr/local/lib/ruby/2.3.0/net/pop.rb:553:in `connect'
/usr/local/lib/ruby/2.3.0/net/pop.rb:553:in `do_start'
/usr/local/lib/ruby/2.3.0/net/pop.rb:537:in `start'
/usr/local/lib/ruby/gems/2.3.0/gems/mail-2.6.4/lib/mail/network/retriever_methods/pop3.rb:131:in `start'
/usr/local/lib/ruby/gems/2.3.0/gems/mail-2.6.4/lib/mail/network/retriever_methods/pop3.rb:62:in `find'
/usr/local/lib/ruby/gems/2.3.0/gems/mail-2.6.4/lib/mail/network/retriever_methods/base.rb:42:in `all'
/usr/local/lib/ruby/gems/2.3.0/gems/mail-2.6.4/lib/mail/mail.rb:172:in `all'

I've setuped config.yml (transfering order) and polling.yml (incomming order requist) in local,
And then checked pop mission updater.

See lib/bbmb/util/server.rb

# Use run_only_once_at_startup in bbmb gem.
run_only_once_at_startup = true

I've go error backup_dir creation in my local.

TypeError
no implicit conversion of nil into String
/usr/local/share/rbenv/versions/2.3.1/lib/ruby/2.3.0/fileutils.rb:1564:in `path'
/usr/local/share/rbenv/versions/2.3.1/lib/ruby/2.3.0/fileutils.rb:1564:in `block in fu_list'
/usr/local/share/rbenv/versions/2.3.1/lib/ruby/2.3.0/fileutils.rb:1564:in `map'
/usr/local/share/rbenv/versions/2.3.1/lib/ruby/2.3.0/fileutils.rb:1564:in `fu_list'
/usr/local/share/rbenv/versions/2.3.1/lib/ruby/2.3.0/fileutils.rb:207:in `mkdir_p'
/path/to/bbmb/lib/bbmb/util/polling_manager.rb:68:in `block in poll'
/path/to/bbmb/lib/bbmb/util/polling_manager.rb:62:in `each'
/path/to/bbmb/lib/bbmb/util/polling_manager.rb:62:in `poll'

Then, I've fixed this error (on bbmb) and configured email settings for mail in config.yml and polling.yml on vetoquinol.bbmb.ch.

Changes:

  • I've fixed config.yml and polling.yml
  • Updated bbmb

Commis:

Fix flavor issue

Now following sites work with flavor (for now), because I've upgraded all bbmb.ch applications as Ruby 2.3.1 (Mostly Niklaus has already updated, I've just configured and deployed).
Non-Flavored url must be supported by SBSM.

Then I've reverted non-flavored url support on xmlconv.

Commis:

Fix davaz.com bugs

Bug fixes

  • Wrong entries in Dictionary
  • Tooltips on /personal/{life|thefamily}

Commits:

view · edit · sidebar · attach · print · history
Page last modified on September 05, 2016, at 08:30 PM