Can't access to the Infinispan subsystem in Admin management interface due to an error
scandinave Dec 8, 2015 6:28 AMHi, i can't access to the Infinispan subsystem in my admin management. I uses Wildfly 9.0.2 Final.
When i try to access the subsystem, the interface display the message
Failed to create security context
The error log is the following :
Failed to create security context
Unexpected HTTP response: 500
Request
{
"operation" => "composite",
"address" => [],
"steps" => [
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "*"),
("transport" => "jgroups")
],
"operation" => "read-resource-description",
"operations" => true,
"access-control" => "combined-descriptions",
"include-aliases" => true
},
{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "*")
],
"operation" => "read-resource-description",
"operations" => true,
"access-control" => "combined-descriptions",
"include-aliases" => true
},
{
"address" => [("subsystem" => "infinispan")],
"operation" => "read-resource-description",
"operations" => true,
"access-control" => "combined-descriptions",
"include-aliases" => true
}
]
}
Response
Internal Server Error
{
"outcome" => "failed",
"result" => {
"step-1" => {
"outcome" => "failed",
"result" => [{
"address" => [
("subsystem" => "infinispan"),
("cache-container" => "*"),
("transport" => "jgroups")
],
"outcome" => "failed",
"failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.NullPointerException",
"rolled-back" => true
}],
"failure-description" => "WFLYCTL0285: Operation read-resource-description invoked against multiple target addresses failed at address [
(\"subsystem\" => \"infinispan\"),
(\"cache-container\" => \"*\"),
(\"transport\" => \"jgroups\")
] with failure description WFLYCTL0158: Operation handler failed: java.lang.NullPointerException",
"rolled-back" => true
},
"step-2" => {"outcome" => undefined},
"step-3" => {"outcome" => undefined}
},
"failure-description" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0285: Operation read-resource-description invoked against multiple target addresses failed at address [
(\"subsystem\" => \"infinispan\"),
(\"cache-container\" => \"*\"),
(\"transport\" => \"jgroups\")
] with failure description WFLYCTL0158: Operation handler failed: java.lang.NullPointerException"}},
"rolled-back" => true
}
I just added datasource to the standalone-full.xml configuration file. I don't know how to solve this problem.
Do you have any solution?