Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] JDK minor version upgrade from 8u241 to 8u261
  • From: S Abirami <s.abirami@xxxxxxxxxxxx>
  • Date: Wed, 16 Sep 2020 07:55:54 +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=aqmErYPIkiXrH8tgHm/0A1+eWZI0wuqFNpHGrfa9Smw=; b=JoN64qWIWtQt1rHwCldE7Hr2zd4KiTE4s7qJfcre3K2bTDNo2eJMy2KlKFj+yREk0ppuYgHUaEzcYy6dmQjyAZN/hdzrP1V1b9tT0roumibT0gHJw8Gui/bF4nvIsmoF+gcM6nv743XfUzYMORZk1FW/fm6gvLN1zY5bhDGkbJ0LpL/QXhrVp9JTKwzGyY5RkV+WAodFXLMeUA9i0PkJSgC7YdDFoK9u9wBW6q6Quf/BRt6vNQcTH4po5mxiolEkgyM7OPtfDGMZ+VdwvG7tXmpfkVdtoX60OeXhEJibB/TVESY4dAdxotyUJxAgMCbjTe7AuYdrSlrTAgSca7F52g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=dj0fXq47lBAoz+Iw3lPhz/5pj8jvVtYNTaGjKNg19mjUO6aKAMHkDIG03+AJiBvbO41mz5dw+dY2UG5DpA7VlOZyZdDgM5bxqh6dTvP1le58zL7jyub7JzahFfMXAQwCNxlOK6vlivqsdLsmO/25NCjv4YVDjFeFJy5PgzD7AlLS9QS4qg2mTo5kW8Sc9h6SK8S4ILDb2+DCVCNM6QevpEJCrxim+6qb6xu/xLVQU+Bm4dBMGFPoj2XMEON6JtImVsHHgJ3b289Xibw7WtocmqaqhwoZCP0buNxzPWla8YK7JdnpNjgBnAdNQcs9gYhT3O0RKMAECY49xLU6j7UjeA==
  • 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: AdaKdO3qcYCkiW8PTtabXtdKkcEm4ABiZvtA
  • Thread-topic: JDK minor version upgrade from 8u241 to 8u261

Hi All,

 

Please help us here, the below concern raised as mentioned web tide site described something about it

 

https://webtide.com/jetty-alpn-java-8u252/#comments

 

Regards,

Abirami.S

From: S Abirami
Sent: Monday, September 14, 2020 2:42 PM
To: jetty-dev@xxxxxxxxxxx; jetty-users@xxxxxxxxxxx
Cc: Nagarajan M <nagarajan.m@xxxxxxxxxxxx>; Navin Chandra Mohan <navin.chandra.mohan@xxxxxxxxxxxx>; Rajababu Gorrepati <rajababu.gorrepati@xxxxxxxxxxxx>; P Jeevana <p.jeevana@xxxxxxxxxxxx>
Subject: JDK minor version upgrade from 8u241 to 8u261

 

Hi All,

 

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

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

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

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

 

 

The above query raised because the JMeter client that we are using for automation testcase 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.

 

Regards,

Abirami.S

 

 


Back to the top