0

每当我运行我的应用程序时,我都会收到连接请求失败异常。应用程序尝试访问 URL 并以连接失败告终。

我在Postman. 它给了我200: OK

我也有代理和端口。如何在我们的 Spring Boot 应用程序中使用它。每当应用程序运行时,它都应该使用相应的代理和端口。我在这里附上日志:

creating event for user 0852 for campaign source TEST at stage INITIAL_LANDING
creating event for user 0852 for campaign source TEST at stage CLICK_DEMO
2019-07-19 15:15:39.680  INFO 49560 --- [nio-9898-exec-8] o.a.http.impl.client.DefaultHttpClient   : I/O exception (java.net.SocketException) caught when connecting to {s}->https://pi-collector-dev.tr-corporate-nonprod.aws-int.thomsonreuters.com:443: Connection reset
2019-07-19 15:15:39.683  INFO 49560 --- [nio-9898-exec-8] o.a.http.impl.client.DefaultHttpClient   : Retrying connect to {s}->https://pi-collector-dev.tr-corporate-nonprod.aws-int.thomsonreuters.com:443
2019-07-19 15:15:49.302  INFO 49560 --- [nio-9898-exec-8] o.a.http.impl.client.DefaultHttpClient   : I/O exception (java.net.SocketException) caught when connecting to {s}->https://pi-collector-dev.tr-corporate-nonprod.aws-int.thomsonreuters.com:443: Connection reset
2019-07-19 15:15:49.304  INFO 49560 --- [nio-9898-exec-8] o.a.http.impl.client.DefaultHttpClient   : Retrying connect to {s}->https://pi-collector-dev.tr-corporate-nonprod.aws-int.thomsonreuters.com:443
2019-07-19 15:15:58.904  INFO 49560 --- [nio-9898-exec-8] o.a.http.impl.client.DefaultHttpClient   : I/O exception (java.net.SocketException) caught when connecting to {s}->https://pi-collector-dev.tr-corporate-nonprod.aws-int.thomsonreuters.com:443: Connection reset
2019-07-19 15:15:58.906  INFO 49560 --- [nio-9898-exec-8] o.a.http.impl.client.DefaultHttpClient   : Retrying connect to {s}->https://pi-collector-dev.tr-corporate-nonprod.aws-int.thomsonreuters.com:443
2019-07-19 15:16:08.665 ERROR 49560 --- [nio-9898-exec-8] c.t.providers.persistent.InMemoryQueue   : Failed to push events to destination.
4

0 回答 0