我已经从JBoss AS 7.1.1转移到WildFly 9.0.0。当我尝试调试应用程序时,启动失败并显示以下消息:
C:... \ build-impl.xml:1181:尚未部署模块。有关详细信息,请参阅服务器日志。
build-impl.xml中:1181:
// Application build.gradle
dependencies {
compile 'javax.annotation:jsr250-api:1.0'
}
日志:
<nbstartserver debugmode="true"/>
<antcall target="connect-debugger"/>
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="true" forceRedeploy="true"/>
<antcall target="debug-display-browser-old"/>
<antcall target="debug-display-browser"/>
<antcall target="connect-client-debugger"/>
我该怎么办?提前谢谢。
答案 0 :(得分:0)
答案 1 :(得分:-1)
Nvidia服务就是问题所在:它运行在一个阻止http:localhost:8080 \ console
的hihden进程中尝试杀死所有nvidia进程
答案 2 :(得分:-1)
我也有类似的问题,在启动wildfly时,在我的系统中已经有一个应用程序在端口8080上运行,卸载该应用程序然后启动了wildfly 10而没有绑定异常。