-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disconnected from server #1185
Comments
ejabberdctl statusThe node '[email protected]' is started with status: started |
` # archipel-testxmppserver -j login -p password
Type enter key to continue... TEST 1 : XMPP CONNECTION
your XMPP server should be ready! |
How to fix disconnect from XMPP server? And :XMPPSERVER: unable to add entity .... in autogroup All Hypervisors: EOF occurred in violation of protocol (_ssl.c:765) |
Archipel version 0.6.0-af2266d (Apophis)
WARNING ::2016-07-12 07:29:07.808::utils.py:75::TNArchipelCentralAgent.handle_autogroup_for_entities ([email protected]/mgmt.mydomain.net)::XMPPSERVER: unable to add entity [email protected] in autogroup All Virtual Machines: EOF occurred in violation of protocol (_ssl.c:765)
WARNING ::2016-07-12 07:29:07.827::utils.py:75::TNArchipelCentralAgent.handle_autogroup_for_entities ([email protected]/mgmt.mydomain.net)::XMPPSERVER: unable to add entity [email protected] in autogroup All Virtual Machines: EOF occurred in violation of protocol (_ssl.c:765)
WARNING ::2016-07-12 07:29:07.846::utils.py:75::TNArchipelCentralAgent.handle_autogroup_for_entities ([email protected]/mgmt.mydomain.net)::XMPPSERVER: unable to add entity [email protected] in autogroup All Virtual Machines: EOF occurred in violation of protocol (_ssl.c:765)
WARNING ::2016-07-12 07:29:07.862::utils.py:75::TNArchipelCentralAgent.handle_autogroup_for_entities ([email protected]/mgmt.mydomain.net)::XMPPSERVER: unable to add entity [email protected] in autogroup All Virtual Machines: EOF occurred in violation of protocol (_ssl.c:765)
WARNING ::2016-07-12 07:29:07.878::utils.py:75::TNArchipelCentralAgent.handle_autogroup_for_entities ([email protected]/mgmt.mydomain.net)::XMPPSERVER: unable to add entity [email protected] in autogroup All Virtual Machines: EOF occurred in violation of protocol (_ssl.c:765)
WARNING ::2016-07-12 07:29:07.894::utils.py:75::TNArchipelCentralAgent.handle_autogroup_for_entities ([email protected]/mgmt.mydomain.net)::XMPPSERVER: unable to add entity [email protected] in autogroup All Virtual Machines: EOF occurred in violation of protocol (_ssl.c:765)
WARNING ::2016-07-12 07:29:07.911::utils.py:75::TNArchipelCentralAgent.handle_autogroup_for_entities ([email protected]/mgmt.mydomain.net)::XMPPSERVER: unable to add entity [email protected] in autogroup All Virtual Machines: EOF occurred in violation of protocol (_ssl.c:765)
WARNING ::2016-07-12 07:29:07.927::utils.py:75::TNArchipelCentralAgent.handle_autogroup_for_entities ([email protected]/mgmt.mydomain.net)::XMPPSERVER: unable to add entity [email protected] in autogroup All Virtual Machines: EOF occurred in violation of protocol (_ssl.c:765)
WARNING ::2016-07-12 07:29:07.956::utils.py:75::TNArchipelCentralAgent.handle_autogroup_for_entities ([email protected]/mgmt.mydomain.net)::XMPPSERVER: unable to add entity [email protected]/mgmt.mydomain.net in autogroup All Hypervisors: EOF occurred in violation of protocol (_ssl.c:765)
WARNING ::2016-07-12 07:29:07.987::utils.py:75::TNArchipelCentralAgent.handle_autogroup_for_entities ([email protected]/mgmt.mydomain.net)::XMPPSERVER: unable to add entity [email protected] in autogroup All Virtual Machines: EOF occurred in violation of protocol (_ssl.c:765)
ERROR ::2016-07-12 07:30:44.832::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::LOOP EXCEPTION : Disconnected from server. Trying to reconnect in 5 seconds.
ERROR ::2016-07-12 07:30:44.833::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::TRACEBACK: Traceback (most recent call last):
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/archipelEntity.py", line 1252, in loop
self.xmppclient.Process(3)
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/dispatcher.py", line 123, in Process
self.Stream.Parse(data)
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/simplexml.py", line 425, in endtag
self.dispatch(self._mini_dom)
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/dispatcher.py", line 295, in dispatch
try: cb(session,stanza,**args)
File "/usr/Archipel/ArchipelAgent/archipel-agent-xmppserver/archipelagentxmppserver/xmppserver.py", line 310, in on_receive_users_num
answer = self._send_xmlrpc_call("registered_users", {"host": xmppserver})
File "/usr/Archipel/ArchipelAgent/archipel-agent-xmppserver/archipelagentxmppserver/xmppserver.py", line 276, in _send_xmlrpc_call
raise Exception(str(ex).replace(self.xmlrpc_password, "[PASSWORD_HIDDEN]"))
Exception: EOF occurred in violation of protocol (_ssl.c:765)
ERROR ::2016-07-12 07:30:49.840::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::LOOP EXCEPTION : Disconnected from server. Trying to reconnect in 5 seconds.
ERROR ::2016-07-12 07:30:49.842::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::TRACEBACK: Traceback (most recent call last):
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/archipelEntity.py", line 1255, in loop
self.xmppclient.disconnect()
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/dispatcher.py", line 378, in disconnect
while self.Process(1): pass
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/dispatcher.py", line 123, in Process
self.Stream.Parse(data)
ExpatError: parsing finished: line 1, column 210269
ERROR ::2016-07-12 07:30:54.847::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::LOOP EXCEPTION : Disconnected from server. Trying to reconnect in 5 seconds.
ERROR ::2016-07-12 07:30:54.849::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::TRACEBACK: Traceback (most recent call last):
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/archipelEntity.py", line 1255, in loop
self.xmppclient.disconnect()
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/dispatcher.py", line 378, in disconnect
while self.Process(1): pass
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/dispatcher.py", line 123, in Process
self.Stream.Parse(data)
ExpatError: parsing finished: line 1, column 210269
ERROR ::2016-07-12 07:30:59.857::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::LOOP EXCEPTION : Disconnected from server. Trying to reconnect in 5 seconds.
ERROR ::2016-07-12 07:30:59.871::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::TRACEBACK: Traceback (most recent call last):
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/archipelEntity.py", line 1255, in loop
self.xmppclient.disconnect()
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/dispatcher.py", line 377, in disconnect
self._owner_send('/stream:stream')
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/transports.py", line 251, in send
self._owner.disconnected()
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/client.py", line 129, in disconnected
for i in self.disconnect_handlers: i()
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/client.py", line 137, in DisconnectHandler
raise IOError('Disconnected from server.')
IOError: Disconnected from server.
ERROR ::2016-07-12 07:31:05.976::utils.py:77::TNArchipelCentralAgent.create_autogroups_if_needed ([email protected]/mgmt.mydomain.net)::XMPPSERVER: Unable to use xmlrpc. EOF occurred in violation of protocol (_ssl.c:765)
ERROR ::2016-07-12 07:31:06.362::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::LOOP EXCEPTION : Disconnected from server. Trying to reconnect in 5 seconds.
ERROR ::2016-07-12 07:31:06.363::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::TRACEBACK: Traceback (most recent call last):
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/archipelEntity.py", line 1252, in loop
self.xmppclient.Process(3)
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/dispatcher.py", line 123, in Process
self.Stream.Parse(data)
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/simplexml.py", line 425, in endtag
self.dispatch(self._mini_dom)
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/dispatcher.py", line 295, in dispatch
try: cb(session,stanza,**args)
File "/usr/Archipel/ArchipelAgent/archipel-agent-xmppserver/archipelagentxmppserver/xmppserver.py", line 310, in on_receive_users_num
answer = self._send_xmlrpc_call("registered_users", {"host": xmppserver})
File "/usr/Archipel/ArchipelAgent/archipel-agent-xmppserver/archipelagentxmppserver/xmppserver.py", line 276, in _send_xmlrpc_call
raise Exception(str(ex).replace(self.xmlrpc_password, "[PASSWORD_HIDDEN]"))
Exception: EOF occurred in violation of protocol (_ssl.c:765)
ERROR ::2016-07-12 07:31:11.371::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::LOOP EXCEPTION : Disconnected from server. Trying to reconnect in 5 seconds.
ERROR ::2016-07-12 07:31:11.373::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::TRACEBACK: Traceback (most recent call last):
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/archipelEntity.py", line 1255, in loop
self.xmppclient.disconnect()
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/dispatcher.py", line 378, in disconnect
while self.Process(1): pass
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/dispatcher.py", line 123, in Process
self.Stream.Parse(data)
ExpatError: parsing finished: line 1, column 26070
ERROR ::2016-07-12 07:31:16.376::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::LOOP EXCEPTION : Disconnected from server. Trying to reconnect in 5 seconds.
ERROR ::2016-07-12 07:31:16.378::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::TRACEBACK: Traceback (most recent call last):
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/archipelEntity.py", line 1255, in loop
self.xmppclient.disconnect()
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/dispatcher.py", line 378, in disconnect
while self.Process(1): pass
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/dispatcher.py", line 123, in Process
self.Stream.Parse(data)
ExpatError: parsing finished: line 1, column 26070
ERROR ::2016-07-12 07:31:21.384::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::LOOP EXCEPTION : Disconnected from server. Trying to reconnect in 5 seconds.
ERROR ::2016-07-12 07:31:21.385::utils.py:77::TNArchipelCentralAgent.loop ([email protected]/mgmt.mydomain.net)::TRACEBACK: Traceback (most recent call last):
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/archipelEntity.py", line 1255, in loop
self.xmppclient.disconnect()
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/dispatcher.py", line 377, in disconnect
self._owner_send('/stream:stream')
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/transports.py", line 251, in send
self._owner.disconnected()
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/client.py", line 129, in disconnected
for i in self.disconnect_handlers: i()
File "/usr/Archipel/ArchipelAgent/archipel-core/archipelcore/xmpp/client.py", line 137, in DisconnectHandler
raise IOError('Disconnected from server.')
IOError: Disconnected from server.
The text was updated successfully, but these errors were encountered: