-
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 namedsearch
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 namedsearch
was not deployed or loaded properly. -
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
4763
|
Spent time |
0
|
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!