Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1040621 - [GSS] (6.3) Cannot use deployments with same runtime-name in a domain
[GSS] (6.3) Cannot use deployments with same runtime-name in a domain
Status: CLOSED CURRENTRELEASE
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Domain Management (Show other bugs)
6.2.0
Unspecified Unspecified
unspecified Severity urgent
: DR0
: EAP 6.3.0
Assigned To: Brian Stansberry
Petr Kremensky
Russell Dickenson
:
Depends On:
Blocks: 1039699
  Show dependency treegraph
 
Reported: 2013-12-11 12:34 EST by Brian Stansberry
Modified: 2014-06-28 11:26 EDT (History)
7 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
In previous versions of JBoss EAP 6, the check for duplicate values for deployment runtime-name attributes in a server group on startup was too aggressive. It was incorrectly throwing an error on startup if there were any duplicate runtime-names in the whole domain, instead of just in a single server group. As a result, including multiple deployments in a domain with the same runtime-name would result in a boot failure even if those deployments are not mapped to the same server group. For example: ---- JBAS010932: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: JBAS014676: Failed to parse configuration ... Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1348,9] ... Message: JBAS014664: An element of this type named 'example.war' has already been declared ---- In this release the validation of uniqueness of runtime names was moved from the XML parser to the operation execution logic, and the validation logic was adjusted to ignore duplicates not associated with the same server group. Multiple deployments with the same runtime-name value can now coexist in a domain so long as they are not mapped to the same server group.
Story Points: ---
Clone Of: 1039699
Environment:
Last Closed: 2014-06-28 11:26:24 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
JBoss Issue Tracker WFLY-2633 Major Resolved Cannot use deployments with same runtime-name in a domain 2016-03-10 20:46 EST

  None (edit)
Comment 2 Petr Kremensky 2014-02-24 09:28:20 EST
Verified on EAP 6.3.0.DR0.

Note You need to log in before you can comment on or make changes to this bug.