Hi, when using the newest non CVS version of esw I get
the following output.
Exception in thread "Thread-8" java.lang.StackOverflowError
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledStatement.<init>(DBConnectionPool.java:2468)
at
net.sourceforge.esw.util.database.DBConnectionPool$PooledConnection.createStatement(DBConnectionPool.java:1143)
And so on... Any idea what the problem could be?
Logged In: NO
Just for completeness I'm running
sun java5 release 6
mysql 5.0.22
and I have the project working on esw 1.1 but both 1.2 and
1.2.1 fall over in the above mentioned manner.