You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chuck Carson <Ch...@syrrx.com> on 2002/09/14 02:30:05 UTC

ARG! Build almost complete, one odd error

 
I have build the same tomcat server with exactly the same packages and
build.properties file on three different Solaris 8 servers, now I am
getting this problem:
 
 Class javax.net.ssl.HandshakeCompletedEvent not found in import.
    [javac] import javax.net.ssl.HandshakeCompletedEvent;
    [javac]        ^
    [javac]
/root/tarballs/jakarta-tomcat-4.0.4-src/catalina/src/share/org/apache/ca
talina/net/SSLServerSocketFactory.java:77: Class
com.sun.net.ssl.KeyManagerFactory not found in import.
    [javac] import com.sun.net.ssl.KeyManagerFactory;
    [javac]        ^
    [javac]
/root/tarballs/jakarta-tomcat-4.0.4-src/catalina/src/share/org/apache/ca
talina/net/SSLServerSocketFactory.java:78: Class
com.sun.net.ssl.SSLContext not found in import.
    [javac] import com.sun.net.ssl.SSLContext;
    [javac]        ^
    [javac]
/root/tarballs/jakarta-tomcat-4.0.4-src/catalina/src/share/org/apache/ca
talina/net/SSLServerSocketFactory.java:79: Class
com.sun.net.ssl.TrustManagerFactory not found in import.
    [javac] import com.sun.net.ssl.TrustManagerFactory;
    [javac]        ^
    [javac] 12 errors
 
BUILD FAILED
file:/root/tarballs/jakarta-tomcat-4.0.4-src/catalina/build.xml:526:
Compile failed; see the compiler error output for details.

 
Any ideas?
 
Thanks,
Chuck
 
Chuck Carson     
Sr. Systems Administrator
Syrrx, Inc.
10410 Science Center Drive
San Diego, CA 92121
E: ccarson@syrrx.com <ma...@syrrx.com> 
W: 858.731.3540
M: 858.442.0827


----------
This message contains confidential information and is intended only for
the individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. E-mail transmission cannot be
guaranteed to be secure or error-free as information could be
intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any
errors or omissions in the contents of this message, which arise as a
result of e-mail transmission. If verification is required please
request a hard-copy version. 

Re: ARG! Build almost complete, one odd error

Posted by Ben Walding <be...@walding.com>.
Just a stab in the dark...

JDK1.4 has JSSE (secure socket extensions - or something like that) 
built in.

If you're using an earlier compiler you'll need to get the JSSE jar file 
and put it in the jre/lib/ext directory

Or it might be a completely different problem!

Chuck Carson wrote:

> 
>I have build the same tomcat server with exactly the same packages and
>build.properties file on three different Solaris 8 servers, now I am
>getting this problem:
> 
> Class javax.net.ssl.HandshakeCompletedEvent not found in import.
>    [javac] import javax.net.ssl.HandshakeCompletedEvent;
>    [javac]        ^
>    [javac]
>/root/tarballs/jakarta-tomcat-4.0.4-src/catalina/src/share/org/apache/ca
>talina/net/SSLServerSocketFactory.java:77: Class
>com.sun.net.ssl.KeyManagerFactory not found in import.
>    [javac] import com.sun.net.ssl.KeyManagerFactory;
>    [javac]        ^
>    [javac]
>/root/tarballs/jakarta-tomcat-4.0.4-src/catalina/src/share/org/apache/ca
>talina/net/SSLServerSocketFactory.java:78: Class
>com.sun.net.ssl.SSLContext not found in import.
>    [javac] import com.sun.net.ssl.SSLContext;
>    [javac]        ^
>    [javac]
>/root/tarballs/jakarta-tomcat-4.0.4-src/catalina/src/share/org/apache/ca
>talina/net/SSLServerSocketFactory.java:79: Class
>com.sun.net.ssl.TrustManagerFactory not found in import.
>    [javac] import com.sun.net.ssl.TrustManagerFactory;
>    [javac]        ^
>    [javac] 12 errors
> 
>BUILD FAILED
>file:/root/tarballs/jakarta-tomcat-4.0.4-src/catalina/build.xml:526:
>Compile failed; see the compiler error output for details.
>
> 
>Any ideas?
> 
>Thanks,
>Chuck
> 
>Chuck Carson     
>Sr. Systems Administrator
>Syrrx, Inc.
>10410 Science Center Drive
>San Diego, CA 92121
>E: ccarson@syrrx.com <ma...@syrrx.com> 
>W: 858.731.3540
>M: 858.442.0827
>
>
>----------
>This message contains confidential information and is intended only for
>the individual named. If you are not the named addressee you should not
>disseminate, distribute or copy this e-mail. Please notify the sender
>immediately by e-mail if you have received this e-mail by mistake and
>delete this e-mail from your system. E-mail transmission cannot be
>guaranteed to be secure or error-free as information could be
>intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>contain viruses. The sender therefore does not accept liability for any
>errors or omissions in the contents of this message, which arise as a
>result of e-mail transmission. If verification is required please
>request a hard-copy version. 
>
>  
>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>