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