You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Avramenko Andrew <li...@mail.ru> on 2007/02/21 12:53:05 UTC

Tomcat 6.0.9 building failed

Hello!

I've RHELS 5 beta, JDK 1.6, ant-1.6.5-2jpp.2.1 (RH's RPM).
While I'm trying to build tomcat I've get an error:

========================================================
[root@localhost apache-tomcat-6.0.9-src]# ant
Buildfile: build.xml

build-prepare:
   [delete] Deleting directory /root/apache-tomcat-6.0.9-src/output/build/temp
    [mkdir] Created dir: /root/apache-tomcat-6.0.9-src/output/build/temp

compile:
    [javac] Compiling 1022 source files to /root/apache-tomcat-6.0.9-src/output/classes
    [javac] /root/apache-tomcat-6.0.9-src/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java:56: cannot find symbol
    [javac] symbol  : class MessageDispatch15Interceptor
    [javac] location: package org.apache.catalina.tribes.group.interceptors
    [javac] import org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor;
    [javac]                                                     ^
    [javac] /root/apache-tomcat-6.0.9-src/java/org/apache/catalina/tribes/group/GroupChannel.java:37: cannot find symbol
    [javac] symbol  : class MessageDispatchInterceptor
    [javac] location: package org.apache.catalina.tribes.group.interceptors
    [javac] import org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor;
    [javac]                                                     ^
    [javac] /root/apache-tomcat-6.0.9-src/java/org/apache/catalina/tribes/transport/bio/util/FastQueue.java:42: cannot find symbol
    [javac] symbol  : class SingleRemoveSynchronizedAddLock
    [javac] location: class org.apache.catalina.tribes.transport.bio.util.FastQueue
    [javac]     private SingleRemoveSynchronizedAddLock lock = null;
    [javac]             ^
    [javac] /root/apache-tomcat-6.0.9-src/java/org/apache/catalina/tribes/transport/bio/util/FastQueue.java:243: cannot find symbol
    [javac] symbol  : class SingleRemoveSynchronizedAddLock
    [javac] location: class org.apache.catalina.tribes.transport.bio.util.FastQueue
    [javac]     public SingleRemoveSynchronizedAddLock getLock() {
    [javac]            ^
    [javac] /root/apache-tomcat-6.0.9-src/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java:687: cannot find symbol
    [javac] symbol  : class MessageDispatch15Interceptor
    [javac] location: class org.apache.catalina.ha.tcp.SimpleTcpCluster
    [javac]             channel.addInterceptor(new MessageDispatch15Interceptor());
    [javac]                                        ^
    [javac] /root/apache-tomcat-6.0.9-src/java/org/apache/catalina/tribes/group/GroupChannel.java:346: cannot find symbol
    [javac] symbol  : class MessageDispatchInterceptor
    [javac] location: class org.apache.catalina.tribes.group.GroupChannel
    [javac]                 clazz = MessageDispatchInterceptor.class;
    [javac]                         ^
    [javac] /root/apache-tomcat-6.0.9-src/java/org/apache/catalina/tribes/transport/bio/util/FastQueue.java:111: cannot find symbol
    [javac] symbol  : class SingleRemoveSynchronizedAddLock
    [javac] location: class org.apache.catalina.tribes.transport.bio.util.FastQueue
    [javac]         lock = new SingleRemoveSynchronizedAddLock();
    [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] 7 errors

BUILD FAILED
/root/apache-tomcat-6.0.9-src/build.xml:94: Compile failed; see the compiler error output for details.

Total time: 10 seconds
========================================================


Thanks in advance.

---
WBR, Andrew


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


Re: Tomcat 6.0.9 building failed

Posted by Markus Schönhaber <ma...@schoenhaber.de>.
Avramenko Andrew wrote:

> I've RHELS 5 beta, JDK 1.6, ant-1.6.5-2jpp.2.1 (RH's RPM).
> While I'm trying to build tomcat I've get an error:

I haven't been able to build Tomcat 6 with JDK 1.6 either. Since building with 
JDK 1.5 works for me, I didn't try too hard to find out why it fails using 
1.6.

Regards
  mks

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