]
Galder Zamarreño commented on ISPN-9295:
----------------------------------------
Ah, this only happens if you download the server from:
Server fails to start if maven repo does not have Xerces
--------------------------------------------------------
Key: ISPN-9295
URL:
https://issues.jboss.org/browse/ISPN-9295
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 9.3.0.CR1
Reporter: Galder Zamarreño
Priority: Blocker
Fix For: 9.3.0.Final
If XercesImpl is not present in maven repo, there doesn't seem to be an attempt to
download and instead you get:
{code}
[Host Controller] Caused by: org.jboss.modules.xml.XmlPullParserException: Failed to
resolve artifact 'xerces:xercesImpl:2.11.0.SP5' (position: END_TAG seen
...resources>\n <artifact
name="xerces:xercesImpl:2.11.0.SP5"/>... @26:56)
[Host Controller] at
org.jboss.modules.xml.ModuleXmlParser.parseArtifact(ModuleXmlParser.java:981)
[Host Controller] at
org.jboss.modules.xml.ModuleXmlParser.parseResources(ModuleXmlParser.java:869)
[Host Controller] at
org.jboss.modules.xml.ModuleXmlParser.parseModuleContents(ModuleXmlParser.java:659)
[Host Controller] at
org.jboss.modules.xml.ModuleXmlParser.parseDocument(ModuleXmlParser.java:426)
[Host Controller] at
org.jboss.modules.xml.ModuleXmlParser.parseModuleXml(ModuleXmlParser.java:302)
[Host Controller] ... 15 more
{code}