-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed as not planned
Closed as not planned
Copy link
Labels
area/adapter/jeekind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/blockerHighest Priority. Has a deadline and it blocks other tasksHighest Priority. Has a deadline and it blocks other tasksteam/core-clients
Milestone
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
adapter/jee
Describe the bug
Trying to install both Wildfly (33.0.2) and Keycloak SAML adapter (26.0.0) using Galleon 6.0.3. The following commands have been used (the third Galleon call installs the adapter):
java -jar "%PATH_GALLEON%\galleon-cli.jar" install wildfly:current#33.0.2.Final --dir=%WF_HOME% --layers=ee-core-profile-server,jaxrs-server,datasources-web-server,deployment-scanner,embedded-activemq,ejb,webservices,undertow-https
java -jar "%PATH_GALLEON%\galleon-cli.jar" install org.wildfly:wildfly-datasources-galleon-pack:9.0.0.Final --dir=%WF_HOME% --layers=postgresql-driver
java -jar "%PATH_GALLEON%\galleon-cli.jar" install org.keycloak:keycloak-saml-adapter-galleon-pack:25.0.0 --dir=%WF_HOME% --layers=keycloak-client-saml-ejb
The adapter is successfully installed, when installing various previous versions (including 25.0.6), but installing the latest version does not insert it into the WF server (nothing in the standalone.xml and no modules present). No error is thrown during installation:
java -jar "%PATH_GALLEON%\galleon-cli.jar" install org.keycloak:keycloak-saml-adapter-galleon-pack:26.0.0 --dir=%WF_HOME% --layers=keycloak-client-saml-ejb
Generating configuration standalone/standalone.xmlWARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/C:/Users/peter/AppData/Local/Temp/1aa92f6d-53c3-470a-9a62-99de1370e8d9/staged/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-25.0.2.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Version
26.0.0
Regression
- The issue is a regression
Expected behavior
The adapter installs normally and includes the extension and other elements into the standalone.xml
Actual behavior
Nothing inserted in the modules subfolder of the server and no extension present in the standalone.xml
How to Reproduce?
Script commands present in the description.
Anything else?
No response
Metadata
Metadata
Assignees
Labels
area/adapter/jeekind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/blockerHighest Priority. Has a deadline and it blocks other tasksHighest Priority. Has a deadline and it blocks other tasksteam/core-clients