Bug 1274059 - [GSS](6.4.z) JBoss hits IllegalStateException upon reload after adding modcluster subsystem
Summary: [GSS](6.4.z) JBoss hits IllegalStateException upon reload after adding modclu...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: mod_cluster
Version: 6.4.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: CR1
: EAP 6.4.6
Assignee: Aaron Ogburn
QA Contact: Michal Karm Babacek
URL:
Whiteboard:
Depends On:
Blocks: 1235746
TreeView+ depends on / blocked
 
Reported: 2015-10-21 19:31 UTC by Aaron Ogburn
Modified: 2019-08-15 05:43 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-01-17 11:46:48 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 2018753 0 None None None 2016-01-22 00:37:09 UTC

Description Aaron Ogburn 2015-10-21 19:31:34 UTC
Description of problem:

Adding the modcluster subsystem and then reloading hits an IllegalStateException upon reload:

java.lang.IllegalStateException: JBAS018786: Multiple Deployment Unit registered processors with priority class 7170 and class org.jboss.as.modcluster.ModClusterServiceWebDependencyProcessor
at org.jboss.as.server.DeployerChainAddHandler.addDeploymentProcessor(DeployerChainAddHandler.java:63)
	at org.jboss.as.server.AbstractDeploymentChainStep$1.addDeploymentProcessor(AbstractDeploymentChainStep.java:40)
	at org.jboss.as.modcluster.ModClusterSubsystemAdd$1.execute(ModClusterSubsystemAdd.java:96)
	at org.jboss.as.server.AbstractDeploymentChainStep.execute(AbstractDeploymentChainStep.java:50)
	at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:702) [jboss-as-controller-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]
	at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:537) [jboss-as-controller-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]
	at org.jboss.as.controller.AbstractOperationContext.completeStepInternal(AbstractOperationContext.java:338)


Version-Release number of selected component (if applicable):

EAP 6.4.4

How reproducible:

Always

Steps to Reproduce:
1. Start JBoss with default standalone.xml
2. Issue following CLI commands

[standalone@localhost:9999 /] /extension=org.jboss.as.modcluster:add
[standalone@localhost:9999 /] batch
[standalone@localhost:9999 / #] /subsystem=modcluster:add()
[standalone@localhost:9999 / #] /subsystem=modcluster/mod-cluster-config=configuration:add(connector=http,advertise="false",proxy-list="127.0.0.1:6666")
[standalone@localhost:9999 / #] run-batch
[standalone@localhost:9999 /] :reload


3. Note the error upon reload

Actual results:

JBoss fails upon reload after adding the modcluster subsystem


Expected results:

JBoss does not fail upon reload after adding the modcluster subsystem


Additional info:

EAP 6 currently adds modcluster through a runtime operation so the commands leave a ModClusterServiceWebDependencyProcessor in the DeployerChainAddHandler deployerMap, allowing for the reload failure.  Upstream wildfly modcluster uses a boottime operation, which avoids this issue, so EAP 6 should likely do the same.

Comment 1 Aaron Ogburn 2015-10-21 19:36:46 UTC
PR: https://github.com/jbossas/jboss-eap/pull/2589

Comment 2 Michael Cada 2016-01-13 15:11:06 UTC
Verified with EAP 6.4.6.CP.CR2

Comment 3 Petr Penicka 2017-01-17 11:46:48 UTC
Retroactively bulk-closing issues from released EAP 6.4 cumulative patches.

Comment 4 Petr Penicka 2017-01-17 11:47:53 UTC
Retroactively bulk-closing issues from released EAP 6.4 cumulative patches.


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