Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Not recovering from SocketTimeoutException
  • From: Sai Sankar Challa <saisankar.c@xxxxxxxxxxxxxxxx>
  • Date: Fri, 28 May 2021 15:23:20 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=motivitylabs.com; dmarc=pass action=none header.from=motivitylabs.com; dkim=pass header.d=motivitylabs.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=OS01cWORQctIV534cT1SfIiaCO0yQWjeecJnzULgqrQ=; b=cVPUtEfQdfWuLJmUyweCPrE2CB6718mUTMyj73Nuq97oW71m6DxWy8dmoJvNw/3J99wCg6eetV1CA6rDFoh1wQIlRpxLDCU7/ndVmJxQHtZiBTG/nGIpTC7iz2HJT2eOYg8/WHoTGYyq32iVOFXXnwXQnRDTolLGvY6GRvOvJs+V1BeHG69ubj6LxHHAqyrZO89gXwqOzH2QmdB2XrqbEuqk2sgjGD+AWnwKQ+I3ndEESpyYBebYWaPWjB3rAy4fMzluK7mAiPmY+Z06+kVzKVYH7EQStReB06K3bTiurCIBPn6GjZgqOLpE7saSRWU46Wx6met+iBD6WA/q2EgmEw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=OY+NCMsR8i3BbbqK9SToRBtXm4hbbwO17nAvxaitMvqtYMC4KlA/fmmcts+b1IlXpJbsyz2fiI0Rwi9Zjb3c7nSB7JHGhcbuwF4vR15pg1euntuLh7VynmH3WyHRDfe6LaA4RHCQoDMwL3GyiE7O6ZTrQjjvCApa9yZmuhQHgvyr0NKem08PHSmo5HW35BfiB1WC9KItaRPUuS76HWC7Iq+TVIurI1m4Nq0XHLfDAWJywHCNjMYwsY1y5m4/xYNJHBAdtya7+sUNBh1k3LwmSovSvLAFJnT+wms9+Qx/kwK9n/fdAOcVY4+a9o1l14NizoEcTuBhqoFyd0oz25NeXA==
  • Delivered-to: jetty-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-users/>
  • List-help: <mailto:jetty-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AddT1Q5+e7eQ6NE4RjmmRInhqnNLrQ==
  • Thread-topic: Not recovering from SocketTimeoutException

Hi Team

 

Our customer in their environment getting SocketTimeoutException while Connecting to their exchange Urls with Jetty Clients.

 

Once after started receiving this exception unless we restarted the node, this is not recovered. Customer is expecting not to restart explicitly rather need to handle this exception.

 

Here is stack trace.

 

java.net.SocketTimeoutException: Connect Timeout

at org.eclipse.jetty.io.ManagedSelector$Connect.run(ManagedSelector.java:812) ~[?:?]

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_232]

at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_232]

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[?:1.8.0_232]

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[?:1.8.0_232]

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_232]

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_232]

at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]

 

Jetty version is : 9.4.22.v20191022

 

Any pointers or help to handle this exception without restarting the node is highly appreciated.

 

Thanks

Sai


Back to the top