-
Bug
-
Resolution: Done
-
Major
-
7.4.0.GA, 7.4.1.CR1
We started seeing failures of HostExcludesTestCase when running against the patched 7.4.1.GA-CR1 distribution.
java.lang.IllegalArgumentException: Module specification is null
at org.jboss.modules.ModuleIdentifier.fromString(ModuleIdentifier.java:176)
at org.jboss.modules.xml.ModuleXmlParser.parseModuleAbsentContents(ModuleXmlParser.java:606)
at org.jboss.modules.xml.ModuleXmlParser.parseDocument(ModuleXmlParser.java:479)
at org.jboss.modules.xml.ModuleXmlParser.parseModuleXml(ModuleXmlParser.java:335)
at org.jboss.modules.xml.ModuleXmlParser.parseModuleXml(ModuleXmlParser.java:293)
at org.jboss.modules.LocalModuleFinder.hasNext(LocalModuleFinder.java:299)
at org.jboss.modules.ModuleLoader.hasNext(ModuleLoader.java:352)
at org.jboss.as.test.integration.domain.HostExcludesTestCase.retrieveAvailableExtensions(HostExcludesTestCase.java:415)
at org.jboss.as.test.integration.domain.HostExcludesTestCase.testHostExcludes(HostExcludesTestCase.java:335)
The issue is not a regression, but appeared only now because of the removal of okhttp in JBEAP-21575 introducing an absent module when using a patched server.
- is caused by
-
MODULES-406 IllegalArgumentException when iterating modules if module-absent is present
- Resolved
- is incorporated by
-
JBEAP-22435 (7.4.z) Upgrade JBoss Modules from 1.11.0.Final-redhat-00001 to 1.12.0.Final-redhat-00001
- Closed