Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can't deploy ear file on Weblogic 12c

i have EAR file contains jar and war packages.this ear file deploy on glassfish correctly but when deploy this ear file on weblogic 12c, get this error :

Unable to access the selected application. Error Exception in AppMerge flows' progression Error Exception in AppMerge flows' progression Error Unable to resolve deadlock in factory claims Error Unable to resolve deadlock in factory claims

i check application.xml and name of jar and war packages are correct.anybody have idea for solving this issue ?

like image 604
mehdi shahdoost Avatar asked Jan 23 '12 14:01

mehdi shahdoost


1 Answers

I too had this problem and tried everything (schemas, project structure, dependant libs, etc). Finally compared my domain with the sample "medrec", the only difference was that I had added SIP support. After removing this support, I can now deploy my EAR with included WAR and EJBs. I assume this is a bug in 12c...

like image 197
daz Avatar answered Sep 22 '22 07:09

daz