Public summary: Description of problem: Upon `rhn-satellite` the osa-dispatcher attempts to connect to jabberd server. The osa-dispatcher except to receive <features> stanza to negotiate SSL connection. However, when jabberd is freshly started and not fully operational it instead responds with: <error><host-gone xmlns = 'urn:ietf:params:xml:ns:xmpp-streams' /> <text xmlns = 'urn:ietf:params:xml:ns:xmpp-streams' > session manager for requested domain is not available </text> </error> Version-Release number of selected component (if applicable): Spacewalk Nightly on RHEL5 jabberd-2.2.11-3.el5 osa-dispatcher-5.10.27-1.el5 How reproducible: deterministic Steps to Reproduce: 1. tail -f /var/log/rhn/osa-dispatcher.log 2. rhn-satellite (re)start 3. Actual results: 2011/12/01 08:20:32 -04:00 26887 0.0.0.0: osad/jabber_lib.__init__ 2011/12/01 08:20:32 -04:00 26887 0.0.0.0: osad/jabber_lib.connect('ERROR', 'Server did not return a <features /> stanza') 2011/12/01 08:20:32 -04:00 26887 0.0.0.0: osad/jabber_lib.print_message('SSLError',) 2011/12/01 08:20:32 -04:00 26887 0.0.0.0: osad/jabber_lib.print_message('Could not connect to jabber server', 'hostname.example.com') 2011/12/01 08:20:32 -04:00 26887 0.0.0.0: osad/jabber_lib.setup_connection('ERROR', 'Traceback (most recent call last):\n File "/usr/share/rhn/osad/jabber_lib.py", line 246, in setup_connection\n c = self._get_jabber_client(js)\n File "/usr/share/rhn/osad/jabber_lib.py", line 303, in _get_jabber_client\n c.connect()\n File "/usr/share/rhn/osad/jabber_lib.py", line 576, in connect\n raise SSLDisabledError\nSSLDisabledError\n') 2011/12/01 08:20:32 -04:00 26887 0.0.0.0: osad/jabber_lib.setup_connection('Could not connect to any jabber server',) 2011/12/01 08:20:32 -04:00 26887 0.0.0.0: osad/jabber_lib.main('Unable to connect to jabber servers, sleeping 10 seconds',) Expected results: Connect like a charm. Additional info:
*** This bug has been marked as a duplicate of bug 766547 ***
*** This bug has been marked as a duplicate of bug 756761 ***