ESB Services not deploying properly
669345Nov 12 2008 — edited Nov 13 2008I have an environment identical to this image:
http://download.oracle.com/docs/cd/B31017_01/core.1013/b28941/esb1.gif
Basically, 2 clustered HTTP (oracle) servers in front of 2 clustered ESB instances.
I can deploy my ESB projects to the ESB server by running the ant task "DeployESBProjects" on BOTH ESB environments. When I log into the console (via httpserver:7777/esb), I see the routing services depicted properly.
When I look at the properties for a routing service and click on the link for the Concrete WSDL, I get the following error:
XML Parsing Error: no element found
Location: http://usprte1vdias52.onstar.gm.com:7777/esb/wsil/EnvTestSys/Customer_RS?wsdl
Line Number 1, Column 1:
Address is: http://httpserver:7777/esb/wsil/.....routing_service?wsdl
When I click on the link for the SOAP Endpoint URI, I get:
No WebService Provider is registered at this URL
Address is: http://httpserver:7777/event/.....routing_service
When I click on the WSDL URL link, I see the WSDL file.
Address is: http://httpserver:7777/esb/slide/ESB_Projects/.....routing_service.wsdl
Looking through the enterprise management console, I cannot see any new webservices deployed at all. When I deploy to my local ESB environment, I see new webservices every time I deploy a new routing service under the OC4J_SOA instance.
Any ideas?