dotCMS / core

Headless/Hybrid Content Management System for Enterprises
http://dotcms.com
Other
845 stars 465 forks source link

Flakey Test: failure in CircuitBreakerUrlTest #28653

Open spbolton opened 3 months ago

spbolton commented 3 months ago

In https://github.com/dotCMS/core/actions/runs/9210241132/job/25337449537 2 tests failed, probably the same cause. It seems the breaker was initially open and was expected to be closed,

11PR Test JVM IT Tests - JDK 11 MainSuite 1b.txt


2024-05-23T15:09:29.9354270Z 15:09:29.854 f1 main INFO  junit.RuleWatcher - >>>>>>>>>>>>>>>>>>>>>>>>>>
2024-05-23T15:09:29.9355547Z 15:09:29.854 f1 main INFO  junit.RuleWatcher - >>> testRecovery(com.dotcms.http.CircuitBreakerUrlTest) - starting...
2024-05-23T15:09:29.9356654Z 15:09:29.854 f1 main INFO  junit.RuleWatcher - >>>>>>>>>>>>>>>>>>>>>>>>>>
2024-05-23T15:09:30.1358895Z 15:09:30.053 f1 main ERROR http.CircuitBreakerUrl - Error accessing [https://localhost:9999/test] due to [Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)]
2024-05-23T15:09:30.1362011Z org.apache.http.conn.HttpHostConnectException: Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)
2024-05-23T15:09:30.1365047Z    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1367948Z    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1370018Z    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1371237Z    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1372373Z    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1373438Z    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1374482Z    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1375623Z    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1376812Z    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1378012Z    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1379175Z    at com.dotcms.http.CircuitBreakerUrl.lambda$doOut$4(CircuitBreakerUrl.java:276) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1380269Z    at net.jodah.failsafe.Functions$12.call(Functions.java:274) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1381193Z    at net.jodah.failsafe.SyncFailsafe.call(SyncFailsafe.java:145) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1382069Z    at net.jodah.failsafe.SyncFailsafe.run(SyncFailsafe.java:93) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1383018Z    at com.dotcms.http.CircuitBreakerUrl.doOut(CircuitBreakerUrl.java:262) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1384050Z    at com.dotcms.http.CircuitBreakerUrl.doOut(CircuitBreakerUrl.java:220) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1385254Z    at com.dotcms.http.CircuitBreakerUrlTest.testRecovery(CircuitBreakerUrlTest.java:233) ~[test-classes/:?]
2024-05-23T15:09:30.1386134Z    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
2024-05-23T15:09:30.1387203Z    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
2024-05-23T15:09:30.1388159Z    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
2024-05-23T15:09:30.1388926Z    at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
2024-05-23T15:09:30.1389819Z    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1390931Z    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1392051Z    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1393157Z    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1394173Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1395034Z    at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1395834Z    at org.junit.rules.RunRules.evaluate(RunRules.java:20) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1396654Z    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1397638Z    at com.dotcms.junit.CustomDataProviderRunner.runChild(CustomDataProviderRunner.java:31) ~[test-classes/:?]
2024-05-23T15:09:30.1398705Z    at com.dotcms.junit.CustomDataProviderRunner.runChild(CustomDataProviderRunner.java:17) ~[test-classes/:?]
2024-05-23T15:09:30.1399649Z    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1400507Z    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1401529Z    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1402484Z    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1403369Z    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1404383Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1405286Z    at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1406138Z    at com.dotcms.junit.MainBaseSuite$DotRunner.run(MainBaseSuite.java:71) ~[test-classes/:?]
2024-05-23T15:09:30.1406936Z    at org.junit.runners.Suite.runChild(Suite.java:128) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1407667Z    at org.junit.runners.Suite.runChild(Suite.java:27) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1408480Z    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1409338Z    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1410237Z    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1411122Z    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1412025Z    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1412900Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1413752Z    at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1414538Z    at org.junit.runner.JUnitCore.run(JUnitCore.java:137) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1415309Z    at org.junit.runner.JUnitCore.run(JUnitCore.java:115) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1416442Z    at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1417741Z    at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1418992Z    at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1420398Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1421947Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1423478Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1425060Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1426910Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1428550Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1429957Z    at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1431241Z    at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1432577Z    at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1434122Z    at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1435556Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1437103Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1438648Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1440005Z    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1441192Z    at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1442298Z    at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1443400Z    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1444244Z Caused by: java.net.ConnectException: Connection refused (Connection refused)
2024-05-23T15:09:30.1445020Z    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
2024-05-23T15:09:30.1445731Z    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) ~[?:?]
2024-05-23T15:09:30.1446588Z    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) ~[?:?]
2024-05-23T15:09:30.1447412Z    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) ~[?:?]
2024-05-23T15:09:30.1448100Z    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:?]
2024-05-23T15:09:30.1448749Z    at java.net.Socket.connect(Socket.java:609) ~[?:?]
2024-05-23T15:09:30.1449885Z    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1451382Z    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1452249Z    ... 69 more
2024-05-23T15:09:30.1453312Z 15:09:30.053 f1 main WARN  http.CircuitBreakerUrl - Connection attempts failed Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)
2024-05-23T15:09:30.1455212Z 15:09:30.055 f1 main ERROR http.CircuitBreakerUrl - Error accessing [https://localhost:9999/test] due to [Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)]
2024-05-23T15:09:30.1456848Z org.apache.http.conn.HttpHostConnectException: Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)
2024-05-23T15:09:30.1458379Z    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1459912Z    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1461294Z    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1462460Z    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1463551Z    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1464585Z    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1465761Z    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1467111Z    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1468403Z    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1469596Z    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1470775Z    at com.dotcms.http.CircuitBreakerUrl.lambda$doOut$4(CircuitBreakerUrl.java:276) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1471745Z    at net.jodah.failsafe.Functions$12.call(Functions.java:274) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1472600Z    at net.jodah.failsafe.SyncFailsafe.call(SyncFailsafe.java:145) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1473463Z    at net.jodah.failsafe.SyncFailsafe.run(SyncFailsafe.java:93) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1474428Z    at com.dotcms.http.CircuitBreakerUrl.doOut(CircuitBreakerUrl.java:262) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1475471Z    at com.dotcms.http.CircuitBreakerUrl.doOut(CircuitBreakerUrl.java:220) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1476505Z    at com.dotcms.http.CircuitBreakerUrlTest.testRecovery(CircuitBreakerUrlTest.java:233) ~[test-classes/:?]
2024-05-23T15:09:30.1477360Z    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
2024-05-23T15:09:30.1478209Z    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
2024-05-23T15:09:30.1479166Z    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
2024-05-23T15:09:30.1479928Z    at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
2024-05-23T15:09:30.1480899Z    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1482038Z    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1483166Z    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1484274Z    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1485263Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1486136Z    at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1486947Z    at org.junit.rules.RunRules.evaluate(RunRules.java:20) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1487774Z    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1488749Z    at com.dotcms.junit.CustomDataProviderRunner.runChild(CustomDataProviderRunner.java:31) ~[test-classes/:?]
2024-05-23T15:09:30.1489840Z    at com.dotcms.junit.CustomDataProviderRunner.runChild(CustomDataProviderRunner.java:17) ~[test-classes/:?]
2024-05-23T15:09:30.1490792Z    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1491651Z    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1492546Z    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1493460Z    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1494343Z    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1495212Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1496075Z    at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1497005Z    at com.dotcms.junit.MainBaseSuite$DotRunner.run(MainBaseSuite.java:71) ~[test-classes/:?]
2024-05-23T15:09:30.1497810Z    at org.junit.runners.Suite.runChild(Suite.java:128) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1498545Z    at org.junit.runners.Suite.runChild(Suite.java:27) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1499330Z    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1500206Z    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1501105Z    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1502042Z    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1502926Z    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1503834Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1504683Z    at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1505473Z    at org.junit.runner.JUnitCore.run(JUnitCore.java:137) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1506222Z    at org.junit.runner.JUnitCore.run(JUnitCore.java:115) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1507433Z    at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1508733Z    at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1509991Z    at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1511372Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1513060Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1514604Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1516185Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1517869Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1519517Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1520928Z    at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1522215Z    at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1523531Z    at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1524867Z    at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1526275Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1527812Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1529414Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1530798Z    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1531990Z    at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1533090Z    at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1534171Z    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1535027Z Caused by: java.net.ConnectException: Connection refused (Connection refused)
2024-05-23T15:09:30.1535665Z    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
2024-05-23T15:09:30.1536362Z    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) ~[?:?]
2024-05-23T15:09:30.1537203Z    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) ~[?:?]
2024-05-23T15:09:30.1538043Z    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) ~[?:?]
2024-05-23T15:09:30.1538735Z    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:?]
2024-05-23T15:09:30.1539263Z    at java.net.Socket.connect(Socket.java:609) ~[?:?]
2024-05-23T15:09:30.1540239Z    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1541722Z    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1542585Z    ... 69 more
2024-05-23T15:09:30.1543613Z 15:09:30.055 f1 main WARN  http.CircuitBreakerUrl - Connection attempts failed Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)
2024-05-23T15:09:30.1545770Z 15:09:30.057 f1 main ERROR http.CircuitBreakerUrl - Error accessing [https://localhost:9999/test] due to [Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)]
2024-05-23T15:09:30.1547521Z org.apache.http.conn.HttpHostConnectException: Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)
2024-05-23T15:09:30.1549073Z    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1550602Z    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1551950Z    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1553133Z    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1554234Z    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1555265Z    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1556307Z    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1557461Z    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1558647Z    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1559853Z    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1561125Z    at com.dotcms.http.CircuitBreakerUrl.lambda$doOut$4(CircuitBreakerUrl.java:276) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1562140Z    at net.jodah.failsafe.Functions$12.call(Functions.java:274) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1562994Z    at net.jodah.failsafe.SyncFailsafe.call(SyncFailsafe.java:145) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1563845Z    at net.jodah.failsafe.SyncFailsafe.run(SyncFailsafe.java:93) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1564974Z    at com.dotcms.http.CircuitBreakerUrl.doOut(CircuitBreakerUrl.java:262) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1566040Z    at com.dotcms.http.CircuitBreakerUrl.doOut(CircuitBreakerUrl.java:220) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1567084Z    at com.dotcms.http.CircuitBreakerUrlTest.testRecovery(CircuitBreakerUrlTest.java:233) ~[test-classes/:?]
2024-05-23T15:09:30.1567933Z    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
2024-05-23T15:09:30.1568763Z    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
2024-05-23T15:09:30.1569742Z    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
2024-05-23T15:09:30.1570515Z    at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
2024-05-23T15:09:30.1571378Z    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1572484Z    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1573620Z    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1574746Z    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1575748Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1576723Z    at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1577551Z    at org.junit.rules.RunRules.evaluate(RunRules.java:20) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1578367Z    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1579349Z    at com.dotcms.junit.CustomDataProviderRunner.runChild(CustomDataProviderRunner.java:31) ~[test-classes/:?]
2024-05-23T15:09:30.1580412Z    at com.dotcms.junit.CustomDataProviderRunner.runChild(CustomDataProviderRunner.java:17) ~[test-classes/:?]
2024-05-23T15:09:30.1581379Z    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1582251Z    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1583142Z    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1584045Z    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1584951Z    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1585829Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1586773Z    at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1587622Z    at com.dotcms.junit.MainBaseSuite$DotRunner.run(MainBaseSuite.java:71) ~[test-classes/:?]
2024-05-23T15:09:30.1588439Z    at org.junit.runners.Suite.runChild(Suite.java:128) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1589179Z    at org.junit.runners.Suite.runChild(Suite.java:27) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1589968Z    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1590830Z    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1591825Z    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1592740Z    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1593629Z    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1594497Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1595373Z    at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1596160Z    at org.junit.runner.JUnitCore.run(JUnitCore.java:137) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1596910Z    at org.junit.runner.JUnitCore.run(JUnitCore.java:115) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1597926Z    at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1599242Z    at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1600497Z    at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1601909Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1603466Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1605035Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1606619Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1608398Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1610037Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1611461Z    at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1612753Z    at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1614061Z    at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1615383Z    at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1616811Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1618357Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1619874Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1621233Z    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1622440Z    at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1623549Z    at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1624700Z    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1625537Z Caused by: java.net.ConnectException: Connection refused (Connection refused)
2024-05-23T15:09:30.1626191Z    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
2024-05-23T15:09:30.1626959Z    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) ~[?:?]
2024-05-23T15:09:30.1627808Z    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) ~[?:?]
2024-05-23T15:09:30.1628628Z    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) ~[?:?]
2024-05-23T15:09:30.1629339Z    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:?]
2024-05-23T15:09:30.1629876Z    at java.net.Socket.connect(Socket.java:609) ~[?:?]
2024-05-23T15:09:30.1630852Z    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1632323Z    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1633196Z    ... 69 more
2024-05-23T15:09:30.1634219Z 15:09:30.057 f1 main WARN  http.CircuitBreakerUrl - Connection attempts failed Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)
2024-05-23T15:09:30.1636105Z 15:09:30.059 f1 main ERROR http.CircuitBreakerUrl - Error accessing [https://localhost:9999/test] due to [Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)]
2024-05-23T15:09:30.1637723Z org.apache.http.conn.HttpHostConnectException: Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)
2024-05-23T15:09:30.1639371Z    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1640898Z    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1642248Z    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1643400Z    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1644518Z    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1645556Z    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1646765Z    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1647927Z    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1649135Z    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1650324Z    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1651483Z    at com.dotcms.http.CircuitBreakerUrl.lambda$doOut$4(CircuitBreakerUrl.java:276) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1652450Z    at net.jodah.failsafe.Functions$12.call(Functions.java:274) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1653316Z    at net.jodah.failsafe.SyncFailsafe.call(SyncFailsafe.java:145) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1654169Z    at net.jodah.failsafe.SyncFailsafe.run(SyncFailsafe.java:93) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1655120Z    at com.dotcms.http.CircuitBreakerUrl.doOut(CircuitBreakerUrl.java:262) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1656254Z    at com.dotcms.http.CircuitBreakerUrl.doOut(CircuitBreakerUrl.java:220) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1657319Z    at com.dotcms.http.CircuitBreakerUrlTest.testRecovery(CircuitBreakerUrlTest.java:233) ~[test-classes/:?]
2024-05-23T15:09:30.1658180Z    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
2024-05-23T15:09:30.1659001Z    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
2024-05-23T15:09:30.1659955Z    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
2024-05-23T15:09:30.1660729Z    at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
2024-05-23T15:09:30.1661592Z    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1662702Z    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1663823Z    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1664949Z    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1665942Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1667000Z    at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1667806Z    at org.junit.rules.RunRules.evaluate(RunRules.java:20) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1668660Z    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1669640Z    at com.dotcms.junit.CustomDataProviderRunner.runChild(CustomDataProviderRunner.java:31) ~[test-classes/:?]
2024-05-23T15:09:30.1670829Z    at com.dotcms.junit.CustomDataProviderRunner.runChild(CustomDataProviderRunner.java:17) ~[test-classes/:?]
2024-05-23T15:09:30.1671787Z    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1672671Z    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1673573Z    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1674478Z    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1675360Z    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1676257Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1677110Z    at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1677948Z    at com.dotcms.junit.MainBaseSuite$DotRunner.run(MainBaseSuite.java:71) ~[test-classes/:?]
2024-05-23T15:09:30.1678757Z    at org.junit.runners.Suite.runChild(Suite.java:128) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1679514Z    at org.junit.runners.Suite.runChild(Suite.java:27) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1680298Z    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1681145Z    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1682042Z    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1682964Z    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1683845Z    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1684720Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1685572Z    at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1686493Z    at org.junit.runner.JUnitCore.run(JUnitCore.java:137) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1687261Z    at org.junit.runner.JUnitCore.run(JUnitCore.java:115) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1688278Z    at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1689577Z    at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1690854Z    at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1692239Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1693798Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1695340Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1696946Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1698626Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1700263Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1701665Z    at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1703109Z    at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1704427Z    at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1705742Z    at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1707221Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1708775Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1710308Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1711693Z    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1712878Z    at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1713997Z    at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1715086Z    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1715924Z Caused by: java.net.ConnectException: Connection refused (Connection refused)
2024-05-23T15:09:30.1716561Z    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
2024-05-23T15:09:30.1717276Z    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) ~[?:?]
2024-05-23T15:09:30.1718115Z    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) ~[?:?]
2024-05-23T15:09:30.1719019Z    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) ~[?:?]
2024-05-23T15:09:30.1719730Z    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:?]
2024-05-23T15:09:30.1720282Z    at java.net.Socket.connect(Socket.java:609) ~[?:?]
2024-05-23T15:09:30.1721267Z    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1722738Z    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1723591Z    ... 69 more
2024-05-23T15:09:30.1724632Z 15:09:30.059 f1 main WARN  http.CircuitBreakerUrl - Connection attempts failed Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)
2024-05-23T15:09:30.1726515Z 15:09:30.062 f1 main ERROR http.CircuitBreakerUrl - Error accessing [https://localhost:9999/test] due to [Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)]
2024-05-23T15:09:30.1728129Z org.apache.http.conn.HttpHostConnectException: Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)
2024-05-23T15:09:30.1729651Z    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1731188Z    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1732534Z    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1733688Z    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1734879Z    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1735942Z    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1736984Z    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1738112Z    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1739303Z    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1740511Z    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1741680Z    at com.dotcms.http.CircuitBreakerUrl.lambda$doOut$4(CircuitBreakerUrl.java:276) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1742653Z    at net.jodah.failsafe.Functions$12.call(Functions.java:274) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1743496Z    at net.jodah.failsafe.SyncFailsafe.call(SyncFailsafe.java:145) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1744366Z    at net.jodah.failsafe.SyncFailsafe.run(SyncFailsafe.java:93) ~[failsafe-1.1.1.jar:1.1.1]
2024-05-23T15:09:30.1745322Z    at com.dotcms.http.CircuitBreakerUrl.doOut(CircuitBreakerUrl.java:262) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1746353Z    at com.dotcms.http.CircuitBreakerUrl.doOut(CircuitBreakerUrl.java:220) ~[dotcms-core-1.0.0-SNAPSHOT.jar:?]
2024-05-23T15:09:30.1747654Z    at com.dotcms.http.CircuitBreakerUrlTest.testRecovery(CircuitBreakerUrlTest.java:233) ~[test-classes/:?]
2024-05-23T15:09:30.1748550Z    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
2024-05-23T15:09:30.1749379Z    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
2024-05-23T15:09:30.1750456Z    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
2024-05-23T15:09:30.1751235Z    at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
2024-05-23T15:09:30.1752119Z    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1753224Z    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1754339Z    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1755450Z    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1756492Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1757352Z    at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1758167Z    at org.junit.rules.RunRules.evaluate(RunRules.java:20) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1758989Z    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1759986Z    at com.dotcms.junit.CustomDataProviderRunner.runChild(CustomDataProviderRunner.java:31) ~[test-classes/:?]
2024-05-23T15:09:30.1761054Z    at com.dotcms.junit.CustomDataProviderRunner.runChild(CustomDataProviderRunner.java:17) ~[test-classes/:?]
2024-05-23T15:09:30.1762013Z    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1762875Z    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1763783Z    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1764687Z    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1765664Z    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1766542Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1767413Z    at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1768256Z    at com.dotcms.junit.MainBaseSuite$DotRunner.run(MainBaseSuite.java:71) ~[test-classes/:?]
2024-05-23T15:09:30.1769055Z    at org.junit.runners.Suite.runChild(Suite.java:128) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1769789Z    at org.junit.runners.Suite.runChild(Suite.java:27) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1770594Z    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1771457Z    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1772347Z    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1773250Z    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1774152Z    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1775025Z    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1775872Z    at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1776665Z    at org.junit.runner.JUnitCore.run(JUnitCore.java:137) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1777438Z    at org.junit.runner.JUnitCore.run(JUnitCore.java:115) ~[junit-4.13.2.jar:4.13.2]
2024-05-23T15:09:30.1778465Z    at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1779751Z    at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1781085Z    at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) ~[junit-vintage-engine-5.10.2.jar:5.10.2]
2024-05-23T15:09:30.1782499Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1784070Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1785616Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1787291Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1789007Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1790656Z    at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1792058Z    at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1793343Z    at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1794673Z    at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) ~[junit-platform-launcher-1.10.2.jar:1.10.2]
2024-05-23T15:09:30.1795997Z    at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1797397Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1799059Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1800603Z    at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) ~[surefire-junit-platform-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1802000Z    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1803192Z    at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1804291Z    at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1805398Z    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) ~[surefire-booter-3.2.5.jar:3.2.5]
2024-05-23T15:09:30.1806243Z Caused by: java.net.ConnectException: Connection refused (Connection refused)
2024-05-23T15:09:30.1806881Z    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
2024-05-23T15:09:30.1807578Z    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) ~[?:?]
2024-05-23T15:09:30.1808435Z    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) ~[?:?]
2024-05-23T15:09:30.1809257Z    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) ~[?:?]
2024-05-23T15:09:30.1809949Z    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:?]
2024-05-23T15:09:30.1810476Z    at java.net.Socket.connect(Socket.java:609) ~[?:?]
2024-05-23T15:09:30.1811469Z    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1812936Z    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.13.jar:4.5.13]
2024-05-23T15:09:30.1813868Z    ... 69 more
2024-05-23T15:09:30.1814913Z 15:09:30.062 f1 main WARN  http.CircuitBreakerUrl - Connection attempts failed Connect to localhost:9999 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)
2024-05-23T15:09:38.1969075Z 15:09:38.182 f1 main ERROR http.CircuitBreakerUrl - Error accessing [https://www.dotcms.com] due to [Connect to www.dotcms.com:443 [www.dotcms.com/38.104.169.186] failed: Read timed out]
2024-05-23T15:09:38.1971202Z 15:09:38.183 f1 main INFO  junit.RuleWatcher - >>>>>>>>>cleanup>>>>>>>>>>
2024-05-23T15:09:38.1973279Z org.apache.http.conn.ConnectTimeoutException: Connect to www.dotcms.com:443 [www.dotcms.com/38.104.169.186] failed: Read timed out
2024-05-23T15:09:38.1975094Z 15:09:38.183 f1 main INFO  junit.MainBaseSuite - Checking indexer status...
2024-05-23T15:09:38.1977253Z 15:09:38.184 f1 main INFO  junit.RuleWatcher - >>> testRecovery(com.dotcms.http.CircuitBreakerUrlTest) - finished...
---
[ERROR] Failures: 
2024-05-23T15:33:28.0153687Z [ERROR] com.dotcms.http.CircuitBreakerUrlTest.testRecovery
2024-05-23T15:33:28.0154776Z [ERROR]   Run 1: CircuitBreakerUrlTest.testRecovery:266
2024-05-23T15:33:28.0155494Z [ERROR]   Run 2: CircuitBreakerUrlTest.testRecovery:218
2024-05-23T15:33:28.0156281Z [ERROR]   Run 3: CircuitBreakerUrlTest.testRecovery:218
2024-05-23T15:33:28.0157071Z [ERROR]   Run 4: CircuitBreakerUrlTest.testRecovery:218
2024-05-23T15:33:28.0157745Z [INFO] 
2024-05-23T15:33:28.0158103Z [WARNING] Flakes: 
2024-05-23T15:33:28.0158784Z [WARNING] com.dotcms.http.CircuitBreakerUrlTest.testBadBreaker
2024-05-23T15:33:28.0159580Z [INFO]   Run 1: PASS
2024-05-23T15:33:28.0160184Z [ERROR]   Run 2: CircuitBreakerUrlTest.testBadBreaker:118
2024-05-23T15:33:28.0161062Z [ERROR]   Run 3: CircuitBreakerUrlTest.testBadBreaker:118
2024-05-23T15:33:28.0161940Z [ERROR]   Run 4: CircuitBreakerUrlTest.testBadBreaker:118
2024-05-23T15:33:28.0162681Z [INFO] 
2024-05-23T15:33:28.0163044Z [INFO]
github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days.