|
From: Joerg T. <Joe...@ma...> - 2007-03-08 21:08:43
|
On 03/08/2007 09:25 PM, Alvin Wang wrote: > Does anyone happen to know what went wrong with this one? We are very > concerned about the reliability and stability of QF/J. Thanks. Hi Alwin, the ConfigError was thrown since the JDBC connection could not be initialized: 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). What is Proxool? Did you check its logs? I wonder why you suspect QF/J does anything bad. To me it seems like a database connection issue. Cheers, Jörg > 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. > ******************************************************************************* > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > -- Joerg Thoennes http://www.macd.com Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH Geschäftsführer: Roger Macdonald Lothringer Str. 52, D-52070 Aachen Amtsgericht Aachen, HRB 8151, Ust.-Id DE813021663 |