-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The following operation fails with a StringIndexOutOfBoundsException
/host=master/core-service=capability-registry:suggest-capabilities(name=org.wildfly.clustering.jgroups.channel-factory,dependent-address=[("profile" => "full-ha"),("subsystem" => "jgroups")])
while similar operations work w/o an error
/host=master/core-service=capability-registry:suggest-capabilities(name=org.wildfly.batch.job.repository, dependent-address=[("profile" => "full"), ("subsystem" => "batch-jberet")])
This is the code which throws the StringIndexOutOfBoundsException: https://github.com/wildfly/wildfly-core/blob/master/controller/src/main/java/org/jboss/as/controller/CapabilityRegistry.java#L946
- causes
-
JBEAP-8675 Command completion in CLI fails with lang.StringIndexOutOfBoundsException: String index out of range: -16
- Closed