日期:2014-05-17  浏览次数:20982 次

weblogic问题?
weblogic.application.ModuleException: Context path '' is already in use by the module: XBDPROJ.war application: XBDPROJ
at weblogic.servlet.internal.WebAppModule.initAndValidateContextPath(WebAppModule.java:1076)
at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:899)
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:345)
at weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:403)
at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:182)
Truncated. see log file for complete stacktrace


1、什么意思?是不是服务已经开了,之前我在dos下开过服务,现在在myeclipse下开的服务,报的,但可以访问
2、另weblogic的进程名 叫什么?

------解决方案--------------------
用netstat查看一下端口是否被占用。如果是被占用,则服务器没有停止掉。先将服务器停掉。
进程应该是JAVA或JAVAW吧。没在windows平台研究过。
------解决方案--------------------
XBDPROJ 这个Context path '' is already in use by the module 已经在用
------解决方案--------------------
我出现的是这个错Context path '' is already in use by the module

 我是先在weblogic上加载部署的项目,关闭后。在eclipse下启动报的这个

 之后将之前的部署文件都清理了,重启就不报了 占用什么的吧 具体也不知道什么回事