Hello!
My JDev Version is 12.2.1.4.0.
I have a problem deploying my Application on a Weblogic 12c Server.
If i try to deploy it -> right click on project -> deploy -> projectname_Project1_projectname-> deploy to application Server -> myWeblogicServer-> deploy to all standalone servers and clusters in the domain i get the following error message:
[10:56:26 PM] [Deployer:149191]Operation "deploy" on application "test_Project1_test" is initializing on "Server_test".
[10:56:26 PM] weblogic.management.DeploymentException: The EAR file test_Project1_test has no META-INF/application.xml and no modules could be found in it
[10:56:26 PM] Deployment cancelled.
[10:56:26 PM] ---- Deployment incomplete ----.
[10:56:26 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
Its very curious because if i start the app locally it starts successfully and without any error message. I already approved that the server isnt the problem. I tried to deploy another App on it and it works just fine.
Any help is appreciated!