Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] JDK minor version upgrade from 8u241 to 8u261
  • From: S Abirami <s.abirami@xxxxxxxxxxxx>
  • Date: Mon, 14 Sep 2020 09:24:30 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=jg51UNVekF7ivuEjGIwnypjaMbCFfuyu04MjClHDKGw=; b=WxBClDtr02tcXJE1ZAzHzzPrWm02cVmy6ucmsPksVQnt+5rVtiSZBFoxvChCwfvaUBaBurnbguUZEbOTJmduii5AbY3AvvIXEOTdQ2gNEzdTH/Cd8CngbYLAQP6XvgO6A/DBbnb65qHclfc3bgOqYw8mEdl2Nz5Kk1IZM/ZVwL4MJArRtXstP2ZlXDEEGy/5guZNSVuemKDzIrwZj4FCOFUnXK0mVI6zonP/0Kmt973ZxK7LgoSQG+/Y01oru3FprAtEavBUJZYpGCqzkv0CCrN4fs+a26LtJGaNSPnQejLyybxkZ1DK68Td3JzIjieHiIYmfyiOAdzjKuq0GcEymQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=J3oq8nCa2y/8eLv8FCrwFJAOKnew0/tb1mIFV9Tv8MP8CyjHDe5wh/myRonYRILAhP7r0PDgyUiJ5A2ASu9QWI40Oe8goUaXRITIqNpiyXCoDObbt1Ovb30dAa7ppK9nMJIgFJFn+kt4C47deF0cARYrnTgBUqYWCZ/iSHL0f1BT7JgX7gHinyMevW8/ZQBlGh3PIFwj0B0HJF68Gn68/sdEs0klVOk2d8ylSZMOWuHWANqU+fFaVqtx6Z/+JmzmnRyCiLdee6DKOJxCUvUYoa8hYmfqBAbqX/nST4ZfHiRJT9fp+8ea6VJJBcuD1WZ+Xyz6sYBDLStg51eS/RtRjA==
  • Delivered-to: jetty-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-dev>
  • List-help: <mailto:jetty-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-dev>, <mailto:jetty-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-dev>, <mailto:jetty-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdaKeGvV9eh+lU8iQ0K6Mbj4Bl4Rag==
  • Thread-topic: JDK minor version upgrade from 8u241 to 8u261

Hi All,

 

In our product, we use Jetty 9.4.19 version and upgraded JDK from 8u241 to 8u261.

As part of this upgrade, we removed the alpn-boot jar from the boot-classpath.

We need a input whether for this Java upgrade, Jetty package version upgrade is mandatory?

If yes, please let us know which version of  jetty package needs to be upgraded for jdk 8u261.

 

 

The above query raised because the JMeter automation testcase  that we are using for is failing for us once upgraded JDK from 8u241 to 8u261 whereas the Jmeter log has exception in Jetty Http2 client as below. JMeter has jetty bundle 9.4.26 version (jetty-client alone 9.4.19 version). Our application and automation will run in the same machine.

 

2020-09-11 20:27:26,789 DEBUG o.e.j.i.WriteFlusher: update WriteFlusher@784218bd{FAILED}->null:WRITING!->FAILED

2020-09-11 20:27:26,789 DEBUG o.e.j.h.HTTP2Flusher: Failing, entries processed/pending/queued=3/0/0

java.io.IOException: Broken pipe

        at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1089) ~[jetty-io-9.4.26.v20200117.jar:9.4.26.v20200117]

        at org.eclipse.

 

Also, our application act as both HTTP2(Https) client and server.

 

Regards,

Abirami.S

 

 


Back to the top