You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(For testing purposes the first channel repo can probably be an empty dir, and the first channel manifest URL has to reference an empty manifest.)
Tryting to provision with java -jar prospero-cli-1.1.6.Final-redhat-00001-shaded.jar install --profile eap-8.0 --dir eaptest-release --channel channels.yaml I get an error:
ERROR: No versioning information found in metadata.
If fails when the first channel (SSHD channel) is trying to resolve maven metadata for org.jboss.eap:wildfly-ee-galleon-pack. It should be OK that the first channel is not able to resolve it - it would be resolved by the "EAP channel" - and this resolution failure should be silently ignored.
Stack trace:
"main@1" prio=5 tid=0x1 nid=NA runnable
java.lang.Thread.State: RUNNABLE
at org.wildfly.channel.maven.VersionResolverFactory$MavenResolverImpl.lambda$findLatestMetadataVersion$17(VersionResolverFactory.java:300)
at org.wildfly.channel.maven.VersionResolverFactory$MavenResolverImpl$$Lambda$199/0x00007f40d82a93e0.get(Unknown Source:-1)
at java.util.Optional.orElseThrow(Optional.java:403)
at org.wildfly.channel.maven.VersionResolverFactory$MavenResolverImpl.findLatestMetadataVersion(VersionResolverFactory.java:300)
at org.wildfly.channel.maven.VersionResolverFactory$MavenResolverImpl.getMetadataReleaseVersion(VersionResolverFactory.java:267)
at org.wildfly.prospero.galleon.CachedVersionResolver.getMetadataReleaseVersion(CachedVersionResolver.java:118)
at org.wildfly.channel.ChannelImpl.resolveLatestVersion(ChannelImpl.java:236)
at org.wildfly.channel.ChannelSession.findChannelWithLatestVersion(ChannelSession.java:266)
at org.wildfly.channel.ChannelSession.resolveMavenArtifact(ChannelSession.java:118)
The text was updated successfully, but these errors were encountered:
Trying to provision with following channels:
(For testing purposes the first channel repo can probably be an empty dir, and the first channel manifest URL has to reference an empty manifest.)
Tryting to provision with
java -jar prospero-cli-1.1.6.Final-redhat-00001-shaded.jar install --profile eap-8.0 --dir eaptest-release --channel channels.yaml
I get an error:If fails when the first channel (SSHD channel) is trying to resolve maven metadata for
org.jboss.eap:wildfly-ee-galleon-pack
. It should be OK that the first channel is not able to resolve it - it would be resolved by the "EAP channel" - and this resolution failure should be silently ignored.Stack trace:
The text was updated successfully, but these errors were encountered: