Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-7388

NullPointerException Adding FileSystemRealm with identities in a batch.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Critical
    • 11.0.0.Alpha1
    • None
    • Security
    • None

    Description

      /subsystem=elytron/filesystem-realm=exampleFsRealm:add(path=fs-realm-users,relative-to=jboss.server.config.dir)
      /subsystem=elytron/filesystem-realm=exampleFsRealm/identity=jduke@JBOSS.ORG:add()
      /subsystem=elytron/filesystem-realm=exampleFsRealm/identity=jduke@JBOSS.ORG:add-attribute(name=Roles, value=["Admin","Guest"])
      /subsystem=elytron/simple-role-decoder=from-roles-attribute:add(attribute=Roles)
      /subsystem=elytron/security-domain=exampleFsSD:add(realms=[{realm=exampleFsRealm,role-decoder=from-roles-attribute}],default-realm=exampleFsRealm,permission-mapper=login-permission-mapper)
      
      Step 21 : RUN /opt/jboss/wildfly/dist/target/wildfly-11.0.0.Alpha1-SNAPSHOT/bin/jboss-cli.sh --commands=embed-server\ --server-config=standalone-elytron.xml,run-batch\ --file=/opt/jboss/commands.txt,stop-embedded-server
      ---> Running in fb3e83746136
      The batch failed with the following error: : {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-4" => "WFLYCTL0158: Operation handler failed: java.lang.NullPointerException"}}
      

      NullPointerException experienced randomly, initially this sounds like the service is not fully up by the time the first command completes.

      Attachments

        Activity

          People

            jkalina@redhat.com Jan Kalina (Inactive)
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: