Openfire : unable to conversate with people from other serversUsing SSL with OpenfireOpenfire Active...
Citing contemporaneous (interlaced?) preprints
Second-story floor leveling question for new home
Is there any relevance to Thor getting his hair cut other than comedic value?
Is it possible to counterspell the revised Artificer?
How do you say "powers of ten"?
It took me a lot of time to make this, pls like. (YouTube Comments #1)
What are all the squawk codes?
Are paired adjectives bad style?
I can't die. Who am I?
Pure Functions: Does "No Side Effects" Imply "Always Same Output, Given Same Input"?
Can a space-faring robot still function over a billion years?
Where is the line between being obedient and getting bullied by a boss?
Why do phishing e-mails use faked e-mail addresses instead of the real one?
Sometimes a banana is just a banana
Skis versus snow shoes - when to choose which for travelling the backcountry?
For the Kanji 校 is the fifth stroke connected to the sixth stroke?
The need of reserving one's ability in job interviews
Difference between 'stomach' and 'uterus'
Is the withholding of funding notice allowed?
How can I create a Table like this in Latex?
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
What does @RC mean in SSDT SQL Server Unit Testing?
Can I become debt free or should I file for bankruptcy? How do I manage my debt and finances?
Can throughput exceed the bandwidth of a network
Openfire : unable to conversate with people from other servers
Using SSL with OpenfireOpenfire Active Directory Trusted DomainsOpenFire: Hide all users in the same group from each other?How to migrate openfire from embedded to externalmake sure openfire does not connect to other jabber serversIntegrate Openfire with MS SqlServerHow can I get Openfire 3.7.1 to 'remember' its configuration?Openfire: Granular alertsOpenfire : unable to converse with some external serversHow to setup openfire with haproxy
I'm a bit stuck ; I recently upgraded Openfire on my server and am now using the version 3.7.0
Even though I had no problem before and had not had to change any option, I'm now unable, when connected on this server, to conversate with people from other servers, whatever the other server is. I can, though, talk with the only friend I have on MY server.
I guess it has to do with the Server Settings, but I have no clue which one I should touch and I don't want to break anything.
The daemon is running on Debian 6.0.1, on which I'm not using a firewall.
What should I try ? Could it have something to do with SSL certificates ? (I'm asking this last question because everytime I connect I get :
[12:18:02] SSL status:1
[12:18:02] Certificate is not trusted!)
Here is the complete error log : http://paste2.org/p/1473121
... and the warn log : http://paste2.org/p/1473123
Thank you in advance !
xmpp openfire
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm a bit stuck ; I recently upgraded Openfire on my server and am now using the version 3.7.0
Even though I had no problem before and had not had to change any option, I'm now unable, when connected on this server, to conversate with people from other servers, whatever the other server is. I can, though, talk with the only friend I have on MY server.
I guess it has to do with the Server Settings, but I have no clue which one I should touch and I don't want to break anything.
The daemon is running on Debian 6.0.1, on which I'm not using a firewall.
What should I try ? Could it have something to do with SSL certificates ? (I'm asking this last question because everytime I connect I get :
[12:18:02] SSL status:1
[12:18:02] Certificate is not trusted!)
Here is the complete error log : http://paste2.org/p/1473121
... and the warn log : http://paste2.org/p/1473123
Thank you in advance !
xmpp openfire
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm a bit stuck ; I recently upgraded Openfire on my server and am now using the version 3.7.0
Even though I had no problem before and had not had to change any option, I'm now unable, when connected on this server, to conversate with people from other servers, whatever the other server is. I can, though, talk with the only friend I have on MY server.
I guess it has to do with the Server Settings, but I have no clue which one I should touch and I don't want to break anything.
The daemon is running on Debian 6.0.1, on which I'm not using a firewall.
What should I try ? Could it have something to do with SSL certificates ? (I'm asking this last question because everytime I connect I get :
[12:18:02] SSL status:1
[12:18:02] Certificate is not trusted!)
Here is the complete error log : http://paste2.org/p/1473121
... and the warn log : http://paste2.org/p/1473123
Thank you in advance !
xmpp openfire
I'm a bit stuck ; I recently upgraded Openfire on my server and am now using the version 3.7.0
Even though I had no problem before and had not had to change any option, I'm now unable, when connected on this server, to conversate with people from other servers, whatever the other server is. I can, though, talk with the only friend I have on MY server.
I guess it has to do with the Server Settings, but I have no clue which one I should touch and I don't want to break anything.
The daemon is running on Debian 6.0.1, on which I'm not using a firewall.
What should I try ? Could it have something to do with SSL certificates ? (I'm asking this last question because everytime I connect I get :
[12:18:02] SSL status:1
[12:18:02] Certificate is not trusted!)
Here is the complete error log : http://paste2.org/p/1473121
... and the warn log : http://paste2.org/p/1473123
Thank you in advance !
xmpp openfire
xmpp openfire
asked Jun 19 '11 at 10:25
BiganonBiganon
11
11
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
From the log you have showed it looks like the upgrade is messed up.
(re)Read the documentation regarding the upgrade or do a clean install.
On one hand you have broken sql schema and maybe your server cannot connect to remote server (again according to the logs).
EDIT:
Are you sure your server can connect other hosts?
- dns is working?
- outgoing connections are not firewalled?
EDIT2:
You should open
5269 TCP XMPP server connection (RFC 3920) Official
too.
Look here https://stackoverflow.com/questions/3452161/which-ports-does-xmpp-uses for more info.
I've tried to do a full reinstallation but it didn't change anything. Whenever I try reaching a remote server (using mcabber client for example) I get a "Received error packet [remote-server-not-found]" error.
– Biganon
Jun 19 '11 at 12:43
Answer to you edit : I guess DNS is working since all my websites are working, also I can ping or nslookup any server. nmap tells me that ports that should be open are (5222 and 7777)
– Biganon
Jun 19 '11 at 19:16
Answer to edit2 : Too late, I just migrated to ejabberd. Sorry for that and thank you for your help, I'll keep this in case I use Openfire again.
– Biganon
Jun 19 '11 at 20:32
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f281916%2fopenfire-unable-to-conversate-with-people-from-other-servers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
From the log you have showed it looks like the upgrade is messed up.
(re)Read the documentation regarding the upgrade or do a clean install.
On one hand you have broken sql schema and maybe your server cannot connect to remote server (again according to the logs).
EDIT:
Are you sure your server can connect other hosts?
- dns is working?
- outgoing connections are not firewalled?
EDIT2:
You should open
5269 TCP XMPP server connection (RFC 3920) Official
too.
Look here https://stackoverflow.com/questions/3452161/which-ports-does-xmpp-uses for more info.
I've tried to do a full reinstallation but it didn't change anything. Whenever I try reaching a remote server (using mcabber client for example) I get a "Received error packet [remote-server-not-found]" error.
– Biganon
Jun 19 '11 at 12:43
Answer to you edit : I guess DNS is working since all my websites are working, also I can ping or nslookup any server. nmap tells me that ports that should be open are (5222 and 7777)
– Biganon
Jun 19 '11 at 19:16
Answer to edit2 : Too late, I just migrated to ejabberd. Sorry for that and thank you for your help, I'll keep this in case I use Openfire again.
– Biganon
Jun 19 '11 at 20:32
add a comment |
From the log you have showed it looks like the upgrade is messed up.
(re)Read the documentation regarding the upgrade or do a clean install.
On one hand you have broken sql schema and maybe your server cannot connect to remote server (again according to the logs).
EDIT:
Are you sure your server can connect other hosts?
- dns is working?
- outgoing connections are not firewalled?
EDIT2:
You should open
5269 TCP XMPP server connection (RFC 3920) Official
too.
Look here https://stackoverflow.com/questions/3452161/which-ports-does-xmpp-uses for more info.
I've tried to do a full reinstallation but it didn't change anything. Whenever I try reaching a remote server (using mcabber client for example) I get a "Received error packet [remote-server-not-found]" error.
– Biganon
Jun 19 '11 at 12:43
Answer to you edit : I guess DNS is working since all my websites are working, also I can ping or nslookup any server. nmap tells me that ports that should be open are (5222 and 7777)
– Biganon
Jun 19 '11 at 19:16
Answer to edit2 : Too late, I just migrated to ejabberd. Sorry for that and thank you for your help, I'll keep this in case I use Openfire again.
– Biganon
Jun 19 '11 at 20:32
add a comment |
From the log you have showed it looks like the upgrade is messed up.
(re)Read the documentation regarding the upgrade or do a clean install.
On one hand you have broken sql schema and maybe your server cannot connect to remote server (again according to the logs).
EDIT:
Are you sure your server can connect other hosts?
- dns is working?
- outgoing connections are not firewalled?
EDIT2:
You should open
5269 TCP XMPP server connection (RFC 3920) Official
too.
Look here https://stackoverflow.com/questions/3452161/which-ports-does-xmpp-uses for more info.
From the log you have showed it looks like the upgrade is messed up.
(re)Read the documentation regarding the upgrade or do a clean install.
On one hand you have broken sql schema and maybe your server cannot connect to remote server (again according to the logs).
EDIT:
Are you sure your server can connect other hosts?
- dns is working?
- outgoing connections are not firewalled?
EDIT2:
You should open
5269 TCP XMPP server connection (RFC 3920) Official
too.
Look here https://stackoverflow.com/questions/3452161/which-ports-does-xmpp-uses for more info.
edited May 23 '17 at 12:41
Community♦
1
1
answered Jun 19 '11 at 11:10
cstamascstamas
5,8571739
5,8571739
I've tried to do a full reinstallation but it didn't change anything. Whenever I try reaching a remote server (using mcabber client for example) I get a "Received error packet [remote-server-not-found]" error.
– Biganon
Jun 19 '11 at 12:43
Answer to you edit : I guess DNS is working since all my websites are working, also I can ping or nslookup any server. nmap tells me that ports that should be open are (5222 and 7777)
– Biganon
Jun 19 '11 at 19:16
Answer to edit2 : Too late, I just migrated to ejabberd. Sorry for that and thank you for your help, I'll keep this in case I use Openfire again.
– Biganon
Jun 19 '11 at 20:32
add a comment |
I've tried to do a full reinstallation but it didn't change anything. Whenever I try reaching a remote server (using mcabber client for example) I get a "Received error packet [remote-server-not-found]" error.
– Biganon
Jun 19 '11 at 12:43
Answer to you edit : I guess DNS is working since all my websites are working, also I can ping or nslookup any server. nmap tells me that ports that should be open are (5222 and 7777)
– Biganon
Jun 19 '11 at 19:16
Answer to edit2 : Too late, I just migrated to ejabberd. Sorry for that and thank you for your help, I'll keep this in case I use Openfire again.
– Biganon
Jun 19 '11 at 20:32
I've tried to do a full reinstallation but it didn't change anything. Whenever I try reaching a remote server (using mcabber client for example) I get a "Received error packet [remote-server-not-found]" error.
– Biganon
Jun 19 '11 at 12:43
I've tried to do a full reinstallation but it didn't change anything. Whenever I try reaching a remote server (using mcabber client for example) I get a "Received error packet [remote-server-not-found]" error.
– Biganon
Jun 19 '11 at 12:43
Answer to you edit : I guess DNS is working since all my websites are working, also I can ping or nslookup any server. nmap tells me that ports that should be open are (5222 and 7777)
– Biganon
Jun 19 '11 at 19:16
Answer to you edit : I guess DNS is working since all my websites are working, also I can ping or nslookup any server. nmap tells me that ports that should be open are (5222 and 7777)
– Biganon
Jun 19 '11 at 19:16
Answer to edit2 : Too late, I just migrated to ejabberd. Sorry for that and thank you for your help, I'll keep this in case I use Openfire again.
– Biganon
Jun 19 '11 at 20:32
Answer to edit2 : Too late, I just migrated to ejabberd. Sorry for that and thank you for your help, I'll keep this in case I use Openfire again.
– Biganon
Jun 19 '11 at 20:32
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f281916%2fopenfire-unable-to-conversate-with-people-from-other-servers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown