`
MonkeyBoy
  • 浏览: 11058 次
  • 性别: Icon_minigender_1
  • 来自: 珠海
社区版块
存档分类
最新评论

Tomcat 部署出错 If a file is locked ...

 
阅读更多

部署时提示的错误信息如下:

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文件引用。

对照.classpath文件中的classpathentry属性引用的.jar文件和项目lib文件夹中的.jar文件,删除存在于.classpath文件中却不存在于lib文件夹中的节点。

可以右键点项目名称,选择Properties,选择Java Build Path,选择Libraries,把所有项目中的jar都remove,然后再点"add jars",把项目中的jar文件都加进来,再次部署就正常了。

 

以前没遇过这个问题,折腾了好久...

 

 

分享到:
评论
1 楼 Qin_Tianxiang 2012-03-22  
谢谢 碰到了 这个问题 刚好看到这篇文章 非常感谢

相关推荐

    解决sqlite死锁示例异常database is locked示例

    "database is locked"错误是SQLite在遇到死锁情况时抛出的异常,意味着数据库当前处于锁定状态,无法进行预期的操作。本文将深入探讨SQLite死锁的原因、诊断方法以及解决策略。 **1. SQLite死锁原因** SQLite死锁...

    disable/enable adb codes

    在Android系统开发和调试过程中,ADB(Android Debug Bridge)是一个不可或缺的工具。它允许开发者通过USB或网络连接在计算机上对设备进行各种操作,如安装应用、查看日志、执行命令等。标题“disable/enable adb ...

    SVN在客户端执行UPDATE报locked的处理办法

    ### SVN在客户端执行UPDATE报locked的处理办法 #### 背景介绍 在软件开发过程中,版本控制系统(Version Control System, VCS)是必不可少的工具之一。Subversion(SVN)作为一款开源的集中式版本控制系统,被广泛...

    Core is locked-up! stm32 flash 解锁

    stm32 flash解锁,我的是开发板,在按键中断中解锁flash,具体的见源代码,使用ram.icf,把程序烧录在ram中,环境是IAR6.10,库版本是3.0,成功解决Core is locked-up问题。~

    sqlite死锁datebaselock解决方案

    if "database is locked" in str(e): print("数据库被锁定,稍后重试...") continue else: raise e finally: cursor.close() conn.close() # 使用示例 execute_with_retry("your_database.db", "INSERT ...

    Oracle the account is locked解决办法

    本文将针对“Oracle the account is locked”这一主题进行深入探讨,包括其原因、查询方法以及具体的解锁步骤。 #### 错误提示与含义 当出现`ORA-28000: the account is locked`这样的错误提示时,表明当前尝试登录...

    GAMS Python API documentation 24.0

    If external file communication is not an issue in a particular Python application, temporary directories and files will be managed by objects in the namespace. With the exception of GamsWorkspace ...

    Phaes-Locked Loops Design R.E.Best

    CD-Rom for the book "Phase-Locked Loops Design,Simulation and Applications by R.E.Best. A design program for Phase-locked loops circuits

    VB人事管理系统毕业设计及论文

    If Txt(i).Text = "" Then Txt(i).Text = 0 'DataA.Recordset.Fields(i) = 0 Next i DataA.Recordset.AddNew Txt(0).Locked = False If FrmMain.cutable = "employee" Then DataA.Recordset.Fields(13...

    Android多线程操作sqlite(Sqlite解决database locked问题)

    然而,在多线程环境中,由于并发访问数据库,可能会遇到“database locked”(数据库被锁定)的问题。本文将深入探讨如何在Android中使用多线程操作SQLite并解决数据库被锁定的问题。 首先,理解“database locked...

    RunAsTI-master.zip

    Maybe it's a file or a registry key that is locked. Running a tool with this powerfull privilege most likely solve that. Usually such an issue may be due to Windows Resource Protection (WRP) ...

    Unlocker(解锁顽固文件)

    or folder is locked then a window will appear with a list of processes locking the file or folder. Select the locks and click Unlock and you are done. It is recommended to Unlock wisely and to close...

    Tascam IF-88AE简介.pdf

    ### Tascam IF-88AE 介绍及与 Soundscape SSHDR1-Plus 连接设置详解 #### 概述 Tascam IF-88AE 是一款专业的 8 通道 TDIF-AES/EBU 接口设备,主要用于转换 Soundscape SSAC-1 加速卡(SSHDR1 和 SSHDR1 Plus 的可...

    HP 惠普 AMTOOLS.iso 用于HP电脑AMT设置

    3. Remove Power-on password if there is any. 4. Suggest change the system boot-order to "USB Hard Disk FIRST" from F10 setup. Operation Steps: 1. Make sure power is off. 2. Attach the USB hard ...

    BURNINTEST--硬件检测工具

    Passmark's BurnInTest is a software tool that allows all the major sub-systems of a computer to be simultaneously tested for reliability and stability. Status ====== This is a shareware program. ...

    sqlLiteManager

    svn: 'E:\eclipse2018workspace2\SWS' is already locked. 出现的原因: SVN更新时意外中止,触发了SVN的保护机制 解决方案: 首先,打开隐藏的文件夹,会发现 .svn 文件夹,打开之后会发现有个wc.db的文件 使用...

    模拟集成电路的分析与设计:Chapter 15-Phase-Locked Loops.ppt

    模拟集成电路的分析与设计:Chapter 15-Phase-Locked Loops.ppt

    用axis2+Tomcat5.5+Eclipse3.2部署和访问Web服务

    ### 使用Axis2+Tomcat5.5+Eclipse3.2部署和访问Web服务 #### 一、概述 本文档详细介绍了如何使用Apache Axis2、Tomcat5.5以及Eclipse3.2集成环境来部署和访问Web服务。通过具体实例演示了整个过程,包括软件的下载...

    微软内部资料-SQL性能优化3

    If a match is found, it knows that resource is already locked. Some of the resources have “sub-resources.” The followings are sub-resources displayed by the sp_lock output: Database Lock Sub-...

    Matlab锁相环仿真-Phase Locked Loop.rar

    Matlab锁相环仿真-Phase Locked Loop.rar 锁相环的matlab仿真 所含文件: Figure19.jpg 锁相环仿真

Global site tag (gtag.js) - Google Analytics