cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Jeffrey_Jeong
Level 2

JDBC Driver Error

Recently I frequently meet FlexNet server error. Please let me know ASAP what’s wrong and how to prevent them. Following is a part of log file. I guess this sympton came from not proper disconnection of each cession. Could anyone please tell me why it happens?

Thanks

Regards,
Jeffrey

---------------------------------------------------------------------
Caused by: java.sql.SQLException: [Macrovision][SQLServer JDBC Driver]Error establishing socket to host and port: localhost:1433. Reason: No buffer space available (maximum connections reached?): JVM_Bind
at com.macrovision.jdbc.base.BaseExceptions.createException(Unknown Source)
at com.macrovision.jdbc.base.BaseExceptions.getException(Unknown Source)
at com.macrovision.jdbc.sqlserver.tds.TDSConnection.(Unknown Source)
at com.macrovision.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
at com.macrovision.jdbc.base.BaseConnection.connect(Unknown Source)
at com.macrovision.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
at com.macrovision.jdbc.base.BaseConnection.open(Unknown Source)
at com.macrovision.jdbc.base.BaseDriver.connect(Unknown Source)
at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:154)
... 20 more
0 Kudos
(1) Reply
sravuri
Level 3

Please check the settings on your database server. What is the maximum number of connections set to? Does it have enough RAM space?

For further help debugging this problem, please contact technical support.
0 Kudos