[QFJ-523] Couldn't get connection because we are at maximum connection count (10/10) and there are none available Created: 13/May/10  Updated: 13/May/10

Status: Open
Project: QuickFIX/J
Component/s: None
Affects Version/s: 1.4.0
Fix Version/s: None

Type: Bug Priority: Default
Reporter: andrew M Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None
Environment:

Windows server 2008 r2, jdk1.7.0_b89 x64 (I know...), 8 core machine.



 Description   

I'm seeing this error. It has only happened to me once so I can't reproduce it. Maybe same as this?
http://www.quickfixj.org/jira/browse/QFJ-313

java.io.IOException: Couldn't get connection because we are at maximum connection count (10/10) and there are none available
at quickfix.JdbcStore.storeSequenceNumbers(JdbcStore.java:286)
at quickfix.JdbcStore.setNextTargetMsgSeqNum(JdbcStore.java:272)
at quickfix.JdbcStore.incrNextTargetMsgSeqNum(JdbcStore.java:173)
at quickfix.SessionState.incrNextTargetMsgSeqNum(SessionState.java:359)
at quickfix.Session.next(Session.java:799)
at quickfix.mina.ThreadPerSessionEventHandlingStrategy$MessageDispatchingThread.run(ThreadPerSessionEventHandlingStrategy.java:85)
Caused by: java.sql.SQLException: Couldn't get connection because we are at maximum connection count (10/10) and there are none available
at org.logicalcobwebs.proxool.Prototyper.quickRefuse(Prototyper.java:309)
at org.logicalcobwebs.proxool.ConnectionPool.getConnection(ConnectionPool.java:152)
at org.logicalcobwebs.proxool.ProxoolDataSource.getConnection(ProxoolDataSource.java:97)
at quickfix.JdbcStore.storeSequenceNumbers(JdbcStore.java:279)
... 5 more


Generated at Fri May 03 11:12:32 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.