ModuleLoadException when trying to load the DG 8.1.1 module
Issue
- The provided module.xml includes the following under
,this is causing issues since these artifacts are not part of the DG 8.1.1 distribution but still expected as part of a deployment.
<artifact name="com.amazonaws:aws-java-sdk-core:1.11.368" />
<artifact name="com.amazonaws:aws-java-sdk-s3:1.11.368" />
<artifact name="com.amazonaws:aws-java-sdk-kms:1.11.368" />
<artifact name="com.amazonaws:jmespath-java:1.11.368" />
<artifact name="software.amazon.ion:ion-java:1.0.2" />
- This leads to a ModuleLoadException when trying to load the DG module:
Caused by: org.jboss.modules.xml.XmlPullParserException: Failed to resolve artifact 'com.amazonaws:aws-java-sdk-core:1.11.368' (position: END_TAG seen ... <artifact name="com.amazonaws:aws-java-sdk-core:1.11.368" />...
Environment
- Red Hat Data Grid 8.1.1
- EAP 7.3.4
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.