Projects tigase _server server-core Issues #736
<remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/> (#736)
boscattle jiang opened 10 years ago

error logs:

<iq type="error" xmlns="jabber:client" to="测试4@debian/debian" id="147ae-47" from="search.debian"><query xmlns="jabber:iq:search"/><error type="cancel" code="404"><remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/><text xml:lang="en" xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">S2S - destination host not found</text></error></iq>

I deploy the source code in my server.But occur this error,when i deploy the local. the error is not happened. this error is not tigase server source code error.I know

that my config have some error.but I don`t know how to resolve.

Hope to get help. Thanks!

  • Andrzej Wójcik (Tigase) commented 10 years ago

    First of all, for general questions about how to configure server or to explain server behavior please use our forum instead of creating tasks.

    As for @remote-server-not-found@, this error is returned if remote server is inaccessible - in this case Tigase XMPP Server is not able to resolve IP address of remote server @search.debian@.

    I think there are 2 issues here:

    • search.debian is not a valid DNS name and is not resolvable and due to that should not be used as a VHost. Only fully qualified domain names should be used.

    • I suppose that locally your computer has name set to debian@, if so and VHost is set to @debian as well then Tigase XMPP Server looks for local component named search to process this packet.

    From that I assume that on remote server either your JID should be different (as debian is not resolvable as a domain name) or your component named search was not deployed or loaded properly.

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
4763
Spent time
0
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#736
Please wait...
Page is in error, reload to recover