Problem with deployment on Jdev 11.1.2.1
9a5eNov 2 2011 — edited Jun 4 2012Hi,
I have install JDeveloper 11.1.2.1 and develop simple application. Then I create mess with trying to deploy application on remote weblogic server. Now I am unable to run application on my computer with lot od different errors.
Let's start with this :
[10:15:57 AM] Deploying 2 profiles...
[10:15:58 AM] Wrote Web Application Module to C:\JDeveloper\mywork\MyApp\ViewController\deploy\MyApp_ViewController_webapp.war
[10:15:58 AM] Wrote Enterprise Application Module to C:\JDeveloper\mywork\MyApp\deploy\MyApp_Project1_MyApp.ear
[10:16:03 AM] Redeploying Application...
[10:16:04 AM] [Deployer:149192]Operation 'deploy' on application 'MyApp_Project1_MyApp' is in progress on 'DefaultServer'
[10:16:05 AM] [Deployer:149193]Operation 'deploy' on application 'MyApp_Project1_MyApp' has failed on 'DefaultServer'
[10:16:05 AM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application MyApp_Project1_MyApp on DefaultServer.: Context path '/AppEZ1' is already in use by the module: AppEZ1 application: MyApp.
[10:16:05 AM] Weblogic Server Exception: weblogic.application.ModuleException: Context path '/AppEZ1' is already in use by the module: AppEZ1 application: MyApp
[10:16:05 AM] See server logs or server console for more details.
[10:16:05 AM] weblogic.application.ModuleException: Context path '/AppEZ1' is already in use by the module: AppEZ1 application: MyApp
[10:16:05 AM] Deployment cancelled.
[10:16:05 AM] ---- Deployment incomplete ----.
[10:16:05 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
Just to say that I am total beginer in java world.