No SOA configured servers found for deploying
Hi All,
I am very much novice in BPEL. I have created a sample BPEL process and tried to deploy it in Weblogic Server. But the deployment log in JDeveloper is showing the following message
------------------------------------
+[09:43:08 PM] >>>> Warning: Unable to determine the target platform from the Profile. Using default...+
+[09:43:08 PM] ---- Deployment started. ----+
+[09:43:08 PM] Target platform is (Weblogic 10.3).+
+[09:43:08 PM] Running dependency analysis...+
+[09:43:08 PM] Building...+
+[09:43:15 PM] Deploying profile...+
+[09:43:15 PM] Updating revision id for the SOA Project 'TestBPELPro2.jpr' to '1.0'..+
+[09:43:15 PM] Wrote Archive Module to F:\JDeveloperApplications\JDev11gApps\TestBPEL2\TestBPELPro2\deploy\sca_TestBPELPro2_rev1.0.jar+
+[09:43:15 PM] #### Deployment incomplete. ####+
+[09:43:15 PM] No SOA configured servers found for deploying the archive file:/F:/JDeveloperApplications/JDev11gApps/TestBPEL2/TestBPELPro2/deploy/sca_TestBPELPro2_rev1.0.jar+
+(oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)+
---------------------------
I am using the following:
JDeveloper: 11.1.1.2.0
WebLogic Server: 10.3.2
SOA Server: 11.1.1.2.0
I checked all the pre-requisites, like
-->The database (oracle 10g) containing the SOA schemas is up and running.
-->Weblogic admin server is up and running.
-->SOA_Server1 managed server is up and running.
-->Listen Address is also set to the correct address (i.e localhost)
Can any one help me in solving the issue.
I can notice that in JDeveloper while I am deploying the application in the wizard
Step1: Deployment Action: Deploy to Application server
Step2: Deploy Configuration: Selected the default values
Step3: Select Servers: selected the required weblogic server connection (which is testing sucess)
Step4: SOA Server: In this page I don't see any server appearing (i.e managed server soa_server1)
Step5: Summary
Finish
In step 4 it should show me the soa_server1 available in weblogic server soa domain.
Can any one please provide me the solution to this issue.
Thanks
Pavan,