zoukankan      html  css  js  c++  java
  • 部署项目到weblogic时提示文件被锁,导致报错

    部署项目到weblogic中出现一个“黄叹号!”。报错如下:

         (1) Deployment is out of date due to changes in the underlying project contents. You'll need to manually 'Redeploy' the project to update the deployed archive.

         (2)Deployment failure on weblogic 8. Could not copy all resources to D:/.../webapps/eptInfo. 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 D:/..../webapps/eptInfo.

    等等,

    解决方法:出现这个问题的原因很明显给的提示是说:有些文件没有被加载进来。但为什么没加载进来呢?你可以看一下你原工程和部署到weblogic中的工程比较一下,看缺少什么,还有一种错误是jar包的问题,你在工程中点击右健选择properties-->java build path看一下你的jar包,是不是有些前面出现了“黄叹号!”,把这些jar包删除然后重新加载进来(当然用不着的就不用了,情况不同,解决的方法不同)。

    总结:出现这个问题的原因是缺少文件或jar包。

    幸运之神的降临,往往只是因为你多看了一眼,多想了一下,多走了一步
  • 相关阅读:
    文件系统操作与磁盘管理
    文件打包与压缩
    环境变量与文件查找
    Linux 目录结构及文件基本操作
    用户及文件权限管理
    基本概念及操作
    iOS 一个简单的单例
    Xcode编译Undefined symbols for architecture xxx 错误总结
    iOS 直播
    iOS8.1 编译ffmpeg和集成第三方实现直播(监控类)
  • 原文地址:https://www.cnblogs.com/gsxdream/p/3398450.html
Copyright © 2011-2022 走看看