-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Description
I am trying to run "mvn clean install" for com.github.erosb:everit-json-schema:1.14.4. But the build is failing with the given error -->
[ERROR] testInEarlyFailingMode{TestCase}[253] Time elapsed: 130.956 s <<< ERROR!
java.io.UncheckedIOException: java.net.ConnectException: Connection timed out
at org.everit.json.schema.V4TestSuiteTest.testInEarlyFailingMode(V4TestSuiteTest.java:41)
Caused by: java.net.ConnectException: Connection timed out
at org.everit.json.schema.V4TestSuiteTest.testInEarlyFailingMode(V4TestSuiteTest.java:41)
Caused by: java.net.ConnectException: Connection timed out
at org.everit.json.schema.V4TestSuiteTest.testInEarlyFailingMode(V4TestSuiteTest.java:41)
I am using the following java and maven versions ->
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /opt/apache-maven-3.9.4
Java version: 17.0.8, vendor: Oracle Corporation, runtime: /opt/jdk-17.0.8
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "5.4.17-2136.308.9.el8uek.x86_64", arch: "amd64", family: "unix"
Please assist on how to resolve this issue.
Metadata
Metadata
Assignees
Labels
No labels