簡體   English   中英

該模塊尚未部署。 Tomcat 8.0和Netbeans 8.0.2

[英]The module has not been deployed. Tomcat 8.0 and Netbeans 8.0.2

我正在嘗試將Tomcat 8.0與Netbeans 8.0.2連接起來,並用這兩個運行項目。

我已經正確設置了Tomcat,並且從Services-> Servers中可以看到它正在運行。當我嘗試構建項目時,我正在處理的項目正在構建而沒有任何失敗,但是當我嘗試運行它時,它帶有以下消息:

C:\\Users\\Aris\\Desktop\\ted\\Ted_auctions\\nbproject\\build-impl.xml:1052: The module has not been deployed. See the server log for details.

盡管服務器日志未提供任何信息,但我正在研究build-impl.xml @第1052行,它的內容如下:

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

1052 line beeing a middle ..任何人都不知道為什么部署失敗?很抱歉,如果其他地方都已經回答了這個問題,我還找不到其他解決方案。

提前致謝!

對不起,這是服務器日志,我也應該張貼此日志。

Jun 06, 2015 2:39:04 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jun 06, 2015 2:39:04 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jun 06, 2015 2:39:04 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@317f2eba')
Jun 06, 2015 2:41:42 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jun 06, 2015 2:41:42 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Jun 06, 2015 2:41:48 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jun 06, 2015 2:41:48 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jun 06, 2015 2:41:48 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@4ba3b734')
Jun 06, 2015 4:18:29 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jun 06, 2015 4:18:29 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Jun 06, 2015 7:16:35 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jun 06, 2015 7:16:35 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jun 06, 2015 7:16:35 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@13a57a45')
Jun 06, 2015 9:18:39 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Jun 06, 2015 9:18:39 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Jun 06, 2015 9:19:07 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Jun 06, 2015 9:19:07 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Jun 06, 2015 9:19:07 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@5c523672')

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM