[jboss-jira] [JBoss JIRA] (WFLY-9953) Unable to configure resource adapter pool via Admin Console or CLI (online)
Winfried Wasser (JIRA)
issues at jboss.org
Mon Mar 5 09:12:00 EST 2018
Winfried Wasser created WFLY-9953:
-------------------------------------
Summary: Unable to configure resource adapter pool via Admin Console or CLI (online)
Key: WFLY-9953
URL: https://issues.jboss.org/browse/WFLY-9953
Project: WildFly
Issue Type: Bug
Components: JCA
Affects Versions: 12.0.0.Final, 11.0.0.Final
Reporter: Winfried Wasser
Assignee: Stefano Maestri
It is not possible to set or modify attributes of a resource adapter pool. Problematic attributes are e.g. "min-pool-size", "max-pool-size", "pool-prefill", "idle-timeout-minutes", "blocking-timeout-wait-millis", ...
We tried to configure this via Admin Console and also via CLI comands (where CLI is connected to the server) and got same result in both cases.
{panel:title=Error}
{quote}Failed to modify resource [ ("subsystem" => "resource-adapters"), ("resource-adapter" => "hlrps-adapter.rar"), ("connection-definitions" => "HLR_1.msp") ]
Unexpected HTTP response: 500{quote}
{noformat}
Request
{
"operation" => "composite",
"address" => [],
"steps" => [{
"address" => [
("subsystem" => "resource-adapters"),
("resource-adapter" => "hlrps-adapter.rar"),
("connection-definitions" => "HLR_1.msp")
],
"operation" => "write-attribute",
"name" => "max-pool-size",
"value" => 2
}]
}
{noformat}
Response
{noformat}
Internal Server Error
{
"outcome" => "failed",
"result" => {"step-1" => {
"outcome" => "failed",
"failure-description" => "WFLYJCA0045: failed to set attribute: Index: 0, Size: 0",
"rolled-back" => true
}},
"failure-description" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYJCA0045: failed to set attribute: Index: 0, Size: 0"}},
"rolled-back" => true
}
{noformat}
{panel}
We also tried to do this in offline mode via CLI and succeeded.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list