Maven Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean Failed to delete

I‘m trying to run simple struts project using maven and tomcat.

When I‘m trying to exucute next goals:clean install tomcat7:run ,there is an error :

   
   
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean
(default-clean) on project myproject: Failed to clean project: Failed to delete
-> [Help 1]
D:\EclipseWorkspace\myproject\target\tomcat\logs\access_log.2015-02-21

I‘ve googled and understand that tomcat uses this access_log file, where he logs user requests. And by the time when I want to execute goals listed above, as I‘m using Eclipse IDE, the JVM denies for deleting this file.

solution1:

Have you stopped Tomcat before clean? If not this is a typical problem on Windows, cause if the file is being used windows will lock that file and you can‘t delete it.

solution2:

I‘ve seen this sort of error whenever there‘s a process that‘s holding a lock on a file in some subfolder that‘s Maven is trying to clean. Check that your Tomcat instance is really stopped (look for java processes in Task Manager that shouldn‘t be there).


关闭这个进程就可以了,因为再次build时tomcat并没有真正关闭。

I‘ve also created this issue for myself by opening the access log in a text editor, and then forgetting to close the editor after shutting down the Tomcat and trying to run a new build.

similar:

kill the java (TM) process from processes in you computer. re-run mvn cmd . It should work now.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值