Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JDeveloper Cannot run application due to error deploying to IntegratedWebLogicServer

I have a simple Fusion Web Application program that I could run my simple application on the weblogic server before, but now when I try to run the JSF page I get these errors:

Deployment cancelled.
----  Deployment incomplete  ----.
 Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
#### Cannot run application MyFirstApplication due to error deploying to IntegratedWebLogicServer.

How can I fix this problem?

like image 671
user3246402 Avatar asked Jul 13 '14 16:07

user3246402


1 Answers

The following worked for me:

  1. Close Jdeveloper application.
  2. Delete systemXX.x.x.x.x directory.
  3. Restart Jdeveloper and integrated weblogic server.

I also faced the same issue but after deleting system directory, my server started successfully.

like image 103
khushbu thakur Avatar answered Sep 27 '22 21:09

khushbu thakur