Posts

Showing posts from July, 2020

Oracle SOA 12c- Unable to invoke endpoint URI "REPLACE_BY_ACTUAL_URL"

Image
Problem While Creating Roles in OIM, Roles were not getting created. While Tracking Request, it was showing “Request Failed”. Environment Oracle SOA Suite 12c used in conjunction with Oracle IDAM 12c Oracle Linux 7.x Cause IAM-2050126 : Invalid outcome com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}remoteFault} messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage} parts: {{ summary=<summary>oracle.fabric.common.FabricInvocationException: Unable to invoke endpoint URI "REPLACE_BY_ACTUAL_URL" successfully due to: java.lang.IllegalArgumentException: Transport can not be determined from uri REPLACE_BY_ACTUAL_URL</summary> ,code=<code>null</code> ,detail=<detail>Unable to invoke endpoint URI "REPLACE_BY_ACTUAL_URL" successfully due to: java.lang.IllegalArgumentException: Transport can not be determined from uri REPLACE_BY_ACTUAL_URL </detail>} received from SOA for the req

MySQL Service start error on Ubuntu 16.04 VM- IP bind issue

Image
Problem Recently, my MySQL server 5.7.x wasn't starting rather it throws following error message Job for mysql.service failed because the control process exited with error code. See "systemctl status mysql.service" and "journalctl -xe" for details.   MySQL Error Log-   /var/log/mysql/error.log 2020-07-20T14:34:56.131825Z 0 [Note] Server hostname (bind-address): '10.0.0.104'; port: 3306 2020-07-20T14:34:56.131862Z 0 [Note]   - '10.0.0.104' resolves to '10.0.0.104'; 2020-07-20T14:34:56.131895Z 0 [Note] Server socket created on IP: '10.0.0.104'. 2020-07-20T14:34:56.131913Z 0 [ERROR] Can't start server: Bind on TCP/IP port: Cannot assign requested address 2020-07-20T14:34:56.131920Z 0 [ERROR] Do you already have another mysqld server running on port: 3306 ? 2020-07-20T14:34:56.132002Z 0 [ERROR] Aborting 2020-07-20T14:34:56.132037Z 0 [Note] Binlog end 2020-07-20T14:34:56.132157Z 0 [Note] Shutting down plugin 'ngram' 2020