|
From: Alvin W. <AW...@FF...> - 2007-03-08 20:25:37
|
Hi,
Does anyone happen to know what went wrong with this one? We are very
concerned about the reliability and stability of QF/J. Thanks.
Alvin
Alvin Wang/FFTW
03/05/2007 12:34 To
PM qui...@li....n
et
cc
Subject
quickfix.ConfigError(Document link:
Alvin Wang)
Hi,
Can anyone tell me why I got the following errors. I did not change my
configur file. And it was working this morning. Thanks,
Alvin
- #0001 was active for 5469 milliseconds and has been removed automaticaly.
The Thread responsible was named 'main', but the last SQL it performed is
unknown because the trace property is not enabled.
Hit uncaught exception quickfix.ConfigError
quickfix.ConfigError: error during session initialization
at
quickfix.mina.initiator.AbstractSocketInitiator.createSessions(AbstractSocketInitiator.java:113)
at
quickfix.mina.initiator.AbstractSocketInitiator.<init>(AbstractSocketInitiator.java:68)
at
quickfix.mina.initiator.AbstractSocketInitiator.<init>(AbstractSocketInitiator.java:60)
at
quickfix.ThreadedSocketInitiator.<init>(ThreadedSocketInitiator.java:32)
Caused by: java.lang.RuntimeException: java.sql.SQLException: Couldn't
perform the operation prepareStatement: You can't perform any operations on
this connection. It has been automatically closed by Proxool for some
reason (see logs).
at quickfix.JdbcStoreFactory.create(JdbcStoreFactory.java:44)
at quickfix.Session.<init>(Session.java:244)
at
quickfix.DefaultSessionFactory.create(DefaultSessionFactory.java:147)
at
quickfix.mina.SessionConnector.createSession(SessionConnector.java:114)
at
quickfix.mina.initiator.AbstractSocketInitiator.createSessions(AbstractSocketInitiator.java:107)
... 7 more
Caused by: java.sql.SQLException: Couldn't perform the operation
prepareStatement: You can't perform any operations on this connection. It
has been automatically closed by Proxool for some reason (see logs).
at
org.logicalcobwebs.proxool.WrappedConnection.invoke(WrappedConnection.java:207)
at
org.logicalcobwebs.proxool.WrappedConnection.intercept(WrappedConnection.java:87)
at
$java.sql.Connection$$EnhancerByCGLIB$$86caa0be.prepareStatement(<generated>)
at quickfix.JdbcStore.loadCache(JdbcStore.java:111)
at quickfix.JdbcStore.<init>(JdbcStore.java:65)
at quickfix.JdbcStoreFactory.create(JdbcStoreFactory.java:42)
... 11 more
Exception in thread "main"
*******************************************************************************
This e-mail message is intended solely for the use of the addressee.
The message may contain information that is privileged and
confidential.
Disclosure to anyone other than the intended recipient is prohibited.
If you are not the intended recipient, please do not disseminate,
distribute or copy this communication, by e-mail or otherwise. Instead,
please notify us immediately by return e-mail(including the original
message with your reply) and then delete and discard all copies of the
message. We have taken precautions to minimize the risk of transmitting
software viruses but nevertheless advise you to carry out your own
virus checks on any attachment to this message. We accept
no liability for any loss or damage caused by software viruses.
*******************************************************************************
|