Slackbot
03/08/2024, 1:59 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 1:59 PMjava.net.SocketException: Connection reset
So I guess that Wiremock drops certain of the connexions, but I can’t figure out why, and nothing is logged about it so far.
Notice that I’m starting Wiremock with the following options : --port 8081 --no-request-journal --disable-request-logging --async-response-enabled=true --verbose=true
Benoit LEFEVRE -CAMPUS-
03/08/2024, 2:01 PM--disable-request-logging
the trouble doesn’t occur 🤔Benoit LEFEVRE -CAMPUS-
03/08/2024, 2:03 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 2:04 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 2:12 PMTom
03/08/2024, 3:13 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 3:14 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 3:15 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 3:15 PMTom
03/08/2024, 3:17 PMTom
03/08/2024, 3:17 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 3:19 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 3:19 PMTom
03/08/2024, 3:19 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 3:20 PMTom
03/08/2024, 3:20 PM--print-all-network-traffic
at startup will give you a reasonable amount of detailBenoit LEFEVRE -CAMPUS-
03/08/2024, 3:20 PMTom
03/08/2024, 3:21 PMlocalhost
?Benoit LEFEVRE -CAMPUS-
03/08/2024, 3:23 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 3:25 PMTom
03/08/2024, 3:25 PMTom
03/08/2024, 3:26 PM--container-threads=200
Benoit LEFEVRE -CAMPUS-
03/08/2024, 3:27 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 3:29 PMTom
03/08/2024, 3:30 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 3:34 PM--container-threads=200
option on the downloaded wiremock-standalone-3.4.1.jarBenoit LEFEVRE -CAMPUS-
03/08/2024, 3:37 PM--print-all-network-traffic
also have the trouble disappearing.
Much like when I remove the --disable-request-logging
Apparently, console logging introduce some kind of CPU delay somewhere, that make either my POC or Wiremock behaving differently, and prevent reaching the connexion reset situationTom
03/08/2024, 4:06 PMtcpdump
in cases like thisBenoit LEFEVRE -CAMPUS-
03/08/2024, 4:50 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 6:42 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 6:43 PMBenoit LEFEVRE -CAMPUS-
03/08/2024, 6:43 PMBenoit LEFEVRE -CAMPUS-
03/14/2024, 5:08 PMTom
03/14/2024, 11:26 PMBenoit LEFEVRE -CAMPUS-
03/15/2024, 8:26 AMOrçun BALCILAR
04/03/2024, 9:16 AMBenoit LEFEVRE -CAMPUS-
04/03/2024, 9:21 AMBenoit LEFEVRE -CAMPUS-
04/03/2024, 9:22 AMBenoit LEFEVRE -CAMPUS-
04/03/2024, 9:23 AMOrçun BALCILAR
04/03/2024, 9:23 AMBenoit LEFEVRE -CAMPUS-
04/03/2024, 9:27 AMOrçun BALCILAR
04/03/2024, 2:54 PMBenoit LEFEVRE -CAMPUS-
04/03/2024, 3:50 PMTom
04/03/2024, 3:52 PMBenoit LEFEVRE -CAMPUS-
04/03/2024, 3:54 PMOrçun BALCILAR
04/03/2024, 3:58 PMOrçun BALCILAR
04/04/2024, 10:27 AMTom
04/04/2024, 10:31 AMOrçun BALCILAR
04/04/2024, 10:33 AMTom
04/04/2024, 10:38 AMOrçun BALCILAR
04/04/2024, 10:55 AMTom
04/04/2024, 11:01 AMOrçun BALCILAR
04/04/2024, 11:13 AMTom
04/04/2024, 11:16 AMOrçun BALCILAR
04/04/2024, 11:16 AMBenoit LEFEVRE -CAMPUS-
04/12/2024, 9:20 AMOrçun BALCILAR
04/12/2024, 9:31 AMBenoit LEFEVRE -CAMPUS-
04/12/2024, 9:38 AMConnection reset
problematic, and solved it with Jetty parameters tuning ? Or are we maybe talking of distinct problematics ?
I’m not certain anymore, as the subject start to be a bit old for my tiny memory 🙂Orçun BALCILAR
04/12/2024, 9:46 AM