Quantcast
Channel: Ignite Realtime : Unanswered Discussions - Openfire Support
Viewing all articles
Browse latest Browse all 3154

remote-server-not-found

$
0
0

I've just setup a new Openfire 3.10.3 server, and clients can connect to it.

 

The problem I have is that when trying to integrate with Alliance Auth (https://allianceauth.com/ ) I get the following error (data anonymized, 'www.mydomain.com' replaces my domain).

 

[Tue Dec 22 23:48:35.678383 2015] [:error] [pid 6221]   <error code="404" type="cancel">

[Tue Dec 22 23:48:35.678385 2015] [:error] [pid 6221]   <remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>

 

What server is it that it cannot find? Below is the entire log for the broadcast attempt.

 

[Tue Dec 22 23:48:35.662775 2015] [:error] [pid 6221] DEBUG: socket       sent  <?xml version='1.0'?>

[Tue Dec 22 23:48:35.662780 2015] [:error] [pid 6221]   <stream:stream xmlns="jabber:client" to="www.mydomain.com" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" >

[Tue Dec 22 23:48:35.662824 2015] [:error] [pid 6221] DEBUG: bind         start Plugging <xmpp.auth.Bind instance at 0x7f535d26c878> into <xmpp.client.Client instance at 0x7f535d1f9170>

[Tue Dec 22 23:48:35.662835 2015] [:error] [pid 6221] DEBUG: dispatcher   info  Registering handler <bound method Bind.FeaturesHandler of <xmpp.auth.Bind instance at 0x7f535d26c878>> for "features" type-> ns->(http://etherx.jabber.org/streams)

[Tue Dec 22 23:48:35.662841 2015] [:error] [pid 6221] DEBUG: dispatcher   warn  Registering protocol "features" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)

[Tue Dec 22 23:48:35.663288 2015] [:error] [pid 6221] DEBUG: socket       got   <?xml version='1.0' encoding='UTF-8'?>

[Tue Dec 22 23:48:35.663293 2015] [:error] [pid 6221]   <stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="www.mydomain.com" id="2ad0f3df" xml:lang="en" version="1.0">

[Tue Dec 22 23:48:35.663295 2015] [:error] [pid 6221]   <stream:features>

[Tue Dec 22 23:48:35.663296 2015] [:error] [pid 6221]   <compression xmlns="http://jabber.org/features/compress">

[Tue Dec 22 23:48:35.663297 2015] [:error] [pid 6221]   <method>zlib</method>

[Tue Dec 22 23:48:35.663298 2015] [:error] [pid 6221]   </compression>

[Tue Dec 22 23:48:35.663300 2015] [:error] [pid 6221]   <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/>

[Tue Dec 22 23:48:35.663301 2015] [:error] [pid 6221]   <session xmlns="urn:ietf:params:xml:ns:xmpp-session">

[Tue Dec 22 23:48:35.663302 2015] [:error] [pid 6221]   <optional/>

[Tue Dec 22 23:48:35.663303 2015] [:error] [pid 6221]   </session>

[Tue Dec 22 23:48:35.663304 2015] [:error] [pid 6221]   </stream:features>

[Tue Dec 22 23:48:35.663450 2015] [:error] [pid 6221] DEBUG: dispatcher   ok    Got http://etherx.jabber.org/streams/features stanza

[Tue Dec 22 23:48:35.663480 2015] [:error] [pid 6221] DEBUG: dispatcher   ok    Dispatching features stanza with type-> props->[u'http://jabber.org/features/compress', u'urn:ietf:params:xml:ns:xmpp-bind', u'urn:ietf:params:xml:ns:xmpp-session'] id->None

[Tue Dec 22 23:48:35.663572 2015] [:error] [pid 6221] DEBUG: socket       sent  <iq type="set" id="22">

[Tue Dec 22 23:48:35.663575 2015] [:error] [pid 6221]   <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">

[Tue Dec 22 23:48:35.663577 2015] [:error] [pid 6221]   <resource>broadcast</resource>

[Tue Dec 22 23:48:35.663578 2015] [:error] [pid 6221]   </bind>

[Tue Dec 22 23:48:35.663579 2015] [:error] [pid 6221]   </iq>

[Tue Dec 22 23:48:35.663636 2015] [:error] [pid 6221] DEBUG: dispatcher   wait  Waiting for ID:22 with timeout 25...

[Tue Dec 22 23:48:35.664769 2015] [:error] [pid 6221] DEBUG: socket       got   <iq type="result" id="22" to="www.mydomain.com/2ad0f3df">

[Tue Dec 22 23:48:35.664796 2015] [:error] [pid 6221]   <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">

[Tue Dec 22 23:48:35.664797 2015] [:error] [pid 6221]   <jid>broadcast@www.mydomain.com/broadcast</jid>

[Tue Dec 22 23:48:35.664799 2015] [:error] [pid 6221]   </bind>

[Tue Dec 22 23:48:35.664800 2015] [:error] [pid 6221]   </iq>

[Tue Dec 22 23:48:35.664899 2015] [:error] [pid 6221] DEBUG: dispatcher   ok    Got jabber:client/iq stanza

[Tue Dec 22 23:48:35.664956 2015] [:error] [pid 6221] DEBUG: dispatcher   ok    Dispatching iq stanza with type->result props->[u'urn:ietf:params:xml:ns:xmpp-bind'] id->22

[Tue Dec 22 23:48:35.664976 2015] [:error] [pid 6221] DEBUG: dispatcher   ok    Expected stanza arrived!

[Tue Dec 22 23:48:35.664998 2015] [:error] [pid 6221] DEBUG: bind         ok    Successfully bound broadcast@www.mydomain.com/broadcast.

[Tue Dec 22 23:48:35.665102 2015] [:error] [pid 6221] DEBUG: socket       sent  <iq type="set" id="23">

[Tue Dec 22 23:48:35.665105 2015] [:error] [pid 6221]   <session xmlns="urn:ietf:params:xml:ns:xmpp-session" />

[Tue Dec 22 23:48:35.665106 2015] [:error] [pid 6221]   </iq>

[Tue Dec 22 23:48:35.665123 2015] [:error] [pid 6221] DEBUG: dispatcher   wait  Waiting for ID:23 with timeout 25...

[Tue Dec 22 23:48:35.665719 2015] [:error] [pid 6221] DEBUG: socket       got   <iq type="result" id="23" to="broadcast@www.mydomain.com/broadcast"/>

[Tue Dec 22 23:48:35.665765 2015] [:error] [pid 6221] DEBUG: dispatcher   ok    Got jabber:client/iq stanza

[Tue Dec 22 23:48:35.665795 2015] [:error] [pid 6221] DEBUG: dispatcher   ok    Dispatching iq stanza with type->result props->[] id->23

[Tue Dec 22 23:48:35.665804 2015] [:error] [pid 6221] DEBUG: dispatcher   ok    Expected stanza arrived!

[Tue Dec 22 23:48:35.665819 2015] [:error] [pid 6221] DEBUG: bind         ok    Successfully opened session.

[Tue Dec 22 23:48:35.665905 2015] [:error] [pid 6221] DEBUG: socket       sent  <message to="all@broadcast.www.mydomain.com" type="chat" id="24">

[Tue Dec 22 23:48:35.665909 2015] [:error] [pid 6221]   <body>fsfsf\\n##### SENT BY: UserName TO: all WHEN: 2015-12-22 23:48:35 #####\\n##### Replies are NOT monitored #####\\n</body>

[Tue Dec 22 23:48:35.665910 2015] [:error] [pid 6221]   </message>

[Tue Dec 22 23:48:35.665935 2015] [:error] [pid 6221] DEBUG: socket       sent  </stream:stream>

[Tue Dec 22 23:48:35.678366 2015] [:error] [pid 6221] DEBUG: socket       got   <message id="24" to="broadcast@www.mydomain.com/broadcast" from="all@broadcast.www.mydomain.com" type="error">

[Tue Dec 22 23:48:35.678383 2015] [:error] [pid 6221]   <error code="404" type="cancel">

[Tue Dec 22 23:48:35.678385 2015] [:error] [pid 6221]   <remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>

[Tue Dec 22 23:48:35.678386 2015] [:error] [pid 6221]   </error>

[Tue Dec 22 23:48:35.678387 2015] [:error] [pid 6221]   </message>

[Tue Dec 22 23:48:35.678508 2015] [:error] [pid 6221] DEBUG: dispatcher   ok    Got jabber:client/message stanza

[Tue Dec 22 23:48:35.678553 2015] [:error] [pid 6221] DEBUG: dispatcher   ok    Dispatching message stanza with type->error props->[u'jabber:client'] id->24

[Tue Dec 22 23:48:35.679185 2015] [:error] [pid 6221] DEBUG: socket       error Socket error while receiving data

[Tue Dec 22 23:48:35.679254 2015] [:error] [pid 6221] DEBUG: client       stop  Disconnect detected

[Tue Dec 22 23:48:35.679264 2015] [:error] [pid 6221] DEBUG: socket       error Socket operation failed

[Tue Dec 22 23:48:35.679278 2015] [:error] [pid 6221] Exiting XMPP Broadcast Thread


Viewing all articles
Browse latest Browse all 3154

Latest Images

Trending Articles



Latest Images