After installing SOA Suite 11g when for the first time you will try to deploy a simple process you may get following error
[03:21:40 PM] Problem in sending HTTP request to the server. Check standard
HTTP response code for 502
[03:21:40 PM] Error deploying archive sca_Project1_rev1.0.jar to soa_server1
[localhost:8001]
[03:21:40 PM] HTTP error code returned [502]
[03:21:40 PM] No error message is returned from the server.
[03:21:40 PM] #### Deployment incomplete. ####
[03:21:40 PM] Error deploying archive
file:/C:/JDeveloper/mywork/Application1/Project1/deploy/sca_Project1_rev1.0.ja
r
(oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
YOu can get rid of this issue by doing the following changes.
1>Go to weblogic console
Server->click on managed Server
and select configuration->General tab
There in listen address provide the listen address to the host name and restart the server.
2>Go to jdeveloper 11g and disable the proxy settings there.
Go to tools->Preferences->Web Browser and proxy and disable the use proxy http server
Exit and start the jdeveloper once again.
3 comments:
Was very usefull tip for someone starting 11g
Thanks for posting this for starters. The error didn't go away with the above steps. It went away after I UNCHECK 'SSL Listen Port Enabled' option.
Just want to pass the titbit..
[04:16:20 PM] Wrote Enterprise Application Module to C:\JDeveloper\mywork\ProjectPlan\deploy\Preliminary_Design_UI.ear
[04:16:42 PM] Deploying sca_Project_Plan_rev1.0.jar to partition "default" on server soa_server1 [Tigerwoods-PC:8001]
[04:16:42 PM] Processing sar=/C:/JDeveloper/mywork/ProjectPlan/Project_Plan/deploy/sca_Project_Plan_rev1.0.jar
[04:16:42 PM] Adding sar file - C:\JDeveloper\mywork\ProjectPlan\Project_Plan\deploy\sca_Project_Plan_rev1.0.jar
[04:16:42 PM] Preparing to send HTTP request for deployment
[04:16:43 PM] Creating HTTP connection to host:Tigerwoods-PC, port:8001
[04:16:43 PM] Sending internal deployment descriptor
[04:16:43 PM] Sending archive - sca_Project_Plan_rev1.0.jar
[04:17:59 PM] Received HTTP response from the server, response code=500
[04:17:59 PM] Error deploying archive sca_Project_Plan_rev1.0.jar to partition "default" on server soa_server1 [Tigerwoods-PC:8001]
[04:17:59 PM] HTTP error code returned [500]
[04:17:59 PM] Error message from server:
Error during deployment: Deployment Failed: Error occurred during deployment of component: PlanProcess to service engine: implementation.bpmn, for composite: Project_Plan: ORABPEL-05250
Error deploying BPMN suitcase.
error while attempting to deploy the BPMN component file "C:\Oracle\Middleware1033\user_projects\domains\BPM\deployed-composites\Project_Plan_rev1.0\sca_Project_Plan_rev1.0\soa_ce93a593-bcc7-464b-b6df-24e466dc6c18"; the exception reported is: java.lang.StackOverflowError
This error contained an exception thrown by the underlying deployment module.
Verify the exception trace in the log (with logging level set to debug mode).
.
[04:17:59 PM] Check server log for more details.
[04:17:59 PM] Error deploying archive sca_Project_Plan_rev1.0.jar to partition "default" on server soa_server1 [Tigerwoods-PC:8001]
[04:17:59 PM] #### Deployment incomplete. ####
[04:17:59 PM] Error deploying archive file:/C:/JDeveloper/mywork/ProjectPlan/Project_Plan/deploy/sca_Project_Plan_rev1.0.jar
(oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
Post a Comment