您的位置:程序门 -> java -> eclipse



用eclipse 上传项目到weblogic 9 上,出错?


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


用eclipse 上传项目到weblogic 9 上,出错?
发表于:2007-06-11 03:17:11 楼主
有谁知道这是怎么解决?


以前是在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   .
发表于:2007-06-11 10:51:101楼 得分:0
在你重新部署weblogic   9.1之前,是否已经创建了一个application,并且这个application的名字必须要与weblogic   9.2上的应用的名字一样,请确认
发表于:2007-06-14 17:06:482楼 得分:0
mark
发表于:2007-06-17 14:19:533楼 得分:0
停掉weblogic先,在myeclipse的发布页remove掉tproject,重新部署tproject。
发表于:2007-06-17 14:22:094楼 得分:0
是因为这个造成的:
this   problem   is   attempting   to   redeploy   while   the   server   is   running   .
在服务器还running的时候,用了redeploy。

解决办法:
to   correct   the   deployment   you   will   need   to   stop   the   server   and   then   redeploy   the   project   before   restarting   the   server   .
停掉weblogic   server,然后重新redeploy。

建议在myeclipse的发布页先remove掉tproject,然后在部署tproject。
发表于:2007-06-18 14:10:325楼 得分:0
1、先把eclipse程序关闭
2、把weblogic服务器关闭
3、将weblogic上的应用目录中的tproject应用删除。
如果以上步骤还不行,就重启一下机器,我也经常碰到这个问题,其实最好别用eclipse启动服务,推荐用weblogic程序自带的程序启动服务
发表于:2007-12-14 14:51:366楼 得分:0
我也碰到同样的问题,按照jojoy_828的做法,还是错误依旧。救命呀!


快速检索

最新资讯
热门点击