Ivo Studensky created AS7-5426:
----------------------------------
Summary: Runtime attributes of txn-recovery-environment socket-binding are
always undefined
Key: AS7-5426
URL:
https://issues.jboss.org/browse/AS7-5426
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, Transactions
Affects Versions: 7.1.3.Final (EAP), 7.2.0.Alpha1
Reporter: Ivo Studensky
Assignee: Brian Stansberry
The runtime attributes 'bound', 'bound-address' and 'bound-port'
of socket-binding.txn-recovery-environment are undefined even if the recovery listener is
on.
Steps to reproduce:
1. enable the recovery listener of transactions, i.e.
/subsystem=transactions:write-attribute(name=recovery-listener,value=true)
2. reload the server
3. check the runtime attributes of txn-recovery-environment
/socket-binding-group=standard-sockets/socket-binding=txn-recovery-environment:read-resource(include-runtime=true)
{noformat}
[standalone@localhost:10099 /]
/socket-binding-group=standard-sockets/socket-binding=txn-recovery-environment:read-resource(include-runtime=true)
{
"outcome" => "success",
"result" => {
"bound" => false,
"bound-address" => undefined,
"bound-port" => undefined,
"client-mappings" => undefined,
"fixed-port" => false,
"interface" => undefined,
"multicast-address" => undefined,
"multicast-port" => undefined,
"name" => "txn-recovery-environment",
"port" => 4712
}
}
[standalone@localhost:10099 /] /subsystem=transactions:read-resource
{
"outcome" => "success",
"result" => {
"default-timeout" => 300,
"enable-statistics" => false,
"enable-tsm-status" => false,
"jts" => false,
"node-identifier" => "1",
"object-store-path" => "tx-object-store",
"object-store-relative-to" => "jboss.server.data.dir",
"path" => "var",
"process-id-socket-max-ports" => 10,
"process-id-uuid" => true,
"recovery-listener" => true,
"relative-to" => "jboss.server.data.dir",
"socket-binding" => "txn-recovery-environment",
"status-socket-binding" => "txn-status-manager",
"use-hornetq-store" => false,
"log-store" => {"log-store" => undefined}
}
}
{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