1 Reply Latest reply on Oct 30, 2017 6:06 AM by mchoma

    Error "Failed to create scurity context" when accessing EJB3 subsystem

    lafr

      I'm using Wildfly 10.1. Trying to access the EJB3 subsystem using the Console WebApp gives me an error message "Failed to create scurity context" with these details shown blow.

      What's the problem? Something missing in my configuration file standalone-full.xml?

       

      Unexpected HTTP response: 500
      
      Request
      {
        "operation" => "composite",
        "address" => [],
        "steps" => [
        {
        "address" => [
        ("subsystem" => "ejb3"),
        ("remoting-profile" => "*")
        ],
        "operation" => "read-resource-description",
        "operations" => true,
        "access-control" => "combined-descriptions",
        "locale" => "en",
        "recursive-depth" => 2,
        "include-aliases" => true
        },
        {
        "address" => [
        ("subsystem" => "ejb3"),
        ("passivation-store" => "*")
        ],
        "operation" => "read-resource-description",
        "operations" => true,
        "access-control" => "combined-descriptions",
        "locale" => "en",
        "recursive-depth" => 2,
        "include-aliases" => true
        },
        {
        "address" => [
        ("subsystem" => "ejb3"),
        ("application-security-domain" => "*")
        ],
        "operation" => "read-resource-description",
        "operations" => true,
        "access-control" => "combined-descriptions",
        "locale" => "en",
        "recursive-depth" => 2,
        "include-aliases" => true
        }
        ]
      }
      
      Response
      
      Internal Server Error
      {
        "outcome" => "failed",
        "result" => {
        "step-1" => undefined,
        "step-2" => undefined,
        "step-3" => undefined
        },
        "failure-description" => "WFLYCTL0030: No resource definition is registered for address [
        (\"subsystem\" => \"ejb3\"),
        (\"application-security-domain\" => \"*\")
      ]",
        "rolled-back" => true
      }