Tuesday, August 26, 2008

weblogic.application.ModuleException

When I try to run program in weblogic server it gave the massage "Context path '/xx' is already in use by the module: xx.war application".

I solved this using following steps.

1. Stop the weblogic server
2. Remove all war files from the 'autodeploy' folder in weblogic
3.Then start the weblogic server again
3. After that type the URL "http://localhost:7001/console/" in browser
4. Go to " Configure applications" link
5. Then select previous projects and the go stop -> When work completes

Then problem solved.

1 comment:

Sunny said...

I followed the procedure mentioned; but still the same:
Deployment failed. The message was: weblogic.application.ModuleException: Context path '/SocketWorkbench-war' is already in use by the module: /SocketWorkbench-war application: SocketWorkbench
D:\NetBeansProjects\SocketWorkbench\SocketWorkbench-war\nbproject\build-impl.xml:1056: The module has not been deployed.
See the server log for details.


Any guidance or suggestions would be highly appreciable.
Thank you!