[
https://issues.jboss.org/browse/AS7-4526?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry moved JBPAPP-8724 to AS7-4526:
-----------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-4526 (was: JBPAPP-8724)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.1.1.Final
(was: EAP 6.0.0 ER 5)
Component/s: Clustering
Domain Management
(was: Infinispan)
(was: Server boot)
Security: (was: Public)
Fix Version/s: 7.1.2.Final-redhat1
(was: TBD EAP 6)
Docs QE Status: (was: NEW)
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-redhat1
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