build-impl.xml:1025:该模块尚未部署. (便门) [英] build-impl.xml:1025: The module has not been deployed. (Wicket)

查看:222
本文介绍了build-impl.xml:1025:该模块尚未部署. (便门)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在使用 Netbeans 7.2 上的 wicket 框架开发Java Web应用程序,突然间我遇到了这个问题.我试过清理build-impl.xml,然后重新启动IDE,我应该说我对此知识不多.有人可以告诉我为什么会出现错误以及如何解决该错误吗?

I have been working on a Java web application using wicket framework on Netbeans 7.2 and out of a sudden I encountered this problem. I tried cleaning the build-impl.xml then restarting the IDE and I should say I have fairly low knowledge on this. Can someone please tell me why it is giving an error and how I can fix that?

第1024、1025和1026行是:

The lines 1024, 1025 and 1026 are :

<target if="netbeans.home" name="-run-deploy-nb">
   <nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
</target>

错误消息显示:

nbproject/build-impl.xml:1025: The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 4 seconds)

推荐答案

/*从重新启动玻璃钢服务器开始*/

/* START BY RESTARTING YOUR GLASSFISH SERVER */

1-将DBMS(ex:oracle,MySQL,MsSQL ..)jdbc连接器jar添加到域 "glassfish目录/域/{yourDomain}/lib"

1-add DBMS(ex:oracle,MySQL,MsSQL..) jdbc connector jar to domain "glassfish directory/domain/{yourDomain}/lib"

在glassfish服务器"JDBC-> ConnectionPool"中添加2个连接池

2-add connection pool in glassfish server "JDBC-->ConnectionPool"

3-添加您的JNDI"JDBC-> jdbc ressource"

3-add your JNDI "JDBC-->jdbc ressource"

4-测试连接

5添加其他属性

如果您的数据库帐户没有密码,就可以轻松

IF YOU HAVE NO PASSWORD ON YOUR DATABASE ACCOUNT YOU CAN EASILY

6- glassfish/config/domain.xml在您的jdbc-connection-pool中将密码值更改为"

6- glassfish/config/domain.xml change password value to "" in your jdbc-connection-pool

这篇关于build-impl.xml:1025:该模块尚未部署. (便门)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