Hi all,
I'm facing sort of a strange issue with two applications of mine. Here's the setting:
Two tomcat / java apps, running in the same network, connecting to the same MS-SQL-Server. The one app, which happens to be in an DMZ in order to be accessible from the internet uses to produce "jdbc Connection closed by peer" exceptions in unregular intervals.
Restarting the app in tomcat fixes the problem. The strange things are, that the other app does not have that habit and that all the relevant logs (i.e. Windows Event Log, SQL-Serverlog, Network Monitoring) do not show any problems. Only my app's log's got that connection closed by peer stuff...
I also checked the network settings, the connection has'nt been disrupted in a month. As a last resort I'll restart the whole server tonight and install wireshark on it in order to log the net work traffic...
Does anyone's got another clue what might cause this?
Thx in advance
K