To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org.
Project commons-dbcp has an issue affecting its community integration. This issue affects 14 projects, and has been outstanding for 4 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - commons-dbcp : Database Connection Pool - db-ddlutils : Easy-to-use component for working with Database Definition (... - fulcrum-cache : Services Framework - fulcrum-cache-test : Services Framework - jakarta-tomcat-4.0 : Servlet 2.3 and JSP 1.2 Reference Implementation - jakarta-tomcat-catalina : Servlet 2.4 Reference Implementation - jakarta-tomcat-dbcp : Servlet 2.4 and JSP 2.0 Reference Implementation - jakarta-tomcat-jk : Connectors to various web servers - jakarta-turbine-jcs : Cache - javax.el : Java Servlet 2.5 & Server Pages JSP 2.1 implementation (for ... - javax.servlet : Java Servlet 2.5 & Server Pages JSP 2.1 implementation (for ... - javax.servlet.jsp : Java Servlet 2.5 & Server Pages JSP 2.1 implementation (for ... - jcs : Cache - tomcat-tc6 : Java Servlet 2.5 & Server Pages JSP 2.1 implementation (for ... Full details are available at: http://vmgump.apache.org/gump/public/apache-commons/commons-dbcp/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Sole jar output [commons-dbcp.jar] identifier set to project name -INFO- Failed with reason build failed -DEBUG- Extracted fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/apache-commons/commons-dbcp/gump_work/build_apache-commons_commons-dbcp.html Work Name: build_apache-commons_commons-dbcp (Type: Build) Work ended in a state of : Failed Elapsed: 20 secs Command Line: /usr/lib/jvm/java-6-openjdk/bin/java -Djava.awt.headless=true -Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only dist [Working Directory: /srv/gump/public/workspace/apache-commons/dbcp] CLASSPATH: /usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/workspace/apache-commons/dbcp/dist/classes:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/packages/jta-spec1_0_1/jta-spec1_0_1.jar:/srv/gump/packages/jdbc2_0/jdbc2_0-stdext.jar:/srv/gump/public/workspace/junit/dist/junit-16102010.jar:/srv/gump/public/workspace/junit/dist/junit-dep-16102010.jar:/srv/gump/public/workspace/apache-commons/pool/dist/commons-pool.jar:/srv/gump/public/worksp ace/commons-lang-2.x/target/commons-lang-2.6-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar --------------------------------------------- [javac] symbol : variable WHEN_EXHAUSTED_GROW [javac] location: class org.apache.commons.pool.impl.GenericKeyedObjectPool [javac] getMaxActive(), GenericKeyedObjectPool.WHEN_EXHAUSTED_GROW, 0, [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/CPDSConnectionFactory.java:112: cannot find symbol [javac] symbol : method setFactory(org.apache.commons.dbcp.datasources.CPDSConnectionFactory) [javac] location: interface org.apache.commons.pool.ObjectPool [javac] pool.setFactory(this); [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/InstanceKeyDataSource.java:857: cannot find symbol [javac] symbol : variable WHEN_EXHAUSTED_BLOCK [javac] location: class org.apache.commons.pool.impl.GenericObjectPool [javac] byte whenExhausted = GenericObjectPool.WHEN_EXHAUSTED_BLOCK; [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/InstanceKeyDataSource.java:859: cannot find symbol [javac] symbol : variable WHEN_EXHAUSTED_GROW [javac] location: class org.apache.commons.pool.impl.GenericObjectPool [javac] whenExhausted = GenericObjectPool.WHEN_EXHAUSTED_GROW; [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/InstanceKeyDataSource.java:861: cannot find symbol [javac] symbol : variable WHEN_EXHAUSTED_FAIL [javac] location: class org.apache.commons.pool.impl.GenericObjectPool [javac] whenExhausted = GenericObjectPool.WHEN_EXHAUSTED_FAIL; [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/KeyedCPDSConnectionFactory.java:96: cannot find symbol [javac] symbol : method setFactory(org.apache.commons.dbcp.datasources.KeyedCPDSConnectionFactory) [javac] location: interface org.apache.commons.pool.KeyedObjectPool [javac] pool.setFactory(this); [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/PerUserPoolDataSource.java:509: setWhenExhaustedAction(org.apache.commons.pool.impl.WhenExhaustedAction) in org.apache.commons.pool.impl.GenericObjectPool cannot be applied to (byte) [javac] pool.setWhenExhaustedAction(whenExhaustedAction(maxActive, maxWait)); [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java:217: setWhenExhaustedAction(org.apache.commons.pool.impl.WhenExhaustedAction) in org.apache.commons.pool.impl.GenericKeyedObjectPool cannot be applied to (byte) [javac] tmpPool.setWhenExhaustedAction(whenExhaustedAction(maxActive, maxWait)); [javac] ^ [javac] /srv/gump/public/workspace/apache-commons/dbcp/src/java/org/apache/commons/dbcp/managed/PoolableManagedConnectionFactory.java:111: cannot find symbol [javac] symbol : method setFactory(org.apache.commons.dbcp.PoolingConnection) [javac] location: interface org.apache.commons.pool.KeyedObjectPool [javac] stmtpool.setFactory((PoolingConnection)conn); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 29 errors BUILD FAILED /srv/gump/public/workspace/apache-commons/dbcp/build.xml:197: Compile failed; see the compiler error output for details. Total time: 19 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/apache-commons/commons-dbcp/rss.xml - Atom: http://vmgump.apache.org/gump/public/apache-commons/commons-dbcp/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 08000016102010, vmgump.apache.org:vmgump:08000016102010 Gump E-mail Identifier (unique within run) #4. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org