Hi,

I heavily use ProxyServlet.Transparent running on a Spring Boot embedded
Tomcat. 

Upgrading from 9.2.15.v20160210 to 9.3.8.v20160314, proxying stopped working
and my log file shows:

 

java.util.concurrent.TimeoutException: Total timeout elapsed

                at
org.eclipse.jetty.client.TimeoutCompleteListener.run(TimeoutCompleteListener
.java:71)

                at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$
201(ScheduledThreadPoolExecutor.java:180)

                at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Sch
eduledThreadPoolExecutor.java:293)

                at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:11
42)

                at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:6
17)

                at java.lang.Thread.run(Thread.java:745)

 

playing around it seems that the problem is generated when calling Async -->
promise.succeeded(result) (SocketAddressResolver.java, line 171)

the exception I got is:

ClassCastException: java.net.InetSocketAddress cannot be cast to
java.util.List

 

 

Regards

V.

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to