java - Problems logging into SQL Server 2012 (64 Bit) -
i programming agent-based simulation based on jade framework. framework creates agents (each agent has own thread) , provides standardized interfaces communication between agents. nevertheless when agents beeing created, accessing ms-sql 2012 (64 bit) server (installed on same machine) @ 1 time. it's easy statement, gives id: "select geoid " + "[weatherman_de].[dbo].[geo]" + " lat_rot = " + loc.getlatit() + " , long_rot = " + loc.getlongit(); the problem is: when start application everything works fine , it's slow works ok. getting different types of errors, lead application crash directly @ beginning. either it's connection reset: com.microsoft.sqlserver.jdbc.sqlserverexception: connection reset @ com.microsoft.sqlserver.jdbc.sqlserverconnection.terminate(sqlserverconnection.java:1352) @ com.microsoft.sqlserver.jdbc.sqlserverconnection.terminate(sqlserverconnection.java:1339) @...