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?
source
share