我正在开发一个Web应用程序。我使用的是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
但清洁和建筑效果很好。我找不到任何解决办法。
谢谢。
如果我的Glassfish表现得很疯狂,我会:
- 停止GF
- 删除/domain1/generated/*
- delete/domain1/osgi cache/*
- 启动GF
我遇到了同样的问题。只要重新启动服务器,一切都会好起来的。