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?

The folks at Apache Lucene have reported data corruption and SIGSEGV bugs with Java 7u40.
https://twitter.com/wmacgyver/status/378871141722775552  
@wmacgyver "Do NOT upgrade to jdk7 update 40 yet. java 7u40 causes sigsegv and corrupt term vectors. - https://issues.apache.org/jira/browse/LUCENE-5212"

We have not yet tested Jetty sufficiently with Java 7u40 to know if something similar might happen to us.

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts


On Sun, Sep 15, 2013 at 5:40 PM, Greg Wilkins <gregw@xxxxxxxxxxx> wrote:



On 13 September 2013 19:13, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
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:


So I think we can take this as evidence of what I said in the "latest NPN and start.jar" thread that a better error message is needed if NPN fails for some reason.   A full version catalogue would be great, but failing that a catch with an explanation along the lines of:

 NPN failed with 'some exception'
 Please check you are running the correct NPN version for your JVM at http://somesite.com

cheers
 


 

_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev



Back to the top