Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [QUERY] 	at java.sql.DriverManager.getConnection(DriverManager.java:512) duration: 1 ms, connection-id: 0, statement-id: 999, resultset-id: 0, message: SET NAMES latin1
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [FETCH] 	at java.sql.DriverManager.getConnection(DriverManager.java:512) duration: 0 ms, connection-id: 0, statement-id: 999, resultset-id: 0
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [QUERY] 	at java.sql.DriverManager.getConnection(DriverManager.java:512) duration: 1 ms, connection-id: 0, statement-id: 999, resultset-id: 0, message: SET character_set_results = NULL
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [FETCH] 	at java.sql.DriverManager.getConnection(DriverManager.java:512) duration: 0 ms, connection-id: 0, statement-id: 999, resultset-id: 0
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [QUERY] 	at java.sql.DriverManager.getConnection(DriverManager.java:512) duration: 2 ms, connection-id: 0, statement-id: 1, resultset-id: 1, message: SHOW VARIABLES
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [FETCH] 	at java.sql.DriverManager.getConnection(DriverManager.java:512) duration: 0 ms, connection-id: 0, statement-id: 1, resultset-id: 1
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [QUERY] 	at java.sql.DriverManager.getConnection(DriverManager.java:512) duration: 2 ms, connection-id: 0, statement-id: 2, resultset-id: 2, message: SHOW COLLATION
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [FETCH] 	at java.sql.DriverManager.getConnection(DriverManager.java:512) duration: 0 ms, connection-id: 0, statement-id: 2, resultset-id: 2
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [QUERY] 	at java.sql.DriverManager.getConnection(DriverManager.java:512) duration: 0 ms, connection-id: 0, statement-id: 999, resultset-id: 0, message: SET autocommit=1
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [FETCH] 	at java.sql.DriverManager.getConnection(DriverManager.java:512) duration: 0 ms, connection-id: 0, statement-id: 999, resultset-id: 0
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [PREPARE] 	at testsuite.regression.ConnectionRegressionTest.testBug12229(ConnectionRegressionTest.java:1255) duration: 3 ms, connection-id: 0, statement-id: 3, resultset-id: -1, message: SELECT `int_field` FROM `testBug12229` WHERE `int_field` = ?
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [EXECUTE] 	at testsuite.regression.ConnectionRegressionTest.testBug12229(ConnectionRegressionTest.java:1258) duration: 1 ms, connection-id: 0, statement-id: 3, resultset-id: -1, message: SELECT `int_field` FROM `testBug12229` WHERE `int_field` = 1
May 23, 2006 5:45:28 PM testsuite.regression.ConnectionRegressionTest testBug12229
WARNING: Slow query (exceeded 0 ms., duration: 4 ms): as prepared: SELECT `int_field` FROM `testBug12229` WHERE `int_field` = ?

 with parameters bound:

SELECT `int_field` FROM `testBug12229` WHERE `int_field` = 1
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [QUERY] 	at testsuite.regression.ConnectionRegressionTest.testBug12229(ConnectionRegressionTest.java:1258) duration: 1 ms, connection-id: 0, statement-id: 7, resultset-id: 4, message: EXPLAIN SELECT `int_field` FROM `testBug12229` WHERE `int_field` = 1
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [FETCH] 	at testsuite.regression.ConnectionRegressionTest.testBug12229(ConnectionRegressionTest.java:1258) duration: 1 ms, connection-id: 0, statement-id: 7, resultset-id: 4
May 23, 2006 5:45:28 PM testsuite.regression.ConnectionRegressionTest testBug12229
WARNING: Slow query explain results for 'SELECT `int_field` FROM `testBug12229` WHERE `int_field` = 1' :

*************************** 1. row ***************************
           id: 1
  select_type: SIMPLE
        table: testBug12229
         type: ALL
possible_keys: NULL
          key: NULL
      key_len: NULL
          ref: NULL
         rows: 2
        Extra: Using where


May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [EXECUTE] 	at testsuite.regression.ConnectionRegressionTest.testBug12229(ConnectionRegressionTest.java:1261) duration: 1 ms, connection-id: 0, statement-id: 3, resultset-id: -1, message: SELECT `int_field` FROM `testBug12229` WHERE `int_field` = 1
May 23, 2006 5:45:28 PM testsuite.regression.ConnectionRegressionTest testBug12229
WARNING: Slow query (exceeded 0 ms., duration: 5 ms): as prepared: SELECT `int_field` FROM `testBug12229` WHERE `int_field` = ?

 with parameters bound:

SELECT `int_field` FROM `testBug12229` WHERE `int_field` = 1
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [QUERY] 	at testsuite.regression.ConnectionRegressionTest.testBug12229(ConnectionRegressionTest.java:1261) duration: 1 ms, connection-id: 0, statement-id: 11, resultset-id: 6, message: EXPLAIN SELECT `int_field` FROM `testBug12229` WHERE `int_field` = 1
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [FETCH] 	at testsuite.regression.ConnectionRegressionTest.testBug12229(ConnectionRegressionTest.java:1261) duration: 0 ms, connection-id: 0, statement-id: 11, resultset-id: 6
May 23, 2006 5:45:28 PM testsuite.regression.ConnectionRegressionTest testBug12229
WARNING: Slow query explain results for 'SELECT `int_field` FROM `testBug12229` WHERE `int_field` = 1' :

*************************** 1. row ***************************
           id: 1
  select_type: SIMPLE
        table: testBug12229
         type: ALL
possible_keys: NULL
          key: NULL
      key_len: NULL
          ref: NULL
         rows: 2
        Extra: Using where


May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [EXECUTE] 	at testsuite.regression.ConnectionRegressionTest.testBug12229(ConnectionRegressionTest.java:1264) duration: 1 ms, connection-id: 0, statement-id: 3, resultset-id: -1, message: SELECT `int_field` FROM `testBug12229` WHERE `int_field` = 1
May 23, 2006 5:45:28 PM testsuite.regression.ConnectionRegressionTest testBug12229
WARNING: Slow query (exceeded 0 ms., duration: 2 ms): as prepared: SELECT `int_field` FROM `testBug12229` WHERE `int_field` = ?

 with parameters bound:

SELECT `int_field` FROM `testBug12229` WHERE `int_field` = 1
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [QUERY] 	at testsuite.regression.ConnectionRegressionTest.testBug12229(ConnectionRegressionTest.java:1264) duration: 1 ms, connection-id: 0, statement-id: 15, resultset-id: 8, message: EXPLAIN SELECT `int_field` FROM `testBug12229` WHERE `int_field` = 1
May 23, 2006 5:45:28 PM N/A N/A
INFO: Profiler Event: [FETCH] 	at testsuite.regression.ConnectionRegressionTest.testBug12229(ConnectionRegressionTest.java:1264) duration: 1 ms, connection-id: 0, statement-id: 15, resultset-id: 8
May 23, 2006 5:45:28 PM testsuite.regression.ConnectionRegressionTest testBug12229
WARNING: Slow query explain results for 'SELECT `int_field` FROM `testBug12229` WHERE `int_field` = 1' :

*************************** 1. row ***************************
           id: 1
  select_type: SIMPLE
        table: testBug12229
         type: ALL
possible_keys: NULL
          key: NULL
      key_len: NULL
          ref: NULL
         rows: 2
        Extra: Using where


Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at java.sql.DriverManager.getConnection(DriverManager.java:512) duration: 0 ms, connection-id: 0, statement-id: 22, resultset-id: 0, message: The following columns were  part of the SELECT statement for this result set, but were never referenced: .Collation, .Default, .Compiled, .Sortlen

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.ResultSet.&lt;init&gt;(ResultSet.java:357)
	at com.mysql.jdbc.MysqlIO.buildResultSetWithRows(MysqlIO.java:2012)
	at com.mysql.jdbc.MysqlIO.getResultSet(MysqlIO.java:431)
	at com.mysql.jdbc.MysqlIO.readResultsForQueryOrUpdate(MysqlIO.java:1991)
	at com.mysql.jdbc.MysqlIO.readAllResults(MysqlIO.java:1413)
	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1757)
	at com.mysql.jdbc.Connection.execSQL(Connection.java:2998)
	at com.mysql.jdbc.Connection.execSQL(Connection.java:2927)
	at com.mysql.jdbc.Statement.executeQuery(Statement.java:956)
	at com.mysql.jdbc.Connection.buildCollationMapping(Connection.java:1598)
	at com.mysql.jdbc.Connection.initializePropsFromServer(Connection.java:3748)
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2581)
	at com.mysql.jdbc.Connection.&lt;init&gt;(Connection.java:1485)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)
	at java.sql.DriverManager.getConnection(DriverManager.java:512)
	at java.sql.DriverManager.getConnection(DriverManager.java:140)
	at testsuite.BaseTestCase.getConnectionWithProps(BaseTestCase.java:184)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1425)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at java.sql.DriverManager.getConnection(DriverManager.java:512) duration: 0 ms, connection-id: 0, statement-id: -1, resultset-id: -1, message: Connection lifetime of &lt; .5 seconds. You might be un-necessarily creating short-lived connections and should investigate connection pooling to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Connection.&lt;init&gt;(Connection.java:1409)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)
	at java.sql.DriverManager.getConnection(DriverManager.java:512)
	at java.sql.DriverManager.getConnection(DriverManager.java:140)
	at testsuite.BaseTestCase.getConnectionWithProps(BaseTestCase.java:184)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1425)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 37, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 37, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 26, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 26, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 30, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 30, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 43, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 43, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 34, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 34, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 35, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 35, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 38, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 38, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 28, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 28, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 33, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 33, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 39, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 39, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 27, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 27, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1426) duration: 0 ms, connection-id: 0, statement-id: 23, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.Connection.createStatement(Connection.java:2852)
	at com.mysql.jdbc.Connection.createStatement(Connection.java:2832)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1426)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 31, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 31, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 25, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 25, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 29, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 29, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 40, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 40, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 32, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 32, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 45, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 45, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 44, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 44, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 36, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 36, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 42, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 42, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 24, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 24, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 41, resultset-id: -1, message: PreparedStatement created, but used 1 or fewer times. It is more efficient to prepare statements once, and re-use them many times

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Tue May 23 17:45:28 CDT 2006 WARN: Profiler Event: [WARN] 	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448) duration: 0 ms, connection-id: 0, statement-id: 41, resultset-id: -1, message: Statement not closed explicitly. You should call close() on createdStatement instances from your code to be more efficient.

Full stack trace of location where event occurred:



** BEGIN NESTED EXCEPTION ** 

java.lang.Throwable

STACKTRACE:

java.lang.Throwable
	at com.mysql.jdbc.Statement.&lt;init&gt;(Statement.java:219)
	at com.mysql.jdbc.PreparedStatement.&lt;init&gt;(PreparedStatement.java:420)
	at com.mysql.jdbc.ServerPreparedStatement.&lt;init&gt;(ServerPreparedStatement.java:280)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4334)
	at com.mysql.jdbc.Connection.prepareStatement(Connection.java:4272)
	at testsuite.regression.ConnectionRegressionTest.testBug15065(ConnectionRegressionTest.java:1448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)


** END NESTED EXCEPTION **



Connected to 4.1.20
Connected to 4.1.20
Connected to 4.1.20
