Skip to main content

Exception in AppMerge flows' progression - Unable to resolve deadlock in factory claims [WebLogic 12.1.1]

While deploying my EAR which included a WAR, I was getting the following errors.


While searching on the net for possible solutions to the issue, came across a post which indicated that the following setting for the domain was the cause for the same. The setting needs to be deselected.



I tried the below url for steps to disable the setting for the domain that I had already created.

http://stackoverflow.com/questions/12219782/how-do-you-turn-off-sip-support-in-weblogic-server-12c

But that did not help. I then created a new domain and ensured that the setting was unchecked. This resolved the issue.

Comments

Popular posts from this blog

OracleJet Grunt Build Fails with Could not resolve com.android.tools.build:gradle:2.1.0.

While doing a grunt build of a oraclejet project in NetBeans, I was getting the below error. To resolve this, added systemProp.https.proxyHost=<proxy host=""> systemProp.https.proxyPort=<proxy host="" port=""> to gradle.properties in <user home="">/.gradle/ directory "D:\Program Files\nodejs\grunt.cmd" "oraclejet-build" Running "oraclejet-build" task Oracle JET Grunt plugin Processing Grunt command... [Warning] Missing platform. Default to android. Theme Name:Platform - alta:android Theme Version - 2.1.0 cleaning staging path..... copy files to staging directory..... copy finished... compiling sass.... sass compile skipped... running theme copy task..... theme copy finished... running theme injection task..... indexHtml theme path injection finished.. injecting index.html with cordova script... running injection task..... mainJs paths injection...