Debugging weblogic 9 2 with Intellij 6.0.1 build 5784 Follow
Debugging local weblogic 9.2 (with JSF), I am getting this message when Intellij starts up Weblogic:
weblogic.application.ModuleException: Context path '/cdt-complaints' is already in use by the module: cdt-complaints.war application: appsdircdt-complaints_war
What am I doing wrong?
Please sign in to leave a comment.
Hello tashagooch,
Looks like some application is already deployed with context path '/cdt-complaints'.
You can go to WebLogic Admin Console (http://]]>:7001/console)
and to find and undeploy a conflicting application.
They are the same app. If I start Weblogic via the .cmd file (outside of Intellij), Weblogic creates subdirectories "_appsdir_cdt-complaints_war".
Later, when I try to debug with Intellij, Weblogic gives me the "already in use" message.
Does that mean I have to undeploy the app before debugging it in Intellij?
Hello tashagooch,
Yes.