Skip to content

Instantly share code, notes, and snippets.

@rhusar
Created December 3, 2019 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhusar/e300e8f454ffb272216c82a0ab083ff3 to your computer and use it in GitHub Desktop.
Save rhusar/e300e8f454ffb272216c82a0ab083ff3 to your computer and use it in GitHub Desktop.
[rhusar@ribera jboss-eap7]$ ./build.sh
./build.sh: line 91: ulimit: open files: cannot modify limit: Invalid argument
build.sh: Could not set maximum file descriptor limit: unlimited
/Users/rhusar/git/jboss-eap7/mvnw -Dmaven.user.home=/Users/rhusar/git/jboss-eap7/tools install
Downloading https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip
..............................................................................................................................................................................................................................................................................................................................................................................................................................................
Unzipping /Users/rhusar/git/jboss-eap7/tools/wrapper/dists/apache-maven-3.3.9-bin/2609u9g41na2l7ogackmif6fj2/apache-maven-3.3.9-bin.zip to /Users/rhusar/git/jboss-eap7/tools/wrapper/dists/apache-maven-3.3.9-bin/2609u9g41na2l7ogackmif6fj2
Set executable permissions for: /Users/rhusar/git/jboss-eap7/tools/wrapper/dists/apache-maven-3.3.9-bin/2609u9g41na2l7ogackmif6fj2/apache-maven-3.3.9/bin/mvn
[INFO] Scanning for projects...
Downloading: https://download.devel.redhat.com/brewroot/repos/jb-eap-7.3-maven-build/latest/maven/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not transfer artifact org.wildfly.core:wildfly-core-parent:pom:10.1.0.Final-redhat-00001 from/to jboss-eap-7.3-product-repository (https://download.devel.redhat.com/brewroot/repos/jb-eap-7.3-maven-build/latest/maven/): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target @ line 451, column 25
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.jboss.eap:jboss-eap-parent:7.3.0.GA-redhat-SNAPSHOT (/Users/rhusar/git/jboss-eap7/pom.xml) has 1 error
[ERROR] Non-resolvable import POM: Could not transfer artifact org.wildfly.core:wildfly-core-parent:pom:10.1.0.Final-redhat-00001 from/to jboss-eap-7.3-product-repository (https://download.devel.redhat.com/brewroot/repos/jb-eap-7.3-maven-build/latest/maven/): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target @ line 451, column 25 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment