有谁知道这是怎么解决?
以前是在eclipse3.2.1+myeclipse5.0+weblogic 9.2 下开发的项目tproject,现在把整个工作目录它放到别一台机下开发(eclipse3.2.1+myeclipse5.0+weblogic 9.1),用eclipse 把项目tproject 部署到weblogic 9.1下。部署过程出错:
tproject could not be redeployed because it could net be completely
removed in the undeployment phase. the most common cause 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 .
------解决方案--------------------
在你重新部署weblogic 9.1之前,是否已经创建了一个Application,并且这个Application的名字必须要与weblogic 9.2上的应用的名字一样,请确认
------解决方案--------------------
mark
------解决方案--------------------
停掉weblogic先,在myeclipse的发布页remove掉tproject,重新部署tproject。
------解决方案--------------------
1、先把eclipse程序关闭
2、把weblogic服务器关闭
3、将weblogic上的应用目录中的tproject应用删除。
如果以上步骤还不行,就重启一下机器,我也经常碰到这个问题,其实最好别用eclipse启动服务,推荐用weblogic程序自带的程序启动服务
------解决方案--------------------
我也碰到同样的问题,按照jojoy_828的做法,还是错误依旧。救命呀!