AppManage error: Failed to create adjustment process

398 Views Asked by At

When attempting to deploy a TIBCO BusinessWorks project using TIBCO TRA AppManage for example:

D:\projects\MyProject>D:\tibco\tra\5.7\bin\AppManage --propFile "D:\tibco\tra\5.7\bin\AppManage.tra" -deploy -ear build\MyProject.ear -deployConfig build\MyProject.xml -app /Projects/MyProject -user myuser -domain DEV -pw secret

Deployment fails with the following error:

Failed to create adjustment process

1

There are 1 best solutions below

0
stoft On BEST ANSWER

Add .exe to the AppManage command:

D:\projects\MyProject>D:\tibco\tra\5.7\bin\AppManage.exe --propFile "D:\tibco\tra\5.7\bin\AppManage.tra" -deploy -ear build\MyProject.ear -deployConfig build\MyProject.xml -app /Projects/MyProject -user myuser -domain DEV -pw secret`

This may be related to the version of the operating system (without .exe works fine on Windows 7 but not on Windows Server 2008 R2).