Eclipse 将Spring应用程序部署到MCF失败,使用CFI,使用vmc

Eclipse 将Spring应用程序部署到MCF失败,使用CFI,使用vmc,eclipse,spring,deployment,cloud-foundry,Eclipse,Spring,Deployment,Cloud Foundry,使用CloudFoundry Integration for Eclipse(我运行的是32位Eclipse 4.2),当我尝试将任何Spring应用程序部署到OSX 10.7.4上VMware Fusion 5.0.1上运行的MCF时,我始终会遇到以下错误: Communication with server failed: 500 Internal Server Error 在服务器视图中,当我尝试启动服务时 在VMC中,应用程序可见,状态为STOPPED。如果我尝试使用VMC启动它,我会

使用CloudFoundry Integration for Eclipse(我运行的是32位Eclipse 4.2),当我尝试将任何Spring应用程序部署到OSX 10.7.4上VMware Fusion 5.0.1上运行的MCF时,我始终会遇到以下错误:

Communication with server failed: 500 Internal Server Error
在服务器视图中,当我尝试启动服务时

在VMC中,应用程序可见,状态为STOPPED。如果我尝试使用VMC启动它,我会

maguro:Desktop darrellberry$ vmc start testserver4
Staging Application 'testserver4': .............................................HTTP exception: RestClient::RequestTimeout:Request Timeout
但是,如果我将应用程序从Eclipse导出为WAR文件,并使用VMC(而不是从Eclipse内部)将其推送到MCF上,它将部署并启动,不会出错

感谢大家的帮助


D

能否运行此命令以获取更详细的错误信息:

vmc logs testserver4 [--all]

这看起来像是网络连接问题。检查Eclipse安装的网络设置。

嗨,Darrell,问题解决了吗?