JDeveloper Cannot start application due to error deployment on IntegratedWebLogicServer

I have a simple Fusion Web Application program in which I could run my simple application on a web server before, but now when I try to run the JSF page, I get the following 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?

+4
source share
2 answers

the steps to run the application on the weblogic server (or any other java server) consist of the following 4 steps:

  • Compilation and construction
  • Server start
  • Deploying a fusion web application
  • Application launch

. , , , , , .

, - . , .

0

JDeveloper 11g Release 2.

:

  • .
  • - IntegratedWebLogicServer ( )
  • , .
  • // , . .
  • , ( ), .
  • , "".
  • IntegratedWebLogicServer , / .

, .

- , Windows. , .

, .

0

Source: https://habr.com/ru/post/1548258/


All Articles