Glassfish部署CommandException错误

kam*_*aci 7 deployment exception glassfish-3

我想使用asadmin deploy命令将我的应用程序部署到glassvish v3但是我收到错误:

com.sun.enterprise.admin.cli.CommandException: remote failure: There is no installed container capable of handling this application com.sun.enterprise.deploy.shared.FileArchive@1c2a1c7
Run Code Online (Sandbox Code Playgroud)

可能是什么问题?

小智 6

对我来说,问题来自于/ domains/domain/applications中仍然存在我尝试再次部署的应用程序.


Pav*_*tar 1

嘿,我遇到了同样的错误。就我而言,我创建了一个名为“Web-INF”的目录,显然该文件夹的名称必须(强制)为大写,即“WEB-INF”简而言之,检查拼写错误。

它解决了我的问题。所以只是想分享。我是 glassfish 的新手,所以不能真正告诉你确切的解决方案。但对我有用的方法也可能适合你。