Posts

Showing posts from May, 2019

Oracle SOA Suite 12c deployment failing due to Proxy Settings

Image
Recently I have come across a situation where production environment is in intranet zone and I have to expose the services over proxy.  Problem For messaging purpose I have used SMPP driver settings targeted to managed servers. Later, I did not require SMPP settings as SMPP protocol was not allowed in intranet zone rather HTTP was allowed. So I have done the implementation of messaging via HTTP based web service and used it in our composite.  Further when I tried to deploy my soa composite, it was causing below error under server-diagnosis.log- [2019-05-23T18:15:54.758+05:30] [soa_server1] [ERROR] [SDP-26153] [oracle.sdp.internal.messaging.driver.smpp.NetworkConnection] [tid: UMS SMPPSender [smpp/UPPCL SMS]] [userId: <anonymous>] [ecid: 9400dcdc-0039-49d3-a28a-c60cc19373a2-0000000b,0:270:3] [APP: usermessagingdriver-smpp] [partition-name: DOMAIN] [tenant-name: GLOBAL] Failed to connect to server, host: 192.168.212.222  port: 5,775 (local address: localhost/127.0.0.1, lo

Oracle SOA Suite 12c Deployment failed- JCA deployment validation errors for 'Adapters/dbadapter_db.jca'

Image
Recently I have come across a strange situation for deployment of a SOA composite 12c (having DbAdapter) in production environment. Below is summary of issue and solution- Error:  Deployment of a SOA composite is failing with "Error while validating JCA Reference Binding meta data during composite deployment. : JCA deployment validation errors for 'Adapters/dbadapter_db.jca' Environment Details 1. SOA Suite: Oracle SOA Suite 12c(12.1.3.0.0) 2. Operating System: Oracle Linux 7 3. Database: Oracle Database 12cR2 (12.2.2.1) Error Log- soa_server1-diagnostic.log 2019-05-23T17:20:15.480+05:30] [soa_server1] [ERROR] [] [oracle.integration.platform.blocks.deploy] [tid: [ACTIVE].ExecuteThread: '57' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: d2fb4bbc-5b4e-4d2d-a19a-a19ac0d8be37-00001b17,0:7:2] [APP: soa-infra] [partition-name: DOMAIN] [tenant-name: GLOBAL] [DSID: 0000Mf^XjTr56i05nzp2iZ1StcZn000001] Except