S2s Failures when Federating with TLS

I am trying setup Federation with TLS between Openfire & XMPP Gateway. It appears the connection is getting closed down before we ever get to the SSL negoation. I am new to the XMPP world, I come from a SIP background, so excuse me for my noob questions.

Here is the Debug Logs.

2009.08.23 12:18:29 JettyLog: EXCEPTION
java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(Unknown Source)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
at sun.nio.ch.IOUtil.read(Unknown Source)
at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
at org.mortbay.io.nio.ChannelEndPoint.fill(ChannelEndPoint.java:122)
at org.mortbay.jetty.security.SslHttpChannelEndPoint.fill(SslHttpChannelEndPoint.j ava:444)
at org.mortbay.jetty.security.SslHttpChannelEndPoint.fill(SslHttpChannelEndPoint.j ava:200)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:282)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
2009.08.23 12:18:29 JettyLog: EOF
2009.08.23 12:18:29 JettyLog: EXCEPTION
java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(Unknown Source)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
at sun.nio.ch.IOUtil.read(Unknown Source)
at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
at org.mortbay.io.nio.ChannelEndPoint.fill(ChannelEndPoint.java:122)
at org.mortbay.jetty.security.SslHttpChannelEndPoint.fill(SslHttpChannelEndPoint.j ava:444)
at org.mortbay.jetty.security.SslHttpChannelEndPoint.fill(SslHttpChannelEndPoint.j ava:200)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:282)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
2009.08.23 12:18:29 JettyLog: EOF
2009.08.23 12:18:41 ServerDialback: Error connecting to the remote server: ucstatus.com(DNS lookup: xmpp.ucstatus.com:5269)
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at org.jivesoftware.openfire.net.ServerTrafficCounter$InputStreamWrapper.read(Serv erTrafficCounter.java:210)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2992)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
at org.jivesoftware.openfire.net.MXParser.nextImpl(MXParser.java:332)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at org.jivesoftware.openfire.server.ServerDialback.createOutgoingSession(ServerDia lback.java:218)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSess ion(LocalOutgoingServerSession.java:371)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain (LocalOutgoingServerSession.java:144)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:239)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.23 12:18:41 OutgoingSessionPromise: Error sending packet to remote server:

laskdjf 7LgI90 java.lang.Exception: Failed to create connection to remote server at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:252) at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 2009.08.23 12:18:41 OutgoingSessionPromise: Error sending packet to remote server (fast discard): 2009.08.23 12:18:41 OutgoingSessionPromise: Error sending packet to remote server (fast discard): 2009.08.23 12:18:41 OutgoingSessionPromise: Error sending packet to remote server (fast discard): 2009.08.23 12:18:41 OutgoingSessionPromise: Error sending packet to remote server (fast discard): 2009.08.23 12:18:41 OutgoingSessionPromise: Error sending packet to remote server (fast discard): testing 12345 Ldlj0T 2009.08.23 12:19:47 Connect Socket[addr=/172.16.10.253,port=51080,localport=5269] 2009.08.23 12:19:47 Connection closed before session established Socket[addr=/172.16.10.253,port=51080,localport=5269] 2009.08.23 12:21:11 Connect Socket[addr=/172.16.10.253,port=51081,localport=5269] 2009.08.23 12:21:11 Connection closed before session established Socket[addr=/172.16.10.253,port=51081,localport=5269] 2009.08.23 12:21:37 JettyLog: EXCEPTION java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcher.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(Unknown Source) at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) at sun.nio.ch.IOUtil.read(Unknown Source) at sun.nio.ch.SocketChannelImpl.read(Unknown Source) at org.mortbay.io.nio.ChannelEndPoint.fill(ChannelEndPoint.java:122) at org.mortbay.jetty.security.SslHttpChannelEndPoint.fill(SslHttpChannelEndPoint.j ava:444) at org.mortbay.jetty.security.SslHttpChannelEndPoint.fill(SslHttpChannelEndPoint.j ava:200) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:282) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488) 2009.08.23 12:21:37 JettyLog: EOF 2009.08.23 12:21:37 JettyLog: EXCEPTION java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcher.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(Unknown Source) at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) at sun.nio.ch.IOUtil.read(Unknown Source) at sun.nio.ch.SocketChannelImpl.read(Unknown Source) at org.mortbay.io.nio.ChannelEndPoint.fill(ChannelEndPoint.java:122) at org.mortbay.jetty.security.SslHttpChannelEndPoint.fill(SslHttpChannelEndPoint.j ava:444) at org.mortbay.jetty.security.SslHttpChannelEndPoint.fill(SslHttpChannelEndPoint.j ava:200) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:282) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488) 2009.08.23 12:21:37 JettyLog: EOF

