Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Java 7u40 breaks Jetty?

Hi,

On Fri, Sep 13, 2013 at 10:50 AM, Michele Rossi <michele.rossi@xxxxxxxxx> wrote:
> hi,
> I have just tried out the latest jetty build (9.0.5.v20130815) with Java
> 7u40 on Linux and I am getting this:
>
>
> 2013-09-13 09:48:20.659:WARN:oejuc.AbstractLifeCycle:main: FAILED
> org.eclipse.jetty.server.Server@246fd685:
> MultiException[java.lang.NoSuchMethodError:
> sun.security.ssl.SSLContextImpl.getSuportedCipherSuiteList()Lsun/security/ssl/CipherSuiteList;,
> java.lang.NoSuchMethodError:
> sun.security.ssl.SSLContextImpl.getSuportedCipherSuiteList()Lsun/security/ssl/CipherSuiteList;]
> MultiException[java.lang.NoSuchMethodError:
> sun.security.ssl.SSLContextImpl.getSuportedCipherSuiteList()Lsun/security/ssl/CipherSuiteList;,
> java.lang.NoSuchMethodError:
> sun.security.ssl.SSLContextImpl.getSuportedCipherSuiteList()Lsun/security/ssl/CipherSuiteList;]
>         at org.eclipse.jetty.server.Server.doStart(Server.java:286)

You are using the wrong NPN boot jar: see
http://www.eclipse.org/jetty/documentation/current/npn-chapter.html#npn-versions

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top