Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ee4j-build] GF merge job & trust anchors

Hi,

When doing a PR against GlassFish, it runs into the dreaded trust anchors issue:

Failed to execute goal on project jsf-connector: Could not resolve dependencies for project org.glassfish.main.web:jsf-connector:glassfish-jar:5.0.1-SNAPSHOT: Failed to collect dependencies at org.glassfish:jakarta.faces:jar:2.3.9: Failed to read artifact descriptor for org.glassfish:jakarta.faces:jar:2.3.9: Could not transfer artifact org.glassfish:jakarta.faces:pom:2.3.9 from/to sonatype-nexus-staging (https://oss.sonatype.org/content/repositories/staging): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

This is probably a setup issue. 

Can someone perhaps make the trust anchors non-empty? (most often can be solved by either pointing the JDK explicitly to a trust store, or simply by resuming the build).


Kind regards,
Arjan

 



Back to the top