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

Known profile doesn't reference a manifest error #380

Closed
honza-kasik opened this issue Apr 27, 2023 · 2 comments · Fixed by #639
Closed

Known profile doesn't reference a manifest error #380

honza-kasik opened this issue Apr 27, 2023 · 2 comments · Fixed by #639
Labels
enhancement Enhancement of existing feature good first issue Good for newcomers ready Issue can be worked on

Comments

@honza-kasik
Copy link

Known profile defined in prospero-known-combinations.yaml has manfest: null. Trying to install this profile with Beta11 ends up with an error:

> ./prospero/bin/prospero.sh install --dir=foobar --profile=wildfly
ERROR: PRSP000207: Invalid channel: Channel 'wildfly' doesn't reference a manifest.
Add required channels using [--manifest] argument.

This applies for both Beta11 and Final revisions.

@spyrkob
Copy link
Collaborator

spyrkob commented Apr 28, 2023

@honza-kasik that's expected behaviour as the wildfly manifest is not published atm. There is an example manifest in examples directory that can be used with --manifest=examples/wildfly-27.0.0.Alpha2-manifest.yaml

@spyrkob
Copy link
Collaborator

spyrkob commented Apr 8, 2024

Update the configuration to use org.wildfly.channels:wildfly manifest in Central repository when WildFly 32.0.0.Final is published

Remove the option to have a channel without manifest in the known combination file

@spyrkob spyrkob added enhancement Enhancement of existing feature ready Issue can be worked on good first issue Good for newcomers labels Apr 8, 2024
spyrkob added a commit that referenced this issue Apr 17, 2024
[#380] Specify manifest location for a WildFly profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing feature good first issue Good for newcomers ready Issue can be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants