|
From: Jeff S. <jsc...@cq...> - 2007-09-11 13:44:12
|
My application is hanging for 5-15 seconds at various times because of a
SQL error using the JDBC log.
Has anyone else seen this? Is the File based log sturdier?
Thanks,
Jeff
Sep 11, 2007 9:31:17 AM org.apache.commons.logging.impl.SLF4JLog warn
WARNING: #0002 was active for 12859 milliseconds and has been removed
automatica
ly. The Thread responsible was named 'Thread-4', but the last SQL it
performed i
s unknown because the trace property is not enabled.
Sep 11, 2007 9:31:17 AM cqig.fixit.FixItApplication send
INFO: null
java.lang.NullPointerException
at
com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPrepared
Statement.java:673)
at
com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:770)
at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.logicalcobwebs.proxool.ProxyStatement.invoke(ProxyStatement.java:
100)
at
org.logicalcobwebs.proxool.ProxyStatement.intercept(ProxyStatement.ja
va:57)
at
$java.sql.PreparedStatement$$EnhancerByCGLIB$$ed00eb7f.execute(<gener
ated>)
at quickfix.JdbcLog.insert(JdbcLog.java:90)
at quickfix.JdbcLog.logOutgoing(JdbcLog.java:60)
at quickfix.AbstractLog.onOutgoing(AbstractLog.java:42)
at quickfix.Session.send(Session.java:1675)
at quickfix.Session.sendRaw(Session.java:1627)
at quickfix.Session.send(Session.java:1671)
at quickfix.Session.sendToTarget(Session.java:442)
at cqig.fixit.FixItApplication.send(FixItApplication.java:476)
--
Jeff Schwartz
Senior Programmer
Cornerstone Quantitative Investment Group
203-327-0888
|