GlassFish Server 3 中部署失败

发布于 2024-11-11 16:47:00 字数 772 浏览 2 评论 0原文

我正在开发一个网络应用程序。我正在使用 NetBeans 6.9.1、Java、JSF 和 GlassFish Server 3。

如果我尝试部署该项目,则会收到以下错误:

    init:
    deps-module-jar:
    deps-ear-jar:
    deps-jar:
    library-inclusion-in-archive:
    library-inclusion-in-manifest: 
    compile:
    compile-jsps:
    In-place deployment at /home/ghost/Dokumente/fontys/s2/prj2/trunk/realisierun/program/prj2-m2-10b/build/web
    deploy?path=/home/ghost/Dokumente/fontys/s2/prj2/trunk/realisierung/program/prj2m2-10b/build/web&name=prj2-m2-10b&force=true on GlassFish Server 3 failed
    /home/ghost/Dokumente/fontys/s2/prj2/trunk/realisierung/program/prj2-m2-10/nbproject/build-impl.xml:784: The module has not been deployed.
    BUILD FAILED

但清理和构建工作正常。我找不到任何解决方案。

谢谢。

I'm working on a Webapplication. I'm using NetBeans 6.9.1, Java, JSF and GlassFish Server 3.

If I try to deploy the project I get following error:

    init:
    deps-module-jar:
    deps-ear-jar:
    deps-jar:
    library-inclusion-in-archive:
    library-inclusion-in-manifest: 
    compile:
    compile-jsps:
    In-place deployment at /home/ghost/Dokumente/fontys/s2/prj2/trunk/realisierun/program/prj2-m2-10b/build/web
    deploy?path=/home/ghost/Dokumente/fontys/s2/prj2/trunk/realisierung/program/prj2m2-10b/build/web&name=prj2-m2-10b&force=true on GlassFish Server 3 failed
    /home/ghost/Dokumente/fontys/s2/prj2/trunk/realisierung/program/prj2-m2-10/nbproject/build-impl.xml:784: The module has not been deployed.
    BUILD FAILED

But cleaning and building works fine. I could not find any solution.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夏日落 2024-11-18 16:47:00

如果我的 Glassfish 表现得很疯狂,我会这样做:

  • 停止 GF,
  • 删除 /domain1/ generated/*,
  • 删除 /domain1/osgi-cache/*,
  • 启动 GF。

If my Glassfish behaves crazy, I do:

  • stop GF,
  • delete /domain1/generated/*,
  • delete /domain1/osgi-cache/*,
  • start GF.
开始看清了 2024-11-18 16:47:00

我有同样的问题。只要重启服务器一切就OK了。

I had the same issue. Just restart the server all will be fine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文