edgiru / openfire-jappix

Automatically exported from code.google.com/p/openfire-jappix
0 stars 0 forks source link

error remote server not found #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get error when i try to send a message
2.
3.

What is the expected output? What do you see instead?
"error remote server not found"

What version of the product are you using? On what operating system?
<version>0.0.0.3</version>

Please provide any additional information below.

openfire 3.7.1
centos 5

Original issue reported on code.google.com by gerryker...@gmail.com on 17 Apr 2012 at 12:30

GoogleCodeExporter commented 9 years ago
hi 
i found these entries in the openfire logs

java.lang.Exception: Failed to create connection to remote server 
</iq> 
<query xmlns="jabber:iq:search"/> 
<iq id="directory-343124-25" to="10.31.0.214" type="get" xml:lang="en" 
from="asterisk@asterisk1.carlowcoco.lgov/jappix (1334666020923)"> 
2012.04.17 13:54:38 org.jivesoftware.openfire.server.OutgoingSessionPromise - 
OutgoingSessionPromise: Error sending packet to remote server: 
2012.04.17 13:54:38 org.jivesoftware.util.log.util.JettyLog - JettyLog: async 
request 
2012.04.17 13:54:38 org.jivesoftware.openfire.net.BlockingReadingMode - 
Connection closed before session 
establishedSocket[addr=/10.31.0.214,port=51219,localport=5269] 
2012.04.17 13:54:38 org.jivesoftware.openfire.server.ServerDialback - 
ServerDialback: OS - Invalid namespace in packet: <stream:stream 
from="asterisk1.carlowcoco.lgov" id="H58n2" xmlns="jabber:server" 
xmlns:stream="http://etherx.jabber.org/streams" version="1.0"> 
2012.04.17 13:54:38 org.jivesoftware.openfire.net.BlockingAcceptingMode - 
Connect Socket[addr=/10.31.0.214,port=51219,localport=5269] 
2012.04.17 13:54:38 org.jivesoftware.openfire.server.ServerDialback - 
ServerDialback: OS - Connection to 10.31.0.214:5269 successful 
2012.04.17 13:54:38 org.jivesoftware.openfire.server.ServerDialback - 
ServerDialback: OS - Trying to connect to 10.31.0.214:5269(DNS lookup: 
10.31.0.214:5269) 
at java.lang.Thread.run(Unknown Source) 
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) 
at 
org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Out
goingSessionPromise.java:238) 
at 
org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPac
ket(OutgoingSessionPromise.java:261) 
at 
org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain(
LocalOutgoingServerSession.java:167) 
at 
org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSessi
on(LocalOutgoingServerSession.java:400) 
at 
org.jivesoftware.openfire.server.ServerDialback.createOutgoingSession(ServerDial
back.java:209) 
at org.jivesoftware.openfire.net.DNSUtil.resolveXMPPDomain(DNSUtil.java:133) 
at org.jivesoftware.openfire.net.DNSUtil.srvLookup(DNSUtil.java:199) 

Original comment by gerryker...@gmail.com on 17 Apr 2012 at 12:57

GoogleCodeExporter commented 9 years ago
I got this error also but the difference is I use ejabberd

Original comment by binoky...@gmail.com on 15 Mar 2013 at 8:49