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 150675 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 with failed unit tests
build.log (text/plain), 103.58 KB, created by
Jochen Schmitt
on 2007-03-22 17:25:55 UTC
(
hide
)
Description:
build log with failed unit tests
Filename:
MIME Type:
Creator:
Jochen Schmitt
Created:
2007-03-22 17:25:55 UTC
Size:
103.58 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.25943 >+ 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.25943 >+ 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] IGNORING OPTION: [-link, http://java.sun.com/j2se/1.4.2/docs/api] > [javadoc] IGNORING OPTION: [-link, http://jakarta.apache.org/commons/pool/apidocs] > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingCallableStatement.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/PoolingConnection.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/BasicDataSourceFactory.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/PoolableConnectionFactory.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/BasicDataSource.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/PoolingDriver.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/AbandonedObjectPool.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DbcpException.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/SQLNestedException.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/ConnectionFactory.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/AbandonedConfig.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/AbandonedTrace.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DataSourceConnectionFactory.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DriverManagerConnectionFactory.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DriverConnectionFactory.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingPreparedStatement.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingResultSet.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/PoolingDataSource.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/PoolablePreparedStatement.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/PoolableConnection.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingConnection.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingStatement.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/cpdsadapter/ConnectionImpl.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/cpdsadapter/PooledConnectionImpl.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/cpdsadapter/PoolablePreparedStatementStub.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/cpdsadapter/DriverAdapterCPDS.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/PerUserPoolDataSourceFactory.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/InstanceKeyDataSource.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/KeyedCPDSConnectionFactory.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/PerUserPoolDataSource.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSourceFactory.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/UserPassKey.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/PoolKey.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/InstanceKeyObjectFactory.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/CPDSConnectionFactory.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/datasources/PooledConnectionAndInfo.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/jocl/JOCLContentHandler.java > [javadoc] Parsing /builddir/build/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/jocl/ConstructorUtil.java > [javadoc] Generating /builddir/build/BUILD/commons-dbcp-1.2.1/dist/docs/api/package-list... > [javadoc] 2 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@2f70d3b5) > [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] 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] ....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.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.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.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] 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: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] 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] 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] .................................... > [java] at junit.textui.TestRunner.doRun(j---------------------------------------- > [java] BEGIN getConnection1() > [java] ............................AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70d275) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 0 > [java] conn: org.apache.commons.dbcp.PoolableConnection@310b8315 > [java] END getConnection1() > [java] BEGIN getConnection2() > [java] DBCP object created 2007-03-21 16:10:12 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-21 16:10:12 by the following code was never closed: > [java] conn: org.apache.commons.dbcp.PoolableConnection@310b80e5 > [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@2f70d1d5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 0 > [java] conn: org.apache.commons.dbcp.PoolableConnection@310b7f55 > [java] END getConnection3() > [java] ---------------------------------------- > [java] DBCP object created 2007-03-21 16:10:12 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@2f70d135) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 0 > [java] DBCP object created 2007-03-21 16:10:12 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@2f70d095) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70cff5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70d3b5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70d275) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] ..AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70d1d5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] ..AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70d135) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70ceb5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70ce15) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] . > [java] AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70cd75) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70ccd5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70cc35) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70cb95) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70caf5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70ca55) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70c9b5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70c915) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70c875) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@2f70c7d5) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@30e544bd) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@30e54435) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@30e543ad) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@30e54325) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@30e5429d) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@30e54215) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@30e5418d) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@30e54105) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] .AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@30e5407d) > [java] LogAbandoned: true > [java] RemoveAbandoned: true > [java] RemoveAbandonedTimeout: 10000 > [java] ....................... > [java] .................................Multithread test time = 16 ms > [java] Multithread test time = 2004 ms > [java] ........ > [java] ...............Multithread test time = 16 ms > [java] Multithread test time = 2003 ms > [java] ................. > [java] Time: 8.148 > > [java] OK (196 tests) > > >BUILD SUCCESSFUL >Total time: 19 seconds >++ build-classpath jdbc-stdext xerces-j2 commons-collections-tomcat5 commons-pool-tomcat5 >+ export CLASSPATH=/usr/lib/jvm-exports/java/jdbc-stdext.jar:/usr/share/java/xerces-j2.jar:/usr/share/java/commons-collections-tomcat5.jar:/usr/share/java/commons-pool-tomcat5.jar >+ CLASSPATH=/usr/lib/jvm-exports/java/jdbc-stdext.jar:/usr/share/java/xerces-j2.jar:/usr/share/java/commons-collections-tomcat5.jar:/usr/share/java/commons-pool-tomcat5.jar >+ ant -f dbcp-tomcat5-build.xml >Buildfile: dbcp-tomcat5-build.xml > >build: > [copy] Copying 39 files to /builddir/build/BUILD/commons-dbcp-1.2.1/dbcp-tomcat5 > [mkdir] Created dir: /builddir/build/BUILD/commons-dbcp-1.2.1/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [move] Moving 39 files to /builddir/build/BUILD/commons-dbcp-1.2.1/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [mkdir] Created dir: /builddir/build/BUILD/commons-dbcp-1.2.1/dbcp-tomcat5/classes > [javac] Compiling 39 source files to /builddir/build/BUILD/commons-dbcp-1.2.1/dbcp-tomcat5/classes > [javac] ---------- > [javac] 1. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/ > [javac] dbcp/BasicDataSource.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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/dbcp/BasicDataSource.java (at line 791) > [javac] if ((abandonedConfig != null) && (abandonedConfig.getRemove > [javac] Abandoned() == 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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/dbcp/BasicDataSource.java (at line 792) > [javac] connectionPool = new AbandonedObjectPool(null,abandonedConf > [javac] ig); > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The constructor AbandonedObjectPool(PoolableObjectFactory, AbandonedConfig) is deprecated > [javac] ---------- > [javac] 5. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/ > [javac] dbcp/BasicDataSourceFactory.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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/ > [javac] dbcp/BasicDataSourceFactory.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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/ > [javac] dbcp/BasicDataSourceFactory.java (at line 298) > [javac] dataSource.setLogAbandoned(Boolean.valueOf(value).booleanValue()); > [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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/dbcp/DelegatingConnection.java (at line 50) > [javac] public class DelegatingConnection extends AbandonedTra > [javac] ce > [javac] ^^^^^^^^^^^^^^ > [javac] The type AbandonedTrace is deprecated > [javac] ---------- > [javac] 12. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /dbcp/DelegatingResultSet.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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/dbcp/DelegatingResultSet.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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/dbcp/DelegatingStatement.java (at line 45) > [javac] public class DelegatingStatement extends AbandonedTrace > [javac] implements Statement { > [javac] ^^^^^^^^^^^^^^ > [javac] The type AbandonedTrace is deprecated > [javac] ---------- > [javac] 23. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /dbcp/DelegatingStatement.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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /dbcp/DelegatingStatement.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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /dbcp/PoolableConnectionFactory.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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /dbcp/PoolableConnectionFactory.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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /dbcp/PoolablePreparedStatement.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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /dbcp/PoolablePreparedStatement.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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/dbcp/SQLNestedException.java (at line 31) > [javac] public class SQLNestedException extends SQLException { > [javac] > [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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/dbcp/cpdsadapter/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/dbcp/datasources/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/dbcp/datasources/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/dbcp/datasources/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /dbcp/datasources/SharedPoolDataSource.java (at line 28) > [javac] import org.apache.tomcat.dbcp.collections.LRUMap; > [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [javac] The type LRUMap is deprecated > [javac] ---------- > [javac] 43. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/dbcp/datasources/SharedPoolDataSource.java (at line 43) > [javac] public class SharedPoolDataSource > [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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /dbcp/datasources/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/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp/dbcp/datasources/SharedPoolDataSource.java (at line 46) > [javac] private static final Map userKeys = new LR > [javac] UMap(10); > [javac] ^^^^^^ > [javac] The type LRUMap is deprecated > [javac] ---------- > [javac] ---------- > [javac] 46. WARNING in /builddir/build/BUILD/commons-dbcp-1.2.1/dbcp-tomcat5/src/java/org/apache/tomcat/dbcp > [javac] /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) > [jar] Building jar: /builddir/build/BUILD/commons-dbcp-1.2.1/dbcp-tomcat5/commons-dbcp-tomcat5.jar > >BUILD SUCCESSFUL >Total time: 1 second >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.77044 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd commons-dbcp-1.2.1 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ rm -rf /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot >+ install -d -m 755 /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/java >+ install -m 644 dist/commons-dbcp.jar /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/java/jakarta-commons-dbcp-1.2.1.jar >+ install -m 644 dbcp-tomcat5/commons-dbcp-tomcat5.jar /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/java/jakarta-commons-dbcp-tomcat5-1.2.1.jar >+ cd /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/java >+ for jar in '*-1.2.1*' >++ echo jakarta-commons-dbcp-1.2.1.jar >++ sed 's|jakarta-||g' >+ ln -sf jakarta-commons-dbcp-1.2.1.jar commons-dbcp-1.2.1.jar >+ for jar in '*-1.2.1*' >++ echo jakarta-commons-dbcp-tomcat5-1.2.1.jar >++ sed 's|jakarta-||g' >+ ln -sf jakarta-commons-dbcp-tomcat5-1.2.1.jar commons-dbcp-tomcat5-1.2.1.jar >+ cd /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/java >+ for jar in '*-1.2.1*' >++ echo commons-dbcp-1.2.1.jar >++ sed 's|-1.2.1||g' >+ ln -sf commons-dbcp-1.2.1.jar commons-dbcp.jar >+ for jar in '*-1.2.1*' >++ echo commons-dbcp-tomcat5-1.2.1.jar >++ sed 's|-1.2.1||g' >+ ln -sf commons-dbcp-tomcat5-1.2.1.jar commons-dbcp-tomcat5.jar >+ for jar in '*-1.2.1*' >++ echo jakarta-commons-dbcp-1.2.1.jar >++ sed 's|-1.2.1||g' >+ ln -sf jakarta-commons-dbcp-1.2.1.jar jakarta-commons-dbcp.jar >+ for jar in '*-1.2.1*' >++ echo jakarta-commons-dbcp-tomcat5-1.2.1.jar >++ sed 's|-1.2.1||g' >+ ln -sf jakarta-commons-dbcp-tomcat5-1.2.1.jar jakarta-commons-dbcp-tomcat5.jar >+ install -d -m 755 /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/javadoc/jakarta-commons-dbcp-1.2.1 >+ cp -pr dist/docs/api /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/javadoc/jakarta-commons-dbcp-1.2.1 >+ ln -s jakarta-commons-dbcp-1.2.1 /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/javadoc/jakarta-commons-dbcp >+ rm ../LICENSE >+ ln -s /etc/alternatives/hibernate_jdbc_cache /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/java/hibernate_jdbc_cache.jar >+ /usr/bin/aot-compile-rpm >/usr/bin/gcj -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -findirect-dispatch -fjni jakarta-commons-dbcp-1.2.1.jar.1.jar -o jakarta-commons-dbcp-1.2.1.jar.1.o >/usr/bin/gcj -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -findirect-dispatch -fjni -Wl,-Bsymbolic jakarta-commons-dbcp-1.2.1.jar.1.o -o jakarta-commons-dbcp-1.2.1.jar.so >/usr/bin/gcj-dbtool -n jakarta-commons-dbcp-1.2.1.jar.db 64 >for jar in jakarta-commons-dbcp-1.2.1.jar.1.jar; do \ > /usr/bin/gcj-dbtool -f jakarta-commons-dbcp-1.2.1.jar.db $jar \ > /usr/lib64/gcj/jakarta-commons-dbcp/jakarta-commons-dbcp-1.2.1.jar.so; \ > done >/usr/bin/gcj -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -findirect-dispatch -fjni jakarta-commons-dbcp-tomcat5-1.2.1.jar.1.jar -o jakarta-commons-dbcp-tomcat5-1.2.1.jar.1.o >/usr/bin/gcj -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -findirect-dispatch -fjni -Wl,-Bsymbolic jakarta-commons-dbcp-tomcat5-1.2.1.jar.1.o -o jakarta-commons-dbcp-tomcat5-1.2.1.jar.so >/usr/bin/gcj-dbtool -n jakarta-commons-dbcp-tomcat5-1.2.1.jar.db 64 >for jar in jakarta-commons-dbcp-tomcat5-1.2.1.jar.1.jar; do \ > /usr/bin/gcj-dbtool -f jakarta-commons-dbcp-tomcat5-1.2.1.jar.db $jar \ > /usr/lib64/gcj/jakarta-commons-dbcp/jakarta-commons-dbcp-tomcat5-1.2.1.jar.so; \ > done >+ /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/commons-dbcp-1.2.1 >extracting debug info from /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/lib64/gcj/jakarta-commons-dbcp/jakarta-commons-dbcp-1.2.1.jar.so >extracting debug info from /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/lib64/gcj/jakarta-commons-dbcp/jakarta-commons-dbcp-tomcat5-1.2.1.jar.so >0 blocks >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-compress >+ /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump >+ /usr/lib/rpm/brp-python-bytecompile >+ /usr/lib/rpm/redhat/brp-java-repack-jars >Processing files: jakarta-commons-dbcp-1.2.1-10jpp.1.fc7 >Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.45860 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd commons-dbcp-1.2.1 >+ DOCDIR=/var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/doc/jakarta-commons-dbcp-1.2.1 >+ export DOCDIR >+ rm -rf /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/doc/jakarta-commons-dbcp-1.2.1 >+ /bin/mkdir -p /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/doc/jakarta-commons-dbcp-1.2.1 >+ cp -pr LICENSE.txt NOTICE.txt README.txt /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/doc/jakarta-commons-dbcp-1.2.1 >+ exit 0 >Provides: commons-dbcp = 0:1.2.1-10jpp.1.fc7 hibernate_jdbc_cache = 0:1.2.1-10jpp.1.fc7 jakarta-commons-dbcp-1.2.1.jar.so()(64bit) >Requires(interp): /bin/sh /bin/sh /bin/sh >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 >Requires(post): /bin/sh /usr/sbin/update-alternatives java-gcj-compat >Requires(preun): /bin/sh /usr/sbin/update-alternatives >Requires(postun): /bin/sh java-gcj-compat >Requires: jakarta-commons-collections >= 2.0 jakarta-commons-pool >= 1.1 libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcj_bc.so.1()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) librt.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) >Obsoletes: commons-dbcp < 0:1.2.1-10jpp.1.fc7 >Processing files: jakarta-commons-dbcp-javadoc-1.2.1-10jpp.1.fc7 >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires(post): /bin/ln /bin/rm >Requires(postun): /bin/rm >Processing files: jakarta-commons-dbcp-tomcat5-1.2.1-10jpp.1.fc7 >Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.45860 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd commons-dbcp-1.2.1 >+ DOCDIR=/var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/doc/jakarta-commons-dbcp-tomcat5-1.2.1 >+ export DOCDIR >+ rm -rf /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/doc/jakarta-commons-dbcp-tomcat5-1.2.1 >+ /bin/mkdir -p /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/doc/jakarta-commons-dbcp-tomcat5-1.2.1 >+ cp -pr LICENSE.txt NOTICE.txt /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot/usr/share/doc/jakarta-commons-dbcp-tomcat5-1.2.1 >+ exit 0 >Provides: jakarta-commons-dbcp-tomcat5-1.2.1.jar.so()(64bit) >Requires(interp): /bin/sh /bin/sh >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires(post): /bin/sh java-gcj-compat >Requires(postun): /bin/sh java-gcj-compat >Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcj_bc.so.1()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) librt.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) >Processing files: jakarta-commons-dbcp-debuginfo-1.2.1-10jpp.1.fc7 >Provides: jakarta-commons-dbcp-1.2.1.jar.so.debug()(64bit) jakarta-commons-dbcp-tomcat5-1.2.1.jar.so.debug()(64bit) >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot >warning: Could not canonicalize hostname: zeus.herr-schmitt.de >Wrote: /builddir/build/RPMS/jakarta-commons-dbcp-1.2.1-10jpp.1.fc7.x86_64.rpm >Wrote: /builddir/build/RPMS/jakarta-commons-dbcp-javadoc-1.2.1-10jpp.1.fc7.x86_64.rpm >Wrote: /builddir/build/RPMS/jakarta-commons-dbcp-tomcat5-1.2.1-10jpp.1.fc7.x86_64.rpm >Wrote: /builddir/build/RPMS/jakarta-commons-dbcp-debuginfo-1.2.1-10jpp.1.fc7.x86_64.rpm >Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.84891 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd commons-dbcp-1.2.1 >+ rm -rf /var/tmp/jakarta-commons-dbcp-1.2.1-buildroot >+ exit 0 >Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.84891 >+ umask 022 >+ cd /builddir/build/BUILD >+ rm -rf commons-dbcp-1.2.1 >+ exit 0
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