We were trying to deploy a composite from em console and it got failed with below error. We checked server logs as em console didn’t through enough information. We found following error message in logs: Oct 6, 2020 4:43:10,904 AM UTC Error HTTP abc.xyz wls_soa1 ExecuteThread: ‘0’ for queue: ‘weblogic.socket.Muxer’ Continue Reading
Ramesh Poonati
JMX Connectivity using Port Forwarding
We recently faced a performance issue in one of the weblogic applications we are supporting. We tried to debug the issue using OS tools and application logging. Unfortunately, we were not succeeded. So, we thought of using Java profiling tool Java Mission Control (JMC) and flight recorder. When we tried Continue Reading
How to change Java heap settings in SOA/OSB 12.2.1.4.0
In 12.2.1.4.0, oracle came up with reference configuration. What it means is that by default soa/osb comes up with some tuning parameters e.g., JTA timeout values, datasource connections, Java heap settings Xms and Xmx. The default Xms and Xmx values are 4 GB for Admin server and 8 GB for Continue Reading
Error while activating weblogic edit session – oracle.net.ns.NetException: Unknown host specified
I was configuring new datasource from admin console and got below error while activating datasource. Error An error occurred during activation of changes, please see the log for details.Error oracle.net.ns.NetException: Unknown host specifiedError Substituted for the exception oracle.net.ns.NetException which lacks a String contructor, original message – Unknown host specified I Continue Reading
SOA Domain Creation Failure – CFGFWK-64038: The app-svc name “ESSAPP” must have target
We were building a domain with both SOA and ESS in same cluster. We got below error in domain configuration wizard during domain creation. CFGFWK-64254: Error occurred in “Artifacts Generation” phase executionEncountered Error: CFGFWK-64038: The app-svc name “ESSAPP” must have target.CFGFWK-64038: The app-svc name “ESSAPP” must have target.CFGFWK-64038: Provide a Continue Reading