首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

weblogic调度报could not copy all resources

2012-08-22 
weblogic部署报could not copy all resources在使用Myeclipse开发,发布应用的时候突然无法成功发布,提示De

weblogic部署报could not copy all resources
在使用Myeclipse开发,发布应用的时候突然无法成功发布,提示  
 
Deployment failure on Weblogic 10.x. 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服务并没有启动.上网搜索之后发现和大家范的是一个毛病,原来工程中我引了一个包,后来这个包被我给删除了,但是因为已经发布过这个工程了,所以classpath中就有这个包名了,这样发布的时候也会去找这个包但是已经不存在了,所以无copy,  
 
解决办法:在Myeclipse的工程中点击右健选择properties-->java build path中已经提示了xx.jar不存在,这样就把这个jar信息从Libraries中删除即可.  
 
重新发布应用,OK!

热点排行