Cargo plugin throws CargoException when deploying on Glassfish - Deployment has failed: null

半世苍凉 提交于 2019-12-03 22:44:12

Did you ever find a solution? I'm running into this problem when I try to deploy to a different server, but if I change the host to localhost, the deployment works as expected.

I faced tha same problem, with localhost it was everything fine, and when I tried to deploy remotely the same null error came.

What I did is, I deleted, and installed everything from scratch on the remote server. So the same Glassfish installation was present on my local machine, and the remote server.

After that everything was fine.

P.S: This can be achieved by copying your local domain on your remote host.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!