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

reactive-stream-operators-rxjava2 installation error #16

Closed floresmleonardo closed 4 years ago

floresmleonardo commented 4 years ago

Following the instructions on the Readme.md, I found an error trying to execute the installation command:

galleon.sh install org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta1 --layers=microprofile-reactive-all --dir=wildfly-20.0.1.Final/ **Error: Install failed..

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

A workaround is to specify the layers one by one as:

galleon.sh install org.wildfly.extras.reactive:wildfly-microprofile-reactive-feature-pack:1.0.0.Beta1 --layers=reactive-streams-operators,context-propagation,reactive-messaging --dir=wildfly-20.0.1.Final/

kabir commented 4 years ago

Thanks - although I think this one is a duplicate of https://github.com/wildfly-extras/wildfly-mp-reactive-feature-pack/issues/13 which should be fixed in 1.0.0.Beta2, so try 1.0.0.Beta2.

Sorry for the delay in replying, I have been on holiday :)

floresmleonardo commented 4 years ago

Yes, using 1.0.0.Beta2 fix the installation issue.

Thank you!