Eclipse發布項目時部署失敗情況解決辦法

來源:互聯網
上載者:User

 If a file is locked, you can wait until the lock times out

 

MyEclipse中的java項目,翻來複去的折騰修改,最後終於部署失敗了,部署時提示的錯誤資訊如下:

Deployment failure on Tomcat  6.x. Could not copy all resources to E:\apache-tomcat-6.0.16\webapps\HebbnWebServices. If a file is locked, you can wait until the lock times out to redeploy, or stop the server and redeploy, or manually remove the deployment at
E:\apache-tomcat-6.0.16\webapps\HebbnWebServices

再次點部署按鈕時就會提示如下:

Undeployment Failure could not be redeployed because it could not be completely removed in the undeployment phase. the most common cuase of this problem is attempting to redeploy while the server is running,which has locked one or more files.

to correct the deployment you will need to stop the server and then redeploy the project before restarting the server.

解決的辦法就是在Eclipse中把項目中引用的jar檔案重新加一遍就行了,基本原因就是以前的jar檔案不存在了,但是項目資訊中還有,即項目的.classpath檔案中還有不存在的jar檔案引用。

可以右鍵點項目名稱,選擇Properties,選擇Java Build Path,選擇Libraries,把所有項目中的jar都remove,然後再點"add jars",把項目中的jar檔案都加進來,再次部署就正常了。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.