dev@glassfish.java.net

nadmin is not executable?

From: Marina Vatkina <marina.vatkina_at_oracle.com>
Date: Tue, 22 Jan 2013 14:37:41 -0800

Clustered transaction devtests started failing in the last 24+ hours with:

setup-cluster:
      [echo] Starting cluster
      [java] ##### Non-Verbose: Only Failures Are Printed #####
      [java] Executed command: asadmin --host localhost --port 50168 --user anonymous --passwordfile<http://hudson-sca.us.oracle.com/job/gf-transaction-cluster-devtest/ws/appserv-tests/config/adminpassword.txt> --interactive=false --echo=true --terse=true start-cluster --verbose=false c1
      [java]
      [java] CLI FAILED: remote failure: in3: Could not start instance in3 on node localhost-domain1 (localhost).
      [java]
      [java] Failed to execute local command:<http://hudson-sca.us.oracle.com/job/gf-transaction-cluster-devtest/ws/glassfish-v3-image/glassfish3/glassfish/lib/nadmin> is not executable.
      [java]
      [java] To complete this operation run the following command locally on host localhost from the GlassFish install location<http://hudson-sca.us.oracle.com/job/gf-transaction-cluster-devtest/ws/glassfish-v3-image/glassfish3>:
      [java]
      [java] lib/nadmin start-local-instance --node localhost-domain1 --sync normal in3
      [java] in2: Could not start instance in2 on node localhost-domain1 (localhost).
      [java]
      [java] Failed to execute local command:<http://hudson-sca.us.oracle.com/job/gf-transaction-cluster-devtest/ws/glassfish-v3-image/glassfish3/glassfish/lib/nadmin> is not executable.
      [java]
      [java] To complete this operation run the following command locally on host localhost from the GlassFish install location<http://hudson-sca.us.oracle.com/job/gf-transaction-cluster-devtest/ws/glassfish-v3-image/glassfish3>:
      [java]
      [java] lib/nadmin start-local-instance --node localhost-domain1 --sync normal in2
      [java] in1: Could not start instance in1 on node localhost-domain1 (localhost).
      [java]
      [java] Failed to execute local command:<http://hudson-sca.us.oracle.com/job/gf-transaction-cluster-devtest/ws/glassfish-v3-image/glassfish3/glassfish/lib/nadmin> is not executable.
      [java]
      [java] To complete this operation run the following command locally on host localhost from the GlassFish install location<http://hudson-sca.us.oracle.com/job/gf-transaction-cluster-devtest/ws/glassfish-v3-image/glassfish3>:
      [java]
      [java] lib/nadmin start-local-instance --node localhost-domain1 --sync normal in1
      [java]
      [java] The command start-instance failed for: in3 in2 in1
      [java]

-marina