[
https://issues.jboss.org/browse/AS7-4526?page=com.atlassian.jira.plugin.s...
]
Jan Martiska closed AS7-4526.
-----------------------------
Verified with EAP ER7.
CLONE - Setting 'site' attribute of cache-container Transport
causes EAP not boot up due to XML parsing error
-------------------------------------------------------------------------------------------------------------
Key: AS7-4526
URL:
https://issues.jboss.org/browse/AS7-4526
Project: Application Server 7
Issue Type: Bug
Components: Clustering, Domain Management
Affects Versions: 7.1.1.Final
Reporter: Jan Martiska
Assignee: Richard Achmatowicz
Priority: Critical
Fix For: 7.1.2.Final (EAP)
Using CLI or Admin Console - define TRANSPORT for a cache container
{noformat}
/subsystem=infinispan/cache-container=hibernate/transport=TRANSPORT/:add
{noformat}
.. and define 'site' attribute for it
{noformat}
/subsystem=infinispan/cache-container=hibernate/transport=TRANSPORT/:write-attribute(name="site",
value="30")
{noformat}
This will cause EAP will not be able to boot up because attribute 'site' is
unknown to XML parser:
{noformat}
ERROR [org.jboss.as.server] JBAS015956: Caught exception during boot:
org.jboss.as.controller.persistence.ConfigurationPersistenceException: JBAS014676: Failed
to parse configuration
at
org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:141)
[jboss-as-controller-7.1.1.Final-redhat-1.jar:7.1.1.Final-redhat-1]
at org.jboss.as.server.ServerService.boot(ServerService.java:266)
[jboss-as-server-7.1.1.Final-redhat-1.jar:7.1.1.Final-redhat-1]
at
org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:155)
[jboss-as-controller-7.1.1.Final-redhat-1.jar:7.1.1.Final-redhat-1]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_25]
Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[153,17]
Message: JBAS014788: Unexpected attribute 'site' encountered
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira