Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4169

CLI: ls fails on <ear>/<war>/subsystem=web

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 7.1.1.Final
    • CLI
    • None

      STR:
      1) Deploy the attached EAR (quickstart in development, not necessarily correct).
      2) in CLI: $ cd /deployment=javaee-inject-example-ear-1.5.4.ear/subdeployment=javaee-inject-example-war/subsystem=web
      (pwd should verify that path)
      3) $ ls fails with:

      JBAS014807: Management resource '[
          (\"deployment\" => \"javaee-inject-example-ear-1.5.4.ear\"),
          (\"subdeployment\" => \"javaee-inject-example-war\"),
          (\"subsystem\" => \"web\")
      ]' not found
      

      Full log:

      [disconnected /] connect
      [standalone@localhost:9999 /] cd /deployment=javaee-inject-example-ear-1.5.4.ear/subdeployment=javaee-inject-example-war/subsystem=web
      [standalone@localhost:9999 subsystem=web]  
      [standalone@localhost:9999 subsystem=web] pwd
      /deployment=javaee-inject-example-ear-1.5.4.ear/subdeployment=javaee-inject-example-war/subsystem=web
      [standalone@localhost:9999 subsystem=web] 
      [standalone@localhost:9999 subsystem=web] ls
      Failed to fetch the list of children: {
          "outcome" => "failed",
          "result" => {
              "step-1" => {
                  "outcome" => "failed",
                  "result" => ["servlet"],
                  "rolled-back" => true
              },
              "step-2" => {
                  "outcome" => "failed",
                  "failure-description" => "JBAS014807: Management resource '[
          (\"deployment\" => \"javaee-inject-example-ear-1.5.4.ear\"),
          (\"subdeployment\" => \"javaee-inject-example-war\"),
          (\"subsystem\" => \"web\")
      ]' not found",
                  "rolled-back" => true
              }
          },
          "failure-description" => {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => "JBAS014807: Management resource '[
          (\"deployment\" => \"javaee-inject-example-ear-1.5.4.ear\"),
          (\"subdeployment\" => \"javaee-inject-example-war\"),
          (\"subsystem\" => \"web\")
      ]' not found"}},
          "rolled-back" => true
      }
      [standalone@localhost:9999 subsystem=web]
      

              dpospisil Dominik Pospisil (Inactive)
              ozizka_jira Ondrej Zizka (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: