Msg 701, Level 17, State 123, Line 1
There
is insufficient system memory in resource pool 'internal' to run this query.
and in the tomcat logs we can always find
WARNING: ConnectionID:17341 ClientConnectionId: ... Prelogin error: host ... port 6205 Error reading prelogin response: Connection reset ClientConnectionId:...
Mar 27, 2015 7:55:27 PM com.microsoft.sqlserver.jdbc.SQLServerConnection Prelogin
Here some informations of our application
Java Version: java version "1.7.0" (going to upgrade to JAVA 8)
Would be great if somebody could help us.
Kind regards
Simon
Additionaly we got this message today ... just restarted railo service again and all works ...
I/O Error: Connection reset at
net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2387):2387 at
net.sourceforge.jtds.jdbc.TdsCore.login(TdsCore.java:614):614 at
net.sourceforge.jtds.jdbc.ConnectionJDBC2.<init>(ConnectionJDBC2.java:356):356
at
net.sourceforge.jtds.jdbc.ConnectionJDBC3.<init>(ConnectionJDBC3.java:50):50
at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:185):185 at java.sql.DriverManager.getConnection(DriverManager.java:664):664
at java.sql.DriverManager.getConnection(DriverManager.java:247):247 at
railo.commons.db.DBUtil.getConnection(DBUtil.java:86):86 at
railo.runtime.db.DatasourceConnectionPool.loadDatasourceConnection(DatasourceConnectionPool.java:74):74
at
railo.runtime.db.DatasourceConnectionPool.getDatasourceConnection(DatasourceConnectionPool.java:66):66
at
railo.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:49):49
at railo.runtime.tag.Query.executeDatasoure(Query.java:687):687 at
railo.runtime.tag.Query.doEndTag(Query.java:533):533
Hello together,
we got a problem for one of our clients railo application. Mostly on the weekend the server is not available. It seems that we got a SQL issue but we weren't able to solve this issue yet.
The host of this server said that the SQL Server was still available at this time, so there must be an issue with railo he said.
Also playing around with differnt Datasource-Types (Railo-Admin) didn't help:
- MSSQL - Microsoft SQL Server (Vendor Microsoft)
- Vendor jTDS
- Other JDBC Driver
We have also tried to configure the connection limit ... without success.
Just if we restart the railo & apache service we are save for undefined time (sometimes 1 week without any problem)
After trying a simple query we got this message
Msg 701, Level 17, State 123, Line 1
There is insufficient system memory in resource pool 'internal' to run this query.
and in the tomcat logs we can always find
WARNING: ConnectionID:17341 ClientConnectionId: ... Prelogin error: host ... port 6205 Error reading prelogin response: Connection reset ClientConnectionId:...
Mar 27, 2015 7:55:27 PM com.microsoft.sqlserver.jdbc.SQLServerConnection Prelogin
...
Msg 701, Level 17, State 123, Line 1
There is insufficient system memory in resource pool 'internal' to run this query.