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
  • I did the chmod 777 and 755 on Jboss-eap.zip (6.1.0 Final) before running the "ant" command. I even edited the "build.xml" file and added
    <exec dir="${appserver.jboss.bin}" executable="add-user.sh" resolveexecutable="true" os="Linux,Solaris,SunOS">
                                  <arg line="chmod 755 add-user.sh"/>
               <arg line="-u ${jboss.management.user.username} -p ${jboss.management.user.password} -s"/>
    </exec> without success
Reply
  • I did the chmod 777 and 755 on Jboss-eap.zip (6.1.0 Final) before running the "ant" command. I even edited the "build.xml" file and added
    <exec dir="${appserver.jboss.bin}" executable="add-user.sh" resolveexecutable="true" os="Linux,Solaris,SunOS">
                                  <arg line="chmod 755 add-user.sh"/>
               <arg line="-u ${jboss.management.user.username} -p ${jboss.management.user.password} -s"/>
    </exec> without success
Children
No Data