It appears the far end (XMPP Gateway) is closing this connection. I just need to confirm before digging into this deeper.

Thanks,

Geoff

What do you mean by XMPP Gateway? Is it some kind of server you try to create s2s connection with? If this is IM Gateway or Kraken XMPP Gateway plugin, so you dont need to create s2s with them to use them. Of course, if these plugins are installed on your server.

Speaking about s2s. Usually servers require to have SSL certificates and not self-signed ones. Unless an option to accept self-signed certificates is turned on in Openfire on both ends or there is no SSL requirement at all.

I removed the certificates and went to a TCP DIALBACK setup. I have new errors now - but closer. Yes it is a gateway MS is releasing a new XMPP Gateway to translate between OCS and XMPP Providers / Servers. I have the gateway working with gmail, but just need to resolve the issues I am seeing with Openfire.

Here is the latest Debug Logs…

Socket[addr=/172.16.10.253,port=49183,localport=5269]
2009.08.25 16:41:09 Connect Socket[addr=/172.16.10.253,port=49184,localport=5269]
2009.08.25 16:41:10 000035 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:10 000037 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:17 NIOConnection: startTLS: using c2s
2009.08.25 16:41:18 000037 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 000039 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 AuthorizationManager: Trying Default Mapping.map(gclark)
2009.08.25 16:41:18 DefaultAuthorizationMapping: No realm found
2009.08.25 16:41:18 AuthorizationManager: Trying Default Policy.authorize(gclark , gclark)
2009.08.25 16:41:18 DefaultAuthorizationPolicy: Checking authenID realm
2009.08.25 16:41:18 000039 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:18 000041 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000041 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000047 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Plain connection to ucstatus.com:5269 successful
2009.08.25 16:41:24 000047 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:24 000048 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:26 LocalOutgoingServerSession: OS - Going to try connecting using server dialback with: ucstatus.com
2009.08.25 16:41:26 ServerDialback: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:26 ServerDialback: OS - Connection to ucstatus.com:5269 successful
2009.08.25 16:41:31 000048 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:31 000049 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:49 Connect Socket[addr=/172.16.10.253,port=49185,localport=5269]
2009.08.25 16:41:49 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:41:49 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:49 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:42:10 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:42:10 Logging off jabber.contoso.com/5f74f39a on org.jivesoftware.openfire.net.SocketConnection@1537060 socket: Socket[addr=/172.16.10.253,port=49175,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@11f56a3 status: -1 address: jabber.contoso.com/5f74f39a id: 5f74f39a
2009.08.25 16:42:41 Connect Socket[addr=/172.16.10.253,port=49186,localport=5269]
2009.08.25 16:42:41 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:42:41 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:42:41 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:43:27 ServerDialback: Error connecting to the remote server: ucstatus.com(DNS lookup: xmpp.ucstatus.com:5269)
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at org.jivesoftware.openfire.net.ServerTrafficCounter$InputStreamWrapper.read(Serv erTrafficCounter.java:210)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2992)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
at org.jivesoftware.openfire.net.MXParser.nextImpl(MXParser.java:332)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at org.jivesoftware.openfire.server.ServerDialback.createOutgoingSession(ServerDia lback.java:218)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSess ion(LocalOutgoingServerSession.java:371)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain (LocalOutgoingServerSession.java:144)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:239)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:27 OutgoingSessionPromise: Error sending packet to remote server:



java.lang.Exception: Failed to create connection to remote server
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:252)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:50 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:43:50 Logging off jabber.contoso.com/6350e862 on org.jivesoftware.openfire.net.SocketConnection@11aa58b socket: Socket[addr=/172.16.10.253,port=49185,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@1a3bff5 status: -1 address: jabber.contoso.com/6350e862 id: 6350e862

Thank you,

Socket[addr=/172.16.10.253,port=49183,localport=5269]
2009.08.25 16:41:09 Connect Socket[addr=/172.16.10.253,port=49184,localport=5269]
2009.08.25 16:41:10 000035 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:10 000037 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:17 NIOConnection: startTLS: using c2s
2009.08.25 16:41:18 000037 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 000039 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 AuthorizationManager: Trying Default Mapping.map(gclark)
2009.08.25 16:41:18 DefaultAuthorizationMapping: No realm found
2009.08.25 16:41:18 AuthorizationManager: Trying Default Policy.authorize(gclark , gclark)
2009.08.25 16:41:18 DefaultAuthorizationPolicy: Checking authenID realm
2009.08.25 16:41:18 000039 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:18 000041 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000041 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000047 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Plain connection to ucstatus.com:5269 successful
2009.08.25 16:41:24 000047 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:24 000048 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:26 LocalOutgoingServerSession: OS - Going to try connecting using server dialback with: ucstatus.com
2009.08.25 16:41:26 ServerDialback: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:26 ServerDialback: OS - Connection to ucstatus.com:5269 successful
2009.08.25 16:41:31 000048 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:31 000049 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:49 Connect Socket[addr=/172.16.10.253,port=49185,localport=5269]
2009.08.25 16:41:49 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:41:49 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:49 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:42:10 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:42:10 Logging off jabber.contoso.com/5f74f39a on org.jivesoftware.openfire.net.SocketConnection@1537060 socket: Socket[addr=/172.16.10.253,port=49175,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@11f56a3 status: -1 address: jabber.contoso.com/5f74f39a id: 5f74f39a
2009.08.25 16:42:41 Connect Socket[addr=/172.16.10.253,port=49186,localport=5269]
2009.08.25 16:42:41 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:42:41 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:42:41 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:43:27 ServerDialback: Error connecting to the remote server: ucstatus.com(DNS lookup: xmpp.ucstatus.com:5269)
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at org.jivesoftware.openfire.net.ServerTrafficCounter$InputStreamWrapper.read(Serv erTrafficCounter.java:210)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2992)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
at org.jivesoftware.openfire.net.MXParser.nextImpl(MXParser.java:332)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at org.jivesoftware.openfire.server.ServerDialback.createOutgoingSession(ServerDia lback.java:218)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSess ion(LocalOutgoingServerSession.java:371)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain (LocalOutgoingServerSession.java:144)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:239)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:27 OutgoingSessionPromise: Error sending packet to remote server:



java.lang.Exception: Failed to create connection to remote server
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:252)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:50 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:43:50 Logging off jabber.contoso.com/6350e862 on org.jivesoftware.openfire.net.SocketConnection@11aa58b socket: Socket[addr=/172.16.10.253,port=49185,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@1a3bff5 status: -1 address: jabber.contoso.com/6350e862 id: 6350e862
Socket[addr=/172.16.10.253,port=49183,localport=5269]
2009.08.25 16:41:09 Connect Socket[addr=/172.16.10.253,port=49184,localport=5269]
2009.08.25 16:41:10 000035 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:10 000037 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:17 NIOConnection: startTLS: using c2s
2009.08.25 16:41:18 000037 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 000039 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 AuthorizationManager: Trying Default Mapping.map(gclark)
2009.08.25 16:41:18 DefaultAuthorizationMapping: No realm found
2009.08.25 16:41:18 AuthorizationManager: Trying Default Policy.authorize(gclark , gclark)
2009.08.25 16:41:18 DefaultAuthorizationPolicy: Checking authenID realm
2009.08.25 16:41:18 000039 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:18 000041 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000041 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000047 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Plain connection to ucstatus.com:5269 successful
2009.08.25 16:41:24 000047 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:24 000048 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:26 LocalOutgoingServerSession: OS - Going to try connecting using server dialback with: ucstatus.com
2009.08.25 16:41:26 ServerDialback: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:26 ServerDialback: OS - Connection to ucstatus.com:5269 successful
2009.08.25 16:41:31 000048 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:31 000049 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:49 Connect Socket[addr=/172.16.10.253,port=49185,localport=5269]
2009.08.25 16:41:49 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:41:49 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:49 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:42:10 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:42:10 Logging off jabber.contoso.com/5f74f39a on org.jivesoftware.openfire.net.SocketConnection@1537060 socket: Socket[addr=/172.16.10.253,port=49175,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@11f56a3 status: -1 address: jabber.contoso.com/5f74f39a id: 5f74f39a
2009.08.25 16:42:41 Connect Socket[addr=/172.16.10.253,port=49186,localport=5269]
2009.08.25 16:42:41 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:42:41 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:42:41 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:43:27 ServerDialback: Error connecting to the remote server: ucstatus.com(DNS lookup: xmpp.ucstatus.com:5269)
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at org.jivesoftware.openfire.net.ServerTrafficCounter$InputStreamWrapper.read(Serv erTrafficCounter.java:210)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2992)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
at org.jivesoftware.openfire.net.MXParser.nextImpl(MXParser.java:332)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at org.jivesoftware.openfire.server.ServerDialback.createOutgoingSession(ServerDia lback.java:218)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSess ion(LocalOutgoingServerSession.java:371)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain (LocalOutgoingServerSession.java:144)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:239)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:27 OutgoingSessionPromise: Error sending packet to remote server:



java.lang.Exception: Failed to create connection to remote server
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:252)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:50 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:43:50 Logging off jabber.contoso.com/6350e862 on org.jivesoftware.openfire.net.SocketConnection@11aa58b socket: Socket[addr=/172.16.10.253,port=49185,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@1a3bff5 status: -1 address: jabber.contoso.com/6350e862 id: 6350e862
Socket[addr=/172.16.10.253,port=49183,localport=5269]
2009.08.25 16:41:09 Connect Socket[addr=/172.16.10.253,port=49184,localport=5269]
2009.08.25 16:41:10 000035 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:10 000037 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:17 NIOConnection: startTLS: using c2s
2009.08.25 16:41:18 000037 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 000039 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 AuthorizationManager: Trying Default Mapping.map(gclark)
2009.08.25 16:41:18 DefaultAuthorizationMapping: No realm found
2009.08.25 16:41:18 AuthorizationManager: Trying Default Policy.authorize(gclark , gclark)
2009.08.25 16:41:18 DefaultAuthorizationPolicy: Checking authenID realm
2009.08.25 16:41:18 000039 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:18 000041 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000041 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000047 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Plain connection to ucstatus.com:5269 successful
2009.08.25 16:41:24 000047 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:24 000048 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:26 LocalOutgoingServerSession: OS - Going to try connecting using server dialback with: ucstatus.com
2009.08.25 16:41:26 ServerDialback: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:26 ServerDialback: OS - Connection to ucstatus.com:5269 successful
2009.08.25 16:41:31 000048 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:31 000049 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:49 Connect Socket[addr=/172.16.10.253,port=49185,localport=5269]
2009.08.25 16:41:49 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:41:49 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:49 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:42:10 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:42:10 Logging off jabber.contoso.com/5f74f39a on org.jivesoftware.openfire.net.SocketConnection@1537060 socket: Socket[addr=/172.16.10.253,port=49175,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@11f56a3 status: -1 address: jabber.contoso.com/5f74f39a id: 5f74f39a
2009.08.25 16:42:41 Connect Socket[addr=/172.16.10.253,port=49186,localport=5269]
2009.08.25 16:42:41 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:42:41 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:42:41 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:43:27 ServerDialback: Error connecting to the remote server: ucstatus.com(DNS lookup: xmpp.ucstatus.com:5269)
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at org.jivesoftware.openfire.net.ServerTrafficCounter$InputStreamWrapper.read(Serv erTrafficCounter.java:210)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2992)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
at org.jivesoftware.openfire.net.MXParser.nextImpl(MXParser.java:332)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at org.jivesoftware.openfire.server.ServerDialback.createOutgoingSession(ServerDia lback.java:218)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSess ion(LocalOutgoingServerSession.java:371)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain (LocalOutgoingServerSession.java:144)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:239)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:27 OutgoingSessionPromise: Error sending packet to remote server:



java.lang.Exception: Failed to create connection to remote server
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:252)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:50 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:43:50 Logging off jabber.contoso.com/6350e862 on org.jivesoftware.openfire.net.SocketConnection@11aa58b socket: Socket[addr=/172.16.10.253,port=49185,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@1a3bff5 status: -1 address: jabber.contoso.com/6350e862 id: 6350e862
Socket[addr=/172.16.10.253,port=49183,localport=5269]
2009.08.25 16:41:09 Connect Socket[addr=/172.16.10.253,port=49184,localport=5269]
2009.08.25 16:41:10 000035 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:10 000037 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:17 NIOConnection: startTLS: using c2s
2009.08.25 16:41:18 000037 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 000039 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 AuthorizationManager: Trying Default Mapping.map(gclark)
2009.08.25 16:41:18 DefaultAuthorizationMapping: No realm found
2009.08.25 16:41:18 AuthorizationManager: Trying Default Policy.authorize(gclark , gclark)
2009.08.25 16:41:18 DefaultAuthorizationPolicy: Checking authenID realm
2009.08.25 16:41:18 000039 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:18 000041 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000041 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000047 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Plain connection to ucstatus.com:5269 successful
2009.08.25 16:41:24 000047 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:24 000048 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:26 LocalOutgoingServerSession: OS - Going to try connecting using server dialback with: ucstatus.com
2009.08.25 16:41:26 ServerDialback: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:26 ServerDialback: OS - Connection to ucstatus.com:5269 successful
2009.08.25 16:41:31 000048 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:31 000049 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:49 Connect Socket[addr=/172.16.10.253,port=49185,localport=5269]
2009.08.25 16:41:49 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:41:49 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:49 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:42:10 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:42:10 Logging off jabber.contoso.com/5f74f39a on org.jivesoftware.openfire.net.SocketConnection@1537060 socket: Socket[addr=/172.16.10.253,port=49175,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@11f56a3 status: -1 address: jabber.contoso.com/5f74f39a id: 5f74f39a
2009.08.25 16:42:41 Connect Socket[addr=/172.16.10.253,port=49186,localport=5269]
2009.08.25 16:42:41 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:42:41 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:42:41 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:43:27 ServerDialback: Error connecting to the remote server: ucstatus.com(DNS lookup: xmpp.ucstatus.com:5269)
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at org.jivesoftware.openfire.net.ServerTrafficCounter$InputStreamWrapper.read(Serv erTrafficCounter.java:210)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2992)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
at org.jivesoftware.openfire.net.MXParser.nextImpl(MXParser.java:332)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at org.jivesoftware.openfire.server.ServerDialback.createOutgoingSession(ServerDia lback.java:218)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSess ion(LocalOutgoingServerSession.java:371)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain (LocalOutgoingServerSession.java:144)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:239)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:27 OutgoingSessionPromise: Error sending packet to remote server:



java.lang.Exception: Failed to create connection to remote server
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:252)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:50 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:43:50 Logging off jabber.contoso.com/6350e862 on org.jivesoftware.openfire.net.SocketConnection@11aa58b socket: Socket[addr=/172.16.10.253,port=49185,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@1a3bff5 status: -1 address: jabber.contoso.com/6350e862 id: 6350e862
Socket[addr=/172.16.10.253,port=49183,localport=5269]
2009.08.25 16:41:09 Connect Socket[addr=/172.16.10.253,port=49184,localport=5269]
2009.08.25 16:41:10 000035 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:10 000037 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:17 NIOConnection: startTLS: using c2s
2009.08.25 16:41:18 000037 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 000039 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 AuthorizationManager: Trying Default Mapping.map(gclark)
2009.08.25 16:41:18 DefaultAuthorizationMapping: No realm found
2009.08.25 16:41:18 AuthorizationManager: Trying Default Policy.authorize(gclark , gclark)
2009.08.25 16:41:18 DefaultAuthorizationPolicy: Checking authenID realm
2009.08.25 16:41:18 000039 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:18 000041 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000041 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000047 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Plain connection to ucstatus.com:5269 successful
2009.08.25 16:41:24 000047 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:24 000048 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:26 LocalOutgoingServerSession: OS - Going to try connecting using server dialback with: ucstatus.com
2009.08.25 16:41:26 ServerDialback: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:26 ServerDialback: OS - Connection to ucstatus.com:5269 successful
2009.08.25 16:41:31 000048 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:31 000049 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:49 Connect Socket[addr=/172.16.10.253,port=49185,localport=5269]
2009.08.25 16:41:49 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:41:49 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:49 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:42:10 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:42:10 Logging off jabber.contoso.com/5f74f39a on org.jivesoftware.openfire.net.SocketConnection@1537060 socket: Socket[addr=/172.16.10.253,port=49175,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@11f56a3 status: -1 address: jabber.contoso.com/5f74f39a id: 5f74f39a
2009.08.25 16:42:41 Connect Socket[addr=/172.16.10.253,port=49186,localport=5269]
2009.08.25 16:42:41 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:42:41 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:42:41 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:43:27 ServerDialback: Error connecting to the remote server: ucstatus.com(DNS lookup: xmpp.ucstatus.com:5269)
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at org.jivesoftware.openfire.net.ServerTrafficCounter$InputStreamWrapper.read(Serv erTrafficCounter.java:210)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2992)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
at org.jivesoftware.openfire.net.MXParser.nextImpl(MXParser.java:332)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at org.jivesoftware.openfire.server.ServerDialback.createOutgoingSession(ServerDia lback.java:218)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSess ion(LocalOutgoingServerSession.java:371)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain (LocalOutgoingServerSession.java:144)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:239)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:27 OutgoingSessionPromise: Error sending packet to remote server:



java.lang.Exception: Failed to create connection to remote server
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:252)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:50 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:43:50 Logging off jabber.contoso.com/6350e862 on org.jivesoftware.openfire.net.SocketConnection@11aa58b socket: Socket[addr=/172.16.10.253,port=49185,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@1a3bff5 status: -1 address: jabber.contoso.com/6350e862 id: 6350e862
Socket[addr=/172.16.10.253,port=49183,localport=5269]
2009.08.25 16:41:09 Connect Socket[addr=/172.16.10.253,port=49184,localport=5269]
2009.08.25 16:41:10 000035 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:10 000037 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:17 NIOConnection: startTLS: using c2s
2009.08.25 16:41:18 000037 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 000039 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 AuthorizationManager: Trying Default Mapping.map(gclark)
2009.08.25 16:41:18 DefaultAuthorizationMapping: No realm found
2009.08.25 16:41:18 AuthorizationManager: Trying Default Policy.authorize(gclark , gclark)
2009.08.25 16:41:18 DefaultAuthorizationPolicy: Checking authenID realm
2009.08.25 16:41:18 000039 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:18 000041 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000041 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000047 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Plain connection to ucstatus.com:5269 successful
2009.08.25 16:41:24 000047 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:24 000048 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:26 LocalOutgoingServerSession: OS - Going to try connecting using server dialback with: ucstatus.com
2009.08.25 16:41:26 ServerDialback: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:26 ServerDialback: OS - Connection to ucstatus.com:5269 successful
2009.08.25 16:41:31 000048 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:31 000049 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:49 Connect Socket[addr=/172.16.10.253,port=49185,localport=5269]
2009.08.25 16:41:49 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:41:49 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:49 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:42:10 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:42:10 Logging off jabber.contoso.com/5f74f39a on org.jivesoftware.openfire.net.SocketConnection@1537060 socket: Socket[addr=/172.16.10.253,port=49175,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@11f56a3 status: -1 address: jabber.contoso.com/5f74f39a id: 5f74f39a
2009.08.25 16:42:41 Connect Socket[addr=/172.16.10.253,port=49186,localport=5269]
2009.08.25 16:42:41 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:42:41 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:42:41 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:43:27 ServerDialback: Error connecting to the remote server: ucstatus.com(DNS lookup: xmpp.ucstatus.com:5269)
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at org.jivesoftware.openfire.net.ServerTrafficCounter$InputStreamWrapper.read(Serv erTrafficCounter.java:210)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2992)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
at org.jivesoftware.openfire.net.MXParser.nextImpl(MXParser.java:332)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at org.jivesoftware.openfire.server.ServerDialback.createOutgoingSession(ServerDia lback.java:218)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSess ion(LocalOutgoingServerSession.java:371)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain (LocalOutgoingServerSession.java:144)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:239)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:27 OutgoingSessionPromise: Error sending packet to remote server:



java.lang.Exception: Failed to create connection to remote server
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:252)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:50 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:43:50 Logging off jabber.contoso.com/6350e862 on org.jivesoftware.openfire.net.SocketConnection@11aa58b socket: Socket[addr=/172.16.10.253,port=49185,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@1a3bff5 status: -1 address: jabber.contoso.com/6350e862 id: 6350e862
Socket[addr=/172.16.10.253,port=49183,localport=5269]
2009.08.25 16:41:09 Connect Socket[addr=/172.16.10.253,port=49184,localport=5269]
2009.08.25 16:41:10 000035 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:10 000036 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:10 000037 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:17 NIOConnection: startTLS: using c2s
2009.08.25 16:41:18 000037 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:18 000038 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 000039 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:18 AuthorizationManager: Trying Default Mapping.map(gclark)
2009.08.25 16:41:18 DefaultAuthorizationMapping: No realm found
2009.08.25 16:41:18 AuthorizationManager: Trying Default Policy.authorize(gclark , gclark)
2009.08.25 16:41:18 DefaultAuthorizationPolicy: Checking authenID realm
2009.08.25 16:41:18 000039 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:18 000040 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:18 000041 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000041 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000042 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:19 000043 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:19 000044 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #4 tested: OK
2009.08.25 16:41:19 000045 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #5 tested: OK
2009.08.25 16:41:19 000046 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:19 000047 (01/05/00) - Connection #2 tested: OK
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:21 LocalOutgoingServerSession: OS - Plain connection to ucstatus.com:5269 successful
2009.08.25 16:41:24 000047 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:24 000048 (01/05/00) - Connection #1 tested: OK
2009.08.25 16:41:26 LocalOutgoingServerSession: OS - Going to try connecting using server dialback with: ucstatus.com
2009.08.25 16:41:26 ServerDialback: OS - Trying to connect to ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:26 ServerDialback: OS - Connection to ucstatus.com:5269 successful
2009.08.25 16:41:31 000048 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:31 000049 (01/05/00) - Connection #3 tested: OK
2009.08.25 16:41:49 Connect Socket[addr=/172.16.10.253,port=49185,localport=5269]
2009.08.25 16:41:49 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:41:49 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:41:49 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:42:10 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:42:10 Logging off jabber.contoso.com/5f74f39a on org.jivesoftware.openfire.net.SocketConnection@1537060 socket: Socket[addr=/172.16.10.253,port=49175,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@11f56a3 status: -1 address: jabber.contoso.com/5f74f39a id: 5f74f39a
2009.08.25 16:42:41 Connect Socket[addr=/172.16.10.253,port=49186,localport=5269]
2009.08.25 16:42:41 ServerDialback: RS - Received dialback key from host: ucstatus.com to: jabber.contoso.com
2009.08.25 16:42:41 ServerDialback: RS - Trying to connect to Authoritative Server: ucstatus.com:5269(DNS lookup: xmpp.ucstatus.com:5269)
2009.08.25 16:42:41 ServerDialback: RS - Connection to AS: ucstatus.com:5269 successful
2009.08.25 16:43:27 ServerDialback: Error connecting to the remote server: ucstatus.com(DNS lookup: xmpp.ucstatus.com:5269)
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at org.jivesoftware.openfire.net.ServerTrafficCounter$InputStreamWrapper.read(Serv erTrafficCounter.java:210)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2992)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
at org.jivesoftware.openfire.net.MXParser.nextImpl(MXParser.java:332)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at org.jivesoftware.openfire.server.ServerDialback.createOutgoingSession(ServerDia lback.java:218)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSess ion(LocalOutgoingServerSession.java:371)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain (LocalOutgoingServerSession.java:144)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:239)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:27 OutgoingSessionPromise: Error sending packet to remote server:



java.lang.Exception: Failed to create connection to remote server
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:252)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:216)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2009.08.25 16:43:50 ServerDialback: RS - Closing connection to Authoritative Server: ucstatus.com
2009.08.25 16:43:50 Logging off jabber.contoso.com/6350e862 on org.jivesoftware.openfire.net.SocketConnection@11aa58b socket: Socket[addr=/172.16.10.253,port=49185,localport=5269] session: org.jivesoftware.openfire.session.LocalIncomingServerSession@1a3bff5 status: -1 address: jabber.contoso.com/6350e862 id: 6350e862

Thank you,

Geoff Clark

Looking at the warn log - I see the following…

2009.08.25 19:37:55 Error verifying key of remote server: ucstatus.com
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2992)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
at org.jivesoftware.openfire.net.MXParser.nextImpl(MXParser.java:332)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at org.jivesoftware.openfire.server.ServerDialback.verifyKey(ServerDialback.java:5 78)
at org.jivesoftware.openfire.server.ServerDialback.validateRemoteDomain(ServerDial back.java:494)
at org.jivesoftware.openfire.session.LocalIncomingServerSession.validateSubsequent Domain(LocalIncomingSe
rverSession.java:231)
at org.jivesoftware.openfire.net.ServerSocketReader.processUnknowPacket(ServerSock etReader.java:153)
at org.jivesoftware.openfire.net.SocketReader.process(SocketReader.java:217)
at org.jivesoftware.openfire.net.BlockingReadingMode.readStream(BlockingReadingMod e.java:157)
at org.jivesoftware.openfire.net.BlockingReadingMode.run(BlockingReadingMode.java: 63)
at org.jivesoftware.openfire.net.SocketReader.run(SocketReader.java:120)
at java.lang.Thread.run(Unknown Source)

Dont understand where the failures with verifiying server key. Can somone help explain this.

Geoff

If have the same problem:

2009.10.13 11:24:05 Connect Socket[addr=/88.217.114.34,port=54724,localport=5269]
2009.10.13 11:24:05 ServerDialback: RS - Received dialback key from host: rootwar.org to: freakempire.de
2009.10.13 11:24:05 ServerDialback: RS - Trying to connect to Authoritative Server: rootwar.org:5269(DNS lookup: miranda.rootwar.org:5269)
2009.10.13 11:26:05 Connection closed before session established
Socket[addr=/88.217.114.34,port=54724,localport=5269]

2009.10.13 11:24:05 Error verifying key of remote server: rootwar.org
java.net.SocketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:520)
at org.jivesoftware.openfire.server.ServerDialback.verifyKey(ServerDialback.java:5 52)
at org.jivesoftware.openfire.server.ServerDialback.validateRemoteDomain(ServerDial back.java:494)
at org.jivesoftware.openfire.session.LocalIncomingServerSession.validateSubsequent Domain(LocalIncomingServerSession.java:231)
at org.jivesoftware.openfire.net.ServerSocketReader.processUnknowPacket(ServerSock etReader.java:153)
at org.jivesoftware.openfire.net.SocketReader.process(SocketReader.java:217)
at org.jivesoftware.openfire.net.BlockingReadingMode.readStream(BlockingReadingMod e.java:157)
at org.jivesoftware.openfire.net.BlockingReadingMode.run(BlockingReadingMode.java: 63)
at org.jivesoftware.openfire.net.SocketReader.run(SocketReader.java:120)
at java.lang.Thread.run(Thread.java:595)
2009.10.13 11:26:05 Error verifying key of remote server: rootwar.org
java.net.SocketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:520)
at org.jivesoftware.openfire.server.ServerDialback.verifyKey(ServerDialback.java:5 52)
at org.jivesoftware.openfire.server.ServerDialback.validateRemoteDomain(ServerDial back.java:494)
at org.jivesoftware.openfire.server.ServerDialback.createIncomingSession(ServerDia lback.java:380)
at org.jivesoftware.openfire.session.LocalIncomingServerSession.createSession(Loca lIncomingServerSession.java:116)
at org.jivesoftware.openfire.net.ServerSocketReader.createSession(ServerSocketRead er.java:212)
at org.jivesoftware.openfire.net.SocketReader.createSession(SocketReader.java:398)
at org.jivesoftware.openfire.net.BlockingReadingMode.run(BlockingReadingMode.java: 54)
at org.jivesoftware.openfire.net.SocketReader.run(SocketReader.java:120)
at java.lang.Thread.run(Thread.java:595)

DNS SRV xmpp-server Records are set und both servers can make an connection to each other. Only Miranda is behind an NAT. Maybe thats the problem?