JDeveloper Cannot run application due to error deploying to IntegratedWebLogicServer

user3246402 picture user3246402 · Jul 13, 2014 · Viewed 16k times · Source

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?

Answer

khushbu thakur picture khushbu thakur · Nov 29, 2019

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.