Cannot deploy ear file on Weblogic 12c

I have an EAR file containing jar and war files. This ear file installs correctly on glass fish, but when deploying this ear file to weblogic 12c you get this error:

Unable to access the selected application. Exception error in AppMerge thread streams Exception error in AppMerge thread streams Error Failed to resolve deadlock in factory requests Error Failed to resolve deadlock in factory claims

I am checking application.xml and the name of the jar and war packages correctly. Does anyone have an idea to solve this?

+5
source share
3 answers

(, , ..). , "medrec", , SIP. EAR WAR EJB. , 12c...

+5

, . eclipse , " -" .

- ​​ weblogic.

0

Today I faced the same problem. This issue is related to how the domain was created. If you used the "base domain of the SIP server", this will happen when installing the ear. You can double check whether a domain is created using Basic SIP or not, go to the file Weblogic Server Domain >> bin >> setDomainEnv (cmd or sh)and check if the following properties are defined.

-- set WLSS_HOME=C:\Oracle\Middleware\wlserver_12.1\sip
-- set SIP_ENABLED=true

I tried to create the domain again with the JAX-RPC extension instead of Basic SIP and solved this problem.

0
source

All Articles