You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Bill Barker <bi...@apache.org> on 2016/10/07 03:57:08 UTC

[GUMP@vmgump]: Project tomcat-tc7.0.x (in module tomcat-7.0.x) failed

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 general@gump.apache.org.

Project tomcat-tc7.0.x has an issue affecting its community integration.
This issue affects 4 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - tomcat-tc7.0.x :  Tomcat 7.x, a web server implementing Java Servlet 3.0,
    ...
    - tomcat-tc7.0.x-test-apr :  Tomcat 7.x, a web server implementing Java Servlet 3.0,
    ...
    - tomcat-tc7.0.x-test-bio :  Tomcat 7.x, a web server implementing Java Servlet 3.0,
    ...
    - tomcat-tc7.0.x-test-nio :  Tomcat 7.x, a web server implementing Java Servlet 3.0,
    ...


Full details are available at:
    http://vmgump.apache.org/gump/public/tomcat-7.0.x/tomcat-tc7.0.x/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Dependency on tomcat-tc7.0.x-dbcp exists, no need to add for property tomcat-dbcp-src.jar.
 -DEBUG- Dependency on commons-daemon exists, no need to add for property commons-daemon.native.src.tgz.
 -DEBUG- Dependency on commons-daemon exists, no need to add for property tomcat-native.tar.gz.
 -DEBUG- Dependency on junit exists, no need to add for property junit.jar.
 -DEBUG- Dependency on tomcat-tc7.0.x-dbcp exists, no need to add for property tomcat-dbcp.home.
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/tomcat-7.0.x/tomcat-tc7.0.x/gump_work/build_tomcat-7.0.x_tomcat-tc7.0.x.html
Work Name: build_tomcat-7.0.x_tomcat-tc7.0.x (Type: Build)
Work ended in a state of : Failed
Elapsed: 33 secs
Command Line: /usr/lib/jvm/java-8-oracle/bin/java -Djava.awt.headless=true -Dbuild.sysclasspath=only org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Djunit.jar=/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar -Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20161007-native-src.tar.gz -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20161007-native-src.tar.gz -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dbase.path=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-build-libs -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20161007.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dcommons-pool.home=/srv/gump/public/workspace/commons-pool-1.x -Dcommons-db
 cp.home=/srv/gump/public/workspace/commons-dbcp-1.x -Dtomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-20161007.jar 
[Working Directory: /srv/gump/public/workspace/tomcat-7.0.x]
CLASSPATH: /usr/lib/jvm/java-8-oracle/lib/tools.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/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-junit4.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/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar:/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar:/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-20161007.jar:/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20161007.jar
---------------------------------------------

build-prepare:
   [delete] Deleting directory /srv/gump/public/workspace/tomcat-7.0.x/output/build/temp
    [mkdir] Created dir: /srv/gump/public/workspace/tomcat-7.0.x/output/build/temp

build-manifests:

build-tomcat-dbcp:

testexist:
     [echo] Testing  for /srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar

downloadfile-2:

compile-prepare:

download-validate:

validate:

compile-java6:
    [javac] Compiling 1303 source files to /srv/gump/public/workspace/tomcat-7.0.x/output/classes
    [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/javax/el/ResourceBundleELResolver.java:109: warning: [unchecked] getFeatureDescriptors(ELContext,Object) in ResourceBundleELResolver overrides getFeatureDescriptors(ELContext,Object) in ELResolver
    [javac]     public Iterator getFeatureDescriptors(
    [javac]                     ^
    [javac]   return type requires unchecked conversion from Iterator to Iterator<FeatureDescriptor>
    [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/catalina/session/StandardSession.java:1613: error: cannot find symbol
    [javac]                     if (manager.getContext().getLogger().isDebugEnabled()) {
    [javac]                                ^
    [javac]   symbol:   method getContext()
    [javac]   location: variable manager of type Manager
    [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/catalina/session/StandardSession.java:1614: error: cannot find symbol
    [javac]                         manager.getContext().getLogger().debug(msg, wae);
    [javac]                                ^
    [javac]   symbol:   method getContext()
    [javac]   location: variable manager of type Manager
    [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/catalina/session/StandardSession.java:1616: error: cannot find symbol
    [javac]                         manager.getContext().getLogger().warn(msg);
    [javac]                                ^
    [javac]   symbol:   method getContext()
    [javac]   location: variable manager of type Manager
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 3 errors
    [javac] 1 warning

BUILD FAILED
/srv/gump/public/workspace/tomcat-7.0.x/build.xml:647: Compile failed; see the compiler error output for details.

Total time: 32 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/tomcat-7.0.x/tomcat-tc7.0.x/rss.xml
- Atom: http://vmgump.apache.org/gump/public/tomcat-7.0.x/tomcat-tc7.0.x/atom.xml

============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 20161007000046, vmgump.apache.org:vmgump:20161007000046
Gump E-mail Identifier (unique within run) #5.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org