Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 150420 Details for
Bug 225925
Merge Review: jakarta-commons-dbcp
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Build log from mock
build.log (text/plain), 86.78 KB, created by
Jochen Schmitt
on 2007-03-19 19:29:25 UTC
(
hide
)
Description:
Build log from mock
Filename:
MIME Type:
Creator:
Jochen Schmitt
Created:
2007-03-19 19:29:25 UTC
Size:
86.78 KB
patch
obsolete
>Installing /builddir/build/SRPMS/jakarta-commons-dbcp-1.2.1-10jpp.1.fc7.src.rpm >Building target platforms: x86_64 >Building for target x86_64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.76032 >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cat > > If you dont want to build with maven, > give rpmbuild option '--without maven' > >+ cd /builddir/build/BUILD >+ rm -rf commons-dbcp-1.2.1 >+ /bin/gzip -dc /builddir/build/SOURCES/commons-dbcp-1.2.1-src.tar.gz >+ tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd commons-dbcp-1.2.1 >++ /usr/bin/id -u >+ '[' 500 = 0 ']' >++ /usr/bin/id -u >+ '[' 500 = 0 ']' >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ /bin/sed -i 's/\r//' LICENSE.txt >+ /bin/sed -i 's/\r//' NOTICE.txt >+ /bin/sed -i 's/\r//' README.txt >+ cp LICENSE.txt ../LICENSE >+ find . -name '*.jar' -exec rm -f '{}' ';' >+ gzip -dc /builddir/build/SOURCES/commons-build.tar.gz >+ tar xf - >+ cp /builddir/build/SOURCES/dbcp-tomcat5-build.xml . >+ echo 'Patch #0 (commons-dbcp-1.2.1-project_xml.patch):' >Patch #0 (commons-dbcp-1.2.1-project_xml.patch): >+ patch -p0 -b --suffix .sav -s >+ echo 'Patch #1 (commons-dbcp-1.2.1-TestJOCLed.patch):' >Patch #1 (commons-dbcp-1.2.1-TestJOCLed.patch): >+ patch -p0 -b --suffix .sav -s >+ echo 'Patch #2 (commons-dbcp-1.2.1-TestConnectionPool.patch):' >Patch #2 (commons-dbcp-1.2.1-TestConnectionPool.patch): >+ patch -p0 -b --suffix .sav -s >+ echo 'Patch #3 (commons-dbcp-1.2.1-navigation_xml.patch):' >Patch #3 (commons-dbcp-1.2.1-navigation_xml.patch): >+ patch -p0 -b --suffix .sav -s >+ echo 'Patch #4 (commons-dbcp-1.2.1-project_properties.patch):' >Patch #4 (commons-dbcp-1.2.1-project_properties.patch): >+ patch -p0 -b --suffix .sav -s >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.76032 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd commons-dbcp-1.2.1 >+ LANG=C >+ export LANG >+ unset DISPLAY >++ build-classpath jdbc-stdext xerces-j2 >+ export CLASSPATH=/usr/lib/jvm-exports/java/jdbc-stdext.jar:/usr/share/java/xerces-j2.jar >+ CLASSPATH=/usr/lib/jvm-exports/java/jdbc-stdext.jar:/usr/share/java/xerces-j2.jar >++ build-classpath commons-pool >++ build-classpath commons-collections >++ build-classpath junit >++ build-classpath jndi >++ build-classpath xml-commons-apis >+ ant -Dbuild.sysclasspath=first -Dcommons-pool.jar=/usr/share/java/commons-pool.jar -Dcommons-collections.jar=/usr/share/java/commons-collections.jar -Djunit.jar=/usr/share/java/junit.jar -Djndi.jar=/usr/lib/jvm-exports/java/jndi.jar -Dsax2.jar=/usr/share/java/xml-commons-apis.jar -Djava.io.tmpdir=. dist test >Buildfile: build.xml > >init: > >clean: > >prepare-nojdbc3: > >prepare-jdbc3: > [echo] JDBC 3 was detected. > >prepare: > >compile: > [mkdir] Created dir: /builddir/build/BUILD/commons-dbcp-1.2.1/build/classes > [javac] Compiling 39 source files to /builddir/build/BUILD/commons-dbcp-1.2.1/build/classes > [javac] ---------- > [javac] 1. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/BasicDataSource.java (at line 501) > [javac] private synchronized boolean isRestartNeeded() { > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The method isRestartNeeded() from the type BasicDataSource is never used locally > [javac] ---------- > [javac] 2. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/BasicDataSou > [javac] rce.java (at line 602) > [javac] private AbandonedConfig abandonedConfig; > [javac] ^^^^^^^^^^^^^^^ > [javac] The type AbandonedConfig is deprecated > [javac] ---------- > [javac] 3. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/BasicDataSou > [javac] rce.java (at line 791) > [javac] if ((abandonedConfig != null) && (abandonedConfig.getRemoveAbandoned() == true)) { > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method getRemoveAbandoned() from the type AbandonedConfig is deprecated > [javac] ---------- > [javac] 4. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/BasicDataSou > [javac] rce.java (at line 792) > [javac] connectionPool = new AbandonedObjectPool(null,abandonedConfig); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The constructor AbandonedObjectPool(PoolableObjectFactory, AbandonedConfig) is deprecated > [javac] ---------- > [javac] 5. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/BasicDataSource.java (at line 792) > [javac] connectionPool = new AbandonedObjectPool(null,abandonedConfig); > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The type AbandonedObjectPool is deprecated > [javac] ---------- > [javac] 6. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/BasicDataSource.java (at line 887) > [javac] private void restart() { > [javac] ^^^^^^^^^ > [javac] The method restart() from the type BasicDataSource is never used locally > [javac] ---------- > [javac] ---------- > [javac] 7. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/BasicDataSou > [javac] rceFactory.java (at line 288) > [javac] dataSource.setRemoveAbandoned(Boolean.valueOf(value).booleanValue()); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setRemoveAbandoned(boolean) from the type BasicDataSource is deprecated > [javac] ---------- > [javac] 8. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/BasicDataSou > [javac] rceFactory.java (at line 293) > [javac] dataSource.setRemoveAbandonedTimeout(Integer.parseInt(value)); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setRemoveAbandonedTimeout(int) from the type BasicDataSource is deprecated > [javac] ---------- > [javac] 9. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/BasicDataSourceFactory.java (at line 298) > [javac] dataSource.setLogAbandoned(Boolean.valueOf(value).booleanValue()); > [javac] ^ > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setLogAbandoned(boolean) from the type BasicDataSource is deprecated > [javac] ---------- > [javac] ---------- > [javac] 10. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DbcpException.java (at line 31) > [javac] public class DbcpException extends RuntimeException { > [javac] ^^^^^^^^^^^^^ > [javac] The serializable class DbcpException does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 11. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingC > [javac] onnection.java (at line 50) > [javac] public class DelegatingConnection extends AbandonedTrace > [javac] ^^^^^^^^^^^^^^ > [javac] The type AbandonedTrace is deprecated > [javac] ---------- > [javac] 12. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingConnection.java (at line 64) > [javac] super(); > [javac] ^^^^^^^ > [javac] The constructor AbandonedTrace() is deprecated > [javac] ---------- > [javac] 13. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingConnection.java (at line 297) > [javac] setLastUsed(); > [javac] ^^^^^^^^^^^^^ > [javac] The method setLastUsed() from the type AbandonedTrace is deprecated > [javac] ---------- > [javac] 14. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingConnection.java (at line 307) > [javac] List statements = getTrace(); > [javac] ^^^^^^^^^^ > [javac] The method getTrace() from the type AbandonedTrace is deprecated > [javac] ---------- > [javac] 15. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingConnection.java (at line 314) > [javac] clearTrace(); > [javac] ^^^^^^^^^^^^ > [javac] The method clearTrace() from the type AbandonedTrace is deprecated > [javac] ---------- > [javac] 16. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingConnection.java (at line 316) > [javac] setLastUsed(0); > [javac] ^^^^^^^^^^^^^^ > [javac] The method setLastUsed(long) from the type AbandonedTrace is deprecated > [javac] ---------- > [javac] ---------- > [javac] 17. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingR > [javac] esultSet.java (at line 54) > [javac] public class DelegatingResultSet extends AbandonedTrace implements ResultSet { > [javac] ^^^^^^^^^^^^^^ > [javac] The type AbandonedTrace is deprecated > [javac] ---------- > [javac] 18. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingResultSet.java (at line 71) > [javac] super((AbandonedTrace)stmt); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The constructor AbandonedTrace(AbandonedTrace) is deprecated > [javac] ---------- > [javac] 19. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingResultSet.java (at line 71) > [javac] super((AbandonedTrace)stmt); > [javac] ^^^^^^^^^^^^^^ > [javac] The type AbandonedTrace is deprecated > [javac] ---------- > [javac] 20. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingResultSet.java (at line 148) > [javac] ((AbandonedTrace)_stmt).removeTrace(this); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method removeTrace(AbandonedTrace) from the type AbandonedTrace is deprecated > [javac] ---------- > [javac] 21. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingR > [javac] esultSet.java (at line 148) > [javac] ((AbandonedTrace)_stmt).removeTrace(this); > [javac] ^^^^^^^^^^^^^^ > [javac] The type AbandonedTrace is deprecated > [javac] ---------- > [javac] ---------- > [javac] 22. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingStatement.java (at line 45) > [javac] public class DelegatingStatement extends AbandonedTrace implements State > [javac] ment { > [javac] ^^^^^^^^^^^^^^ > [javac] The type AbandonedTrace is deprecated > [javac] ---------- > [javac] 23. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingS > [javac] tatement.java (at line 60) > [javac] super(c); > [javac] ^^^^^^^^ > [javac] The constructor AbandonedTrace(AbandonedTrace) is deprecated > [javac] ---------- > [javac] 24. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingS > [javac] tatement.java (at line 148) > [javac] _conn.removeTrace(this); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method removeTrace(AbandonedTrace) from the type AbandonedTrace is deprecated > [javac] ---------- > [javac] 25. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingStatement.java (at line 156) > [javac] List resultSets = getTrace(); > [javac] ^^^^^^^^^^ > [javac] The method getTrace() from the type AbandonedTrace is deprecated > [javac] ---------- > [javac] 26. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingStatement.java (at line 162) > [javac] clearTrace(); > [javac] ^^^^^^^^^^^^ > [javac] The method clearTrace() from the type AbandonedTrace is deprecated > [javac] ---------- > [javac] ---------- > [javac] 27. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/PoolableCon > [javac] nectionFactory.java (at line 196) > [javac] AbandonedConfig config) { > [javac] ^^^^^^^^^^^^^^^ > [javac] The type AbandonedConfig is deprecated > [javac] ---------- > [javac] 28. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/PoolableCon > [javac] nectionFactory.java (at line 296) > [javac] return new PoolableConnection(conn,_pool,_config); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The constructor PoolableConnection(Connection, ObjectPool, AbandonedConfig) is deprecated > [javac] ---------- > [javac] ---------- > [javac] 29. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/PoolablePreparedStatement.java (at line 66) > [javac] _conn.removeTrace(this); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method removeTrace(AbandonedTrace) from the type AbandonedTrace is deprecated > [javac] ---------- > [javac] 30. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/PoolablePre > [javac] paredStatement.java (at line 92) > [javac] _conn.addTrace(this); > [javac] ^^^^^^^^^^^^^^^^^^^^ > [javac] The method addTrace(AbandonedTrace) from the type AbandonedTrace is deprecated > [javac] ---------- > [javac] 31. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/PoolablePreparedStatement.java (at line 100) > [javac] _conn.removeTrace(this); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method removeTrace(AbandonedTrace) from the type AbandonedTrace is deprecated > [javac] ---------- > [javac] 32. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/PoolablePre > [javac] paredStatement.java (at line 107) > [javac] List resultSets = getTrace(); > [javac] ^^^^^^^^^^ > [javac] The method getTrace() from the type AbandonedTrace is deprecated > [javac] ---------- > [javac] 33. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/PoolablePreparedStatement.java (at line 113) > [javac] clearTrace(); > [javac] ^^^^^^^^^^^^ > [javac] The method clearTrace() from the type AbandonedTrace is deprecated > [javac] ---------- > [javac] ---------- > [javac] 34. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/SQLNestedException.java (at line 31) > [javac] public class SQLNestedException extends SQLException { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The serializable class SQLNestedException does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 35. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/cpdsadapter > [javac] /DriverAdapterCPDS.java (at line 85) > [javac] public class DriverAdapterCPDS > [javac] ^^^^^^^^^^^^^^^^^ > [javac] The serializable class DriverAdapterCPDS does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 36. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/InstanceKeyDataSource.java (at line 103) > [javac] private int maxActive = GenericObjectPool.DEFAULT_MAX_ACTIVE; > [javac] ^^^^^^^^^ > [javac] The field InstanceKeyDataSource.maxActive is never read locally > [javac] ---------- > [javac] 37. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources > [javac] /InstanceKeyDataSource.java (at line 104) > [javac] private int maxIdle = GenericObjectPool.DEFAULT_MAX_IDLE; > [javac] ^^^^^^^ > [javac] The field InstanceKeyDataSource.maxIdle is never read locally > [javac] ---------- > [javac] 38. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/InstanceKeyDataSource.java (at line 105) > [javac] private int maxWait = (int)Math.min((long)Integer.MAX_VALUE, > [javac] ^^^^^^^ > [javac] The field InstanceKeyDataSource.maxWait is never read locally > [javac] ---------- > [javac] ---------- > [javac] 39. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources > [javac] /PerUserPoolDataSource.java (at line 49) > [javac] public class PerUserPoolDataSource > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The serializable class PerUserPoolDataSource does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 40. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/PerUserPoolDataSource.java (at line 75) > [javac] private static void close(Map poolMap) { > [javac] ^^^^^^^^^^^^^^^^^^ > [javac] The method close(Map) from the type PerUserPoolDataSource is never used locally > [javac] ---------- > [javac] ---------- > [javac] 41. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources > [javac] /PoolKey.java (at line 24) > [javac] class PoolKey implements Serializable { > [javac] ^^^^^^^ > [javac] The serializable class PoolKey does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] ---------- > [javac] 42. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java (at line 28) > [javac] import org.apache.commons.collections.LRUMap; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The type LRUMap is deprecated > [javac] ---------- > [javac] 43. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java (at line 43) > [javac] public class SharedPoolDataSource > [javac] ^^^^^^^^^^^ > [javac] ^^^^^^^^^ > [javac] The serializable class SharedPoolDataSource does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 44. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources > [javac] /SharedPoolDataSource.java (at line 46) > [javac] private static final Map userKeys = new LRUMap(10); > [javac] ^^^^^^^^^^^^^^ > [javac] The constructor LRUMap(int) is deprecated > [javac] ---------- > [javac] 45. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java (at line 46) > [javac] private static final Map userKeys = new LRUMap(10); > [javac] ^^^^^^ > [javac] The type LRUMap is deprecated > [javac] ---------- > [javac] ---------- > [javac] 46. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/UserPassKey.java (at line 25) > [javac] class UserPassKey implements Serializable { > [javac] ^^^^^^^^^^^ > [javac] The serializable class UserPassKey does not declare a static final serialVersionUID field of type long > [javac] ---------- > [javac] 46 problems (46 warnings) > >build-jar: > [mkdir] Created dir: /builddir/build/BUILD/commons-dbcp-1.2.1/dist > [jar] Building jar: /builddir/build/BUILD/commons-dbcp-1.2.1/dist/commons-dbcp.jar > >javadoc: > [mkdir] Created dir: /builddir/build/BUILD/commons-dbcp-1.2.1/dist/docs/api > [javadoc] Generating Javadoc > [javadoc] Javadoc execution > [javadoc] WARNING: -classpath option could not be passed to the VM. Faking it with > [javadoc] WARNING: System.setProperty("java.class.path", "/usr/share/java/ant.jar:/usr/share/java/ant-launcher.jar:/usr/share/java/jaxp_parser_impl.jar:/usr/share/java/xml-commons-apis.jar:/usr/lib/jvm/java/lib/tools.jar:/usr/lib/jvm-exports/java/jdbc-stdext.jar:/usr/share/java/xerces-j2.jar:/usr/share/java/commons-pool.jar:/usr/share/java/commons-collections.jar:/usr/share/java/junit.jar:/usr/lib/jvm-exports/java/jndi.jar"); > [javadoc] Loading classes for package org.apache.commons.dbcp... > [javadoc] Loading classes for package org.apache.commons.dbcp.cpdsadapter... > [javadoc] Loading classes for package org.apache.commons.dbcp.datasources... > [javadoc] Loading classes for package org.apache.commons.jocl... > [javadoc] Constructing Javadoc information... > [javadoc] WARNING: Cannot locate class java.net.URL referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.sql.CallableStatement referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.math.BigDecimal referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.sql.Date referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.sql.Time referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.sql.Timestamp referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.util.Map referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.sql.Ref referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.sql.Blob referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.sql.Clob referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.sql.Array referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.util.Calendar referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.io.InputStream referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.io.Reader referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.sql.SQLException referenced in class org.apache.commons.dbcp.DelegatingCallableStatement > [javadoc] WARNING: Cannot locate class java.lang.Object referenced in class org.apache.commons.dbcp.PoolingConnection.PStmtKey > [javadoc] WARNING: Cannot locate class java.util.NoSuchElementException referenced in class org.apache.commons.dbcp.PoolingConnection.PStmtKey > [javadoc] WARNING: Cannot locate class java.io.ByteArrayInputStream referenced in class org.apache.commons.dbcp.BasicDataSourceFactory > [javadoc] WARNING: Cannot locate class java.sql.Connection referenced in class org.apache.commons.dbcp.BasicDataSourceFactory > [javadoc] WARNING: Cannot locate class java.util.Enumeration referenced in class org.apache.commons.dbcp.BasicDataSourceFactory > [javadoc] WARNING: Cannot locate class java.util.Hashtable referenced in class org.apache.commons.dbcp.BasicDataSourceFactory > [javadoc] WARNING: Cannot locate class java.util.Properties referenced in class org.apache.commons.dbcp.BasicDataSourceFactory > [javadoc] WARNING: Cannot locate class javax.naming.Context referenced in class org.apache.commons.dbcp.BasicDataSourceFactory > [javadoc] WARNING: Cannot locate class javax.naming.Name referenced in class org.apache.commons.dbcp.BasicDataSourceFactory > [javadoc] WARNING: Cannot locate class javax.naming.RefAddr referenced in class org.apache.commons.dbcp.BasicDataSourceFactory > [javadoc] WARNING: Cannot locate class javax.naming.Reference referenced in class org.apache.commons.dbcp.BasicDataSourceFactory > [javadoc] WARNING: Cannot locate class javax.naming.spi.ObjectFactory referenced in class org.apache.commons.dbcp.BasicDataSourceFactory > [javadoc] WARNING: Cannot locate class javax.sql.DataSource referenced in class org.apache.commons.dbcp.BasicDataSourceFactory > [javadoc] WARNING: Cannot locate class java.sql.Statement referenced in class org.apache.commons.dbcp.PoolableConnectionFactory > [javadoc] WARNING: Cannot locate class java.sql.ResultSet referenced in class org.apache.commons.dbcp.PoolableConnectionFactory > [javadoc] WARNING: Cannot locate class java.io.PrintWriter referenced in class org.apache.commons.dbcp.BasicDataSource > [javadoc] WARNING: Cannot locate class java.sql.Driver referenced in class org.apache.commons.dbcp.BasicDataSource > [javadoc] WARNING: Cannot locate class java.sql.DriverManager referenced in class org.apache.commons.dbcp.BasicDataSource > [javadoc] WARNING: Cannot locate class org.apache.commons.pool.impl.GenericKeyedObjectPool referenced in class org.apache.commons.dbcp.BasicDataSource > [javadoc] WARNING: Cannot locate class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory referenced in class org.apache.commons.dbcp.BasicDataSource > [javadoc] WARNING: Cannot locate class org.apache.commons.pool.impl.GenericObjectPool referenced in class org.apache.commons.dbcp.BasicDataSource > [javadoc] WARNING: Cannot locate class java.io.IOException referenced in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper > [javadoc] WARNING: Cannot locate class java.sql.DatabaseMetaData referenced in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper > [javadoc] WARNING: Cannot locate class java.sql.DriverPropertyInfo referenced in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper > [javadoc] WARNING: Cannot locate class java.sql.PreparedStatement referenced in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper > [javadoc] WARNING: Cannot locate class java.sql.SQLWarning referenced in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper > [javadoc] WARNING: Cannot locate class java.util.HashMap referenced in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper > [javadoc] WARNING: Cannot locate class java.util.Set referenced in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper > [javadoc] WARNING: Cannot locate class org.apache.commons.pool.ObjectPool referenced in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper > [javadoc] WARNING: Cannot locate class org.xml.sax.SAXException referenced in class org.apache.commons.dbcp.PoolingDriver.PoolGuardConnectionWrapper > [javadoc] WARNING: Error while loading class GenericObjectPool > [javadoc] WARNING: Cannot locate class java.util.ArrayList referenced in class org.apache.commons.dbcp.AbandonedObjectPool > [javadoc] WARNING: Cannot locate class java.util.Iterator referenced in class org.apache.commons.dbcp.AbandonedObjectPool > [javadoc] WARNING: Cannot locate class java.util.List referenced in class org.apache.commons.dbcp.AbandonedObjectPool > [javadoc] WARNING: Cannot locate class org.apache.commons.pool.PoolableObjectFactory referenced in class org.apache.commons.dbcp.AbandonedObjectPool > [javadoc] WARNING: Cannot locate class RuntimeException referenced in class org.apache.commons.dbcp.DbcpException > [javadoc] WARNING: Error while loading class SQLException > [javadoc] WARNING: Cannot locate class java.io.PrintStream referenced in class org.apache.commons.dbcp.SQLNestedException > [javadoc] WARNING: Cannot locate class java.lang.reflect.Method referenced in class org.apache.commons.dbcp.SQLNestedException > [javadoc] WARNING: Cannot locate class java.text.SimpleDateFormat referenced in class org.apache.commons.dbcp.AbandonedTrace > [javadoc] WARNING: Cannot locate class java.util.Date referenced in class org.apache.commons.dbcp.AbandonedTrace > [javadoc] WARNING: Cannot locate class java.sql.ResultSetMetaData referenced in class org.apache.commons.dbcp.DelegatingPreparedStatement > [javadoc] WARNING: Cannot locate class org.apache.commons.pool.KeyedObjectPool referenced in class org.apache.commons.dbcp.PoolablePreparedStatement > [javadoc] WARNING: Cannot locate class java.util.Vector referenced in class org.apache.commons.dbcp.cpdsadapter.PooledConnectionImpl.PStmtKey > [javadoc] WARNING: Cannot locate class javax.sql.ConnectionEvent referenced in class org.apache.commons.dbcp.cpdsadapter.PooledConnectionImpl.PStmtKey > [javadoc] WARNING: Cannot locate class javax.sql.ConnectionEventListener referenced in class org.apache.commons.dbcp.cpdsadapter.PooledConnectionImpl.PStmtKey > [javadoc] WARNING: Cannot locate class javax.sql.PooledConnection referenced in class org.apache.commons.dbcp.cpdsadapter.PooledConnectionImpl.PStmtKey > [javadoc] WARNING: Cannot locate class org.apache.commons.pool.KeyedPoolableObjectFactory referenced in class org.apache.commons.dbcp.cpdsadapter.PooledConnectionImpl.PStmtKey > [javadoc] WARNING: Cannot locate class java.io.Serializable referenced in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS > [javadoc] WARNING: Cannot locate class javax.sql.ConnectionPoolDataSource referenced in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS > [javadoc] WARNING: Cannot locate class javax.naming.Referenceable referenced in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS > [javadoc] WARNING: Cannot locate class javax.naming.StringRefAddr referenced in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS > [javadoc] WARNING: Cannot locate class javax.naming.NamingException referenced in class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS > [javadoc] WARNING: Cannot locate class javax.naming.InitialContext referenced in class org.apache.commons.dbcp.datasources.InstanceKeyDataSource > [javadoc] WARNING: Cannot locate class java.util.WeakHashMap referenced in class org.apache.commons.dbcp.datasources.KeyedCPDSConnectionFactory > [javadoc] WARNING: Cannot locate class java.io.ObjectInputStream referenced in class org.apache.commons.dbcp.datasources.PerUserPoolDataSource > [javadoc] WARNING: Cannot locate class org.apache.commons.collections.LRUMap referenced in class org.apache.commons.dbcp.datasources.SharedPoolDataSource > [javadoc] WARNING: Cannot locate class java.lang.reflect.InvocationTargetException referenced in class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails > [javadoc] WARNING: Cannot locate class java.io.File referenced in class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails > [javadoc] WARNING: Cannot locate class java.io.FileInputStream referenced in class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails > [javadoc] WARNING: Cannot locate class java.io.FileNotFoundException referenced in class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails > [javadoc] WARNING: Cannot locate class java.lang.reflect.Constructor referenced in class org.apache.commons.jocl.ConstructorUtil > [javadoc] Resolving references in comments... > [javadoc] Resolving references in classes... > [javadoc] Resolving references in packages... > [javadoc] Resolving references in class comments... > [javadoc] Resolving references in package comments... > [javadoc] Running doclet... > [javadoc] WARNING: Option -validhtml hasn't been specified. Generated HTML will not validate. > [javadoc] Fetching package list for external documentation set. > [javadoc] java.net.UnknownHostException: java.sun.com:80 > [javadoc] at gnu.java.net.PlainSocketImpl.connect(libgcj.so.8rh) > [javadoc] at java.net.Socket.connect(libgcj.so.8rh) > [javadoc] at java.net.Socket.connect(libgcj.so.8rh) > [javadoc] at gnu.java.net.protocol.http.HTTPConnection.getSocket(libgcj.so.8rh) > [javadoc] at gnu.java.net.protocol.http.HTTPConnection.getOutputStream(libgcj.so.8rh) > [javadoc] at gnu.java.net.protocol.http.Request.dispatch(libgcj.so.8rh) > [javadoc] at gnu.java.net.protocol.http.HTTPURLConnection.connect(libgcj.so.8rh) > [javadoc] at gnu.java.net.protocol.http.HTTPURLConnection.getInputStream(libgcj.so.8rh) > [javadoc] at java.net.URL.openStream(libgcj.so.8rh) > [javadoc] at gnu.classpath.tools.doclets.htmldoclet.ExternalDocSet.load(gnu-classpath-tools-gjdoc-0.7.7.jar.so) > [javadoc] at gnu.classpath.tools.doclets.htmldoclet.HtmlDoclet.run(gnu-classpath-tools-gjdoc-0.7.7.jar.so) > [javadoc] at gnu.classpath.tools.doclets.AbstractDoclet.startInstance(gnu-classpath-tools-gjdoc-0.7.7.jar.so) > [javadoc] at gnu.classpath.tools.doclets.AbstractDoclet.start(gnu-classpath-tools-gjdoc-0.7.7.jar.so) > [javadoc] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [javadoc] at gnu.classpath.tools.gjdoc.Main.startDoclet(gnu-classpath-tools-gjdoc-0.7.7.jar.so) > [javadoc] at gnu.classpath.tools.gjdoc.Main.start(gnu-classpath-tools-gjdoc-0.7.7.jar.so) > [javadoc] at gnu.classpath.tools.gjdoc.Main.main(gnu-classpath-tools-gjdoc-0.7.7.jar.so) > [javadoc] 80 warnings > >build: > [copy] Copying 1 file to /builddir/build/BUILD/commons-dbcp-1.2.1/dist > [copy] Copying 1 file to /builddir/build/BUILD/commons-dbcp-1.2.1/dist > [copy] Copying 1 file to /builddir/build/BUILD/commons-dbcp-1.2.1/dist > >dist: > >init: > >prepare-nojdbc3: > >prepare-jdbc3: > [echo] JDBC 3 was detected. > >prepare: > >compile: > >compile-test: > [mkdir] Created dir: /builddir/build/BUILD/commons-dbcp-1.2.1/build/test-classes > [javac] Compiling 23 source files to /builddir/build/BUILD/commons-dbcp-1.2.1/build/test-classes > [javac] ---------- > [javac] 1. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandonedBasicDataSource.java (at line 46) > [javac] ds.setLogAbandoned(true); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setLogAbandoned(boolean) from the type BasicDataSource is deprecated > [javac] ---------- > [javac] 2. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandone > [javac] dBasicDataSource.java (at line 47) > [javac] ds.setRemoveAbandoned(true); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setRemoveAbandoned(boolean) from the type BasicDataSource is deprecated > [javac] ---------- > [javac] 3. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandonedBasicDataSource.java (at line 48) > [javac] ds.setRemoveAbandonedTimeout(10000); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setRemoveAbandonedTimeout(int) from the type BasicDataSource is deprecated > [javac] ---------- > [javac] 4. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandone > [javac] dBasicDataSource.java (at line 81) > [javac] ds.setRemoveAbandonedTimeout(0); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setRemoveAbandonedTimeout(int) from the type BasicDataSource is deprecated > [javac] ---------- > [javac] 5. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandonedBasicDataSource.java (at line 93) > [javac] ds.setRemoveAbandonedTimeout(0); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setRemoveAbandonedTimeout(int) from the type BasicDataSource is deprecated > [javac] ---------- > [javac] 6. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandone > [javac] dBasicDataSource.java (at line 113) > [javac] ds.setRemoveAbandonedTimeout(0); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setRemoveAbandonedTimeout(int) from the type BasicDataSource is deprecated > [javac] ---------- > [javac] ---------- > [javac] 7. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandonedObjectPool.java (at line 34) > [javac] private AbandonedObjectPool pool = null; > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The type AbandonedObjectPool is deprecated > [javac] ---------- > [javac] 8. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandonedObjectPool.java (at line 35) > [javac] private AbandonedConfig config = null; > [javac] ^^^^^^^^^^^^^^^ > [javac] The type AbandonedConfig is deprecated > [javac] ---------- > [javac] 9. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandonedObjectPool.java (at line 47) > [javac] config = new AbandonedConfig(); > [javac] ^^^^^^^^^^^^^^^^^^^^^ > [javac] The constructor AbandonedConfig() is deprecated > [javac] ---------- > [javac] 10. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandon > [javac] edObjectPool.java (at line 47) > [javac] config = new AbandonedConfig(); > [javac] ^^^^^^^^^^^^^^^ > [javac] The type AbandonedConfig is deprecated > [javac] ---------- > [javac] 11. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandon > [javac] edObjectPool.java (at line 52) > [javac] config.setRemoveAbandoned(true); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setRemoveAbandoned(boolean) from the type AbandonedConfig is deprecated > [javac] ---------- > [javac] 12. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandonedObjectPool.java (at line 53) > [javac] config.setRemoveAbandonedTimeout(1); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method setRemoveAbandonedTimeout(int) from the type AbandonedConfig is deprecated > [javac] ---------- > [javac] 13. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandon > [javac] edObjectPool.java (at line 54) > [javac] pool = new AbandonedObjectPool(new SimpleFactory(), config); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The constructor AbandonedObjectPool(PoolableObjectFactory, AbandonedConfig) is deprecated > [javac] ---------- > [javac] 14. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandonedObjectPool.java (at line 54) > [javac] pool = new AbandonedObjectPool(new SimpleFactory(), config); > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The type AbandonedObjectPool is deprecated > [javac] ---------- > [javac] 15. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandon > [javac] edObjectPool.java (at line 71) > [javac] pool.setWhenExhaustedAction(AbandonedObjectPool.WHEN_EXHAUSTED_FAIL); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The type AbandonedObjectPool is deprecated > [javac] ---------- > [javac] 16. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandonedObjectPool.java (at line 76) > [javac] vec.add(pool.borrowObject()); > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The method borrowObject() from the type AbandonedObjectPool is deprecated > [javac] ---------- > [javac] 17. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandon > [javac] edObjectPool.java (at line 101) > [javac] pool.returnObject(pto); > [javac] ^^^^^^^^^^^^^^^^^^^^^^ > [javac] The method returnObject(Object) from the type AbandonedObjectPool is deprecated > [javac] ---------- > [javac] 18. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandonedObjectPool.java (at line 118) > [javac] _borrowed.add(pool.borrowObject()); > [javac] ^^^^^^^^^^^^^^^^^^^ > [javac] The method borrowObject() from the type AbandonedObjectPool is deprecated > [javac] ---------- > [javac] 19. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandon > [javac] edObjectPool.java (at line 150) > [javac] class PooledTestObject extends AbandonedTrace { > [javac] ^^^^^^^^^^^^^^ > [javac] The type AbandonedTrace is deprecated > [javac] ---------- > [javac] 20. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandonedObjectPool.java (at line 157) > [javac] public PooledTestObject(AbandonedConfig config) { > [javac] ^^^^^^^^^^^^^^^ > [javac] The type AbandonedConfig is deprecated > [javac] ---------- > [javac] 21. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestAbandonedObjectPool.java (at line 158) > [javac] super(config); > [javac] ^^^^^^^^^^^^^ > [javac] The constructor AbandonedTrace(AbandonedConfig) is deprecated > [javac] ---------- > [javac] ---------- > [javac] 22. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/src/test/org/apache/commons/dbcp/TestOracleB > [javac] asicDataSource.java (at line 47) > [javac] private static String CATALOG = "test catalog"; > [javac] ^^^^^^^ > [javac] The field TestOracleBasicDataSource.CATALOG is never read locally > [javac] ---------- > [javac] 22 problems (22 warnings) > [copy] Copying 1 file to /builddir/build/BUILD/commons-dbcp-1.2.1/build/test-classes > >test: > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f7053b5) > [java] LogAbandoned: false > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 1 > [java] Caused by: java.lang.Exception: a > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:148) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.org.apache.commons.dbcp.SQLNestedException: A > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:148) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] Caused by: java.lang.Exception: a > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:148) > [java] ...14 more > [java] 2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] org.apache.commons.dbcp.SQLNestedException: A > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:148) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] org.apache.commons.dbcp.SQLNestedException: B > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:152) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] Caused by: java.lang.Exception: a > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:148) > [java] ...14 more > [java] org.apache.commons.dbcp.SQLNestedException: B > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:152) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] ....org.apache.commons.dbcp.SQLNestedException: A > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:148) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] Caused by: java.lang.Exception: a > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:148) > [java] ...14 more > [java] org.apache.commons.dbcp.SQLNestedException: B > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:152) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] Caused by: java.lang.Exception: c > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:156) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuiorg.apache.commons.dbcp.SQLNestedException > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:156) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] Caused by: java.lang.Exception: c > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:156) > [java] ...14 more > [java] te.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] org.apache.commons.dbcp.SQLNestedException > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:156) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRuorg.apache.commons.dbcp.SQLNestedException > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:160) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] nner.main(junit-3.8.2.jar.so) > [java] Caused by: java.lang.Exception: c > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:156) > [java] ...14 more > [java] org.apache.commons.dbcp.SQLNestedException > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:160) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] org.apache.commons.dbcp.SQLNestedException > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:156) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] Caused by: java.lang.Exception: c > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:156) > [java] ...14 more > [java] org.apache.commons.dbcp.SQLNestedException > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:160) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] org.apache.commons.dbcp.SQLNestedException: A > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:166) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] Caused by: java.lang.Exception: a > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:166) > [java] ...14 more > [java] org.apache.commons.dbcp.SQLNestedException: B > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:170) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] org.apache.commons.dbcp.SQLNestedException > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:174) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] Caused by: java.lang.Exception: c > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:174) > [java] ...14 more > [java] org.apache.commons.dbcp.SQLNestedException > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:178) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(jorg.apache.commons.dbcp.SQLNestedException: A > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:166) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] Caused by: java.lang.Exception: a > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:166) > [java] ...14 more > [java] unit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] org.apache.commons.dbcp.SQLNestedException: A > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:166) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.org.apache.commons.dbcp.SQLNestedException: B > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:170) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] Caused by: java.lang.Exception: a > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:166) > [java] ...14 more > [java] org.apache.commons.dbcp.SQLNestedException: B > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:170) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRuorg.apache.commons.dbcp.SQLNestedException > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:174) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] Caused by: java.lang.Exception: c > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:174) > [java] ...14 more > [java] n(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] org.apache.commons.dbcp.SQLNestedException > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:174) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.org.apache.commons.dbcp.SQLNestedException > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:178) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] Caused by: java.lang.Exception: c > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:174) > [java] ...14 more > [java] org.apache.commons.dbcp.SQLNestedException > [java] at org.apache.commons.dbcp.TestManual.testLogWriter(TestManual.java:178) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] .................................... > [java] at junit.textui.TestRunner.doRun(j---------------------------------------- > [java] BEGIN getConnection1() > [java] ...............................AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f7053b5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 0 > [java] conn: org.apache.commons.dbcp.PoolableConnection@30bee695 > [java] END getConnection1() > [java] BEGIN getConnection2() > [java] DBCP object created 2007-03-19 15:24:19 by the following code was never closed: > [java] java.lang.Exception > [java] at org.apache.commons.dbcp.AbandonedTrace.setStackTrace(AbandonedTrace.java:157) > [java] at org.apache.commons.dbcp.AbandonedObjectPool.borrowObject(AbandonedObjectPool.java:76) > [java] at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:95) > [java] at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:540) > [java] at org.apache.commons.dbcp.TestAbandonedBasicDataSource.getConnection1(TestAbandonedBasicDataSource.java:60) > [java] at org.apache.commons.dbcp.TestAbandonedBasicDataSource.testAbandoned(TestAbandonedBasicDataSource.java:85) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] DBCP object created 2007-03-19 15:24:19 by the following code was never closed: > [java] conn: org.apache.commons.dbcp.PoolableConnection@309f0915 > [java] END getConnection2() > [java] BEGIN getConnection3() > [java] java.lang.Exception > [java] at org.apache.commons.dbcp.AbandonedTrace.setStackTrace(AbandonedTrace.java:157) > [java] at org.apache.commons.dbcp.AbandonedObjectPool.borrowObject(AbandonedObjectPool.java:76) > [java] at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:95) > [java] at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:540) > [java] at org.apache.commons.dbcp.TestAbandonedBasicDataSource.getConnection2(TestAbandonedBasicDataSource.java:67) > [java] at org.apache.commons.dbcp.TestAbandonedBasicDataSource.testAbandoned(TestAbandonedBasicDataSource.java:86) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f705275) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 0 > [java] conn: org.apache.commons.dbcp.PoolableConnection@309f0785 > [java] END getConnection3() > [java] ---------------------------------------- > [java] DBCP object created 2007-03-19 15:24:19 by the following code was never closed: > [java] java.lang.Exception > [java] at org.apache.commons.dbcp.AbandonedTrace.setStackTrace(AbandonedTrace.java:157) > [java] at org.apache.commons.dbcp.AbandonedObjectPool.borrowObject(AbandonedObjectPool.java:76) > [java] at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:95) > [java] at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:540) > [java] at org.apache.commons.dbcp.TestBasicDataSource.getConnection(TestBasicDataSource.java:42) > [java] at org.apache.commons.dbcp.TestAbandonedBasicDataSource.testAbandonedClose(TestAbandonedBasicDataSource.java:96) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f7051d5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 0 > [java] DBCP object created 2007-03-19 15:24:19 by the following code was never closed: > [java] java.lang.Exception > [java] at org.apache.commons.dbcp.AbandonedTrace.setStackTrace(AbandonedTrace.java:157) > [java] at org.apache.commons.dbcp.AbandonedObjectPool.borrowObject(AbandonedObjectPool.java:76) > [java] at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:95) > [java] at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:540) > [java] at org.apache.commons.dbcp.TestBasicDataSource.getConnection(TestBasicDataSource.java:42) > [java] at org.apache.commons.dbcp.TestAbandonedBasicDataSource.testAbandonedCloseWithExceptions(TestAbandonedBasicDataSource.java:117) > [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) > [java] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) > [java] at junit.framework.TestResult.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestCase.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) > [java] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.doRun(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.start(junit-3.8.2.jar.so) > [java] at junit.textui.TestRunner.main(junit-3.8.2.jar.so) > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f705135) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f705095) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f704ff5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f704f55) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] ..AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f704eb5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .. > [java] AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f704e15) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f704d75) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f704cd5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f704c35) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f704b95) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f704af5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f704a55) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f7049b5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f704915) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f704875) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f7047d5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f704735) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f704695) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@314954bd) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@31495435) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@314953ad) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@31495325) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@3149529d) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@31495215) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f7045f5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@3149518d) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@31495105) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@3149507d) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] ................... > [java] org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool exhausted > [java] at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:103) > [java] at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:540) > [java] at org.apache.commons.dbcp.TestBasicDataSource.getConnection(TestBasicDataSource.java:42) > [java] at org.apache.commons.dbcp.TestConnectionPool.newConnection(TestConnectionPool.java:82) > [java] at org.apache.commons.dbcp.TestConnectionPool$TestThread.run(TestConnectionPool.java:448) > [java] at java.lang.Thread.run(libgcj.so.8rh) > [java] Caused by: java.util.NoSuchElementException: Could not create a validated object, cause: null > [java] at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(jakarta-commons-pool-1.3.jar.so) > [java] at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:95) > [java] ...5 more > [java] ............F..........................Multithread test time = 16 ms > [java] Multithread test time = 2003 ms > [java] ... > [java] .....................Multithread test time = 14 ms > [java] Multithread test time = 2004 ms > [java] .................. > [java] Time: 28.123 > [java] There was 1 failure: > [java] 1) testThreaded(org.apache.commons.dbcp.TestPStmtPoolingBasicDataSource)junit.framework.AssertionFailedError > [java] at org.apache.commons.dbcp.TestConnectionPool.testThreaded(TestConnectionPool.java:405) > > [java] FAILURES!!! > [java] Tests run: 203, Failures: 1, Errors: 0 > > >BUILD FAILED >/builddir/build/BUILD/commons-dbcp-1.2.1/build.xml:153: Java returned: 1 > >Total time: 1 minute 0 seconds >error: Bad exit status from /var/tmp/rpm-tmp.76032 (%build) > > >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.76032 (%build)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 225925
: 150420 |
150675