AppManage error: Failed to create adjustment process

AppManage error: Failed to create adjustment process

当尝试使用 TIBCO TRA AppManage 部署 TIBCO BusinessWorks 项目时:

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

部署失败,出现以下错误:

Failed to create adjustment process

.exe 添加到 AppManage 命令:

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

这可能与操作系统版本有关(没有 .exe 在 Windows 7 上工作正常,但在 Windows Server 2008 R2 上不工作)。