Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent error #18

Open
tommaso-borgato opened this issue Mar 19, 2024 · 1 comment
Open

Intermittent error #18

tommaso-borgato opened this issue Mar 19, 2024 · 1 comment

Comments

@tommaso-borgato
Copy link

Describe the bug

We have an intermittent issue when running the following merge command:

java -jar prospero-extras-1.0.0.Beta5-shaded.jar manifest-merge /tmp/eap8ChannelManifest10178228119131734248.yaml /tmp/xp5ChannelManifest14995532158762293281.yaml     --name=eap-8.0-plus-eap-xp-5.0     --id=eap-8.0-plus-eap-xp-5.0
15:32:36 ": org.wildfly.channel.InvalidChannelMetadataException: Invalid manifest
15:32:36 caused by:
15:32:36  $.streams[151].version: is missing but it is required
15:32:36  $.streams[151].versionPattern: is missing but it is required
15:32:36 
15:32:36 	at org.wildfly.channel.ChannelManifestMapper.from(ChannelManifestMapper.java:100)
15:32:36 	at org.wildfly.prospero.extras.manifest.merge.ManifestMergeCommand.call(ManifestMergeCommand.java:40)
15:32:36 	at org.wildfly.prospero.extras.manifest.merge.ManifestMergeCommand.call(ManifestMergeCommand.java:18)
15:32:36 	at picocli.CommandLine.executeUserObject(CommandLine.java:1953)
15:32:36 	at picocli.CommandLine.access$1300(CommandLine.java:145)
15:32:36 	at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
15:32:36 	at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
15:32:36 	at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
15:32:36 	at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
15:32:36 	at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
15:32:36 	at picocli.CommandLine.execute(CommandLine.java:2078)
15:32:36 	at org.wildfly.prospero.extras.Main.main(Main.java:37)
15:32:36 

To Reproduce
see description

Expected behavior
No intermittent error

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. 22]
  • JVM version [e.g. 11.0.20]

Additional context
Add any other context about the problem here.

@spyrkob
Copy link
Collaborator

spyrkob commented Mar 19, 2024

@tommaso-borgato could you share the manifests you're trying to merge? Based on the error it looks like some fields are not set in those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants