Hello! I have some warning/information messages that I don't exactly know what they mean. Everythign is running fine, but I'd prefer to be proactive rather than reactive, and I don't see these messages anywhere else.
Configuration:
Openfire 3.9.1
Running on Win Server 2k3SP3
Server IP- 192.168.1.101
WARN LOG:
org.jivesoftware.openfire.net.SocketReader - Closing session due to incorrect hostname in stream header. Host: 192.168.1.101. Connection: org.jivesoftware.openfire.net.SocketConnection@d416fb socket: Socket[addr=/192.168.1.101,port=2425,localport=5269] session: null
org.jivesoftware.util.log.util.CommonsLogFactory - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
org.jivesoftware.openfire.session.LocalOutgoingServerSession - Error trying to connect to remote server: servername(DNS lookup: servername:5269)
This one I edited for privacy, but "servername" is a server that doesn't exist and has never existed or been configured, so I don't know where it got the idea to connect to it from.
INFO LOG:
org.jivesoftware.openfire.nio.ConnectionHandler - ConnectionHandler reports IOException for session: (SOCKET, R: /192.168.1.149:49172, L: /192.168.1.101:5222, S: 0.0.0.0/0.0.0.0:5222)
java.io.IOException: An existing connection was forcibly closed by the remote host
Any help would be appreciated.