wildfly-extras / wildfly-mp-reactive-feature-pack

A galleon feature pack to add the MicroProfile reactive subsystems to your WildFly installation
Apache License 2.0
2 stars 10 forks source link

Failed to locate layer [model=standalone name=reactive-stream-operators-rxjava2] in the the installation feature-pack layout #13

Closed sbflynn closed 4 years ago

sbflynn commented 4 years ago

Followed instructions from https://wildfly.org/news/2020/06/18/Introducing-the-WildFly-MicroProfile-Reactive-specifications-feature-pack on windows with galleon 4.2.5 and got the following failure. New to Galleon so not even sure where to start looking.

[galleon-4.2.5.Final]$ provision ./provision.xml --dir=my-wildfly Feature-packs resolved. Error: Provisioning failed.

kabir commented 4 years ago

@sbflynn It seems I forgot to remove that module before doing the release. I will try to do a new release this week with it fixed. In the meantime to unblock yourself, can you try to use one of the provision.xml files from the quickstarts?

kabir commented 4 years ago

@sbflynn Wrong diagnosis (am in some very long meetings) - https://github.com/wildfly-extras/wildfly-mp-reactive-feature-pack/pull/14 fixes it. If you clone the whole repo and build it with 'mvn install -DskipTests' you should be able to use it. I will try to do a release in the morning

kabir commented 4 years ago

I was able to tag 1.0.0.Beta2

sbflynn commented 4 years ago

That did the trick - Galleon provisioning works perfectly now.

kabir commented 4 years ago

Glad to hear it! Thanks for reporting the problem and let me know if you find any more niggles.