1

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

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

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

创建调整过程失败

4

1 回答 1

1

添加.exe到 AppManage 命令:

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`

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

于 2016-04-22T15:47:22.930 回答