I am installing the 7.3 using "Appian Configuration Manager" and I get

I am installing the 7.3 using "Appian Configuration Manager" and I get the following error:
BUILD FAILED
/usr/local/AppianConfigurationManager 7.3/build/build.xml:463: The following error occurred while executing this line:
/usr/local/AppianConfigurationManager 7.3/build/menu.xml:118: The following error occurred while executing this line:
/usr/local/AppianConfigurationManager 7.3/build/build.xml:455: Execute failed: java.io.IOException: Cannot run program "/usr/local/appian/bin/jboss/jboss-eap-6.1/bin/add-user.sh" (in directory "/usr/local/appian/bin/jboss/jboss-eap-6.1/bin"): error=13, Permission denied
          at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
          at java.lang.Runtime.exec(Runtime.java:615)
          at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:827)
          at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:445)
          at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:459)
          at org....

OriginalPostID-91890

OriginalPostID-91890

  Discussion posts and replies are publicly visible

Parents
  • ... )
              at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
    Caused by: java.io.IOException: error=13, Permission denied
              at java.lang.UNIXProcess.forkAndExec(Native Method)
              at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
              at java.lang.ProcessImpl.start(ProcessImpl.java:130)
              at java.lang.ProcessBuilder.start(ProcessBuilder.java:1021)

    I know the reason is security for add-user.sh
    I tried to chmod 777 and 755 on the JBOSS-ear.zip but I still get the same error message.
    Need guidance please
Reply
  • ... )
              at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
    Caused by: java.io.IOException: error=13, Permission denied
              at java.lang.UNIXProcess.forkAndExec(Native Method)
              at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
              at java.lang.ProcessImpl.start(ProcessImpl.java:130)
              at java.lang.ProcessBuilder.start(ProcessBuilder.java:1021)

    I know the reason is security for add-user.sh
    I tried to chmod 777 and 755 on the JBOSS-ear.zip but I still get the same error message.
    Need guidance please
Children
No Data