[jboss-jira] [JBoss JIRA] (WFLY-5333) Happen to se org.omg.CORBA.PolicyError: There is no PolicyFactory time to time
Ondřej Chaloupka (JIRA)
issues at jboss.org
Mon Sep 14 07:45:00 EDT 2015
Ondřej Chaloupka created WFLY-5333:
--------------------------------------
Summary: Happen to se org.omg.CORBA.PolicyError: There is no PolicyFactory time to time
Key: WFLY-5333
URL: https://issues.jboss.org/browse/WFLY-5333
Project: WildFly
Issue Type: Bug
Components: IIOP
Reporter: Ondřej Chaloupka
Assignee: Tomasz Adamski
I happens to me that I can see time to time error {{org.omg.CORBA.PolicyError: There is no PolicyFactory Registered for type}} [1].
I can see this issue during deployment
Unfortunately it's intermittent failure that I'm not able to reproduce surely. In most cases the server starts fine (and tests run without any problem).
This happens normally on server which is used as target of iiop call from other server.
Adding the server log for further reference.
[1]
{code}
ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.deployment.unit."crashrecovery-txpropag-server.jar".component.MultiXACrashBean.EjbIIOPService: org.jboss.msc.service.StartException in service jboss.deployment.unit."crashrecovery-txpropag-server.jar".component.MultiXACrashBean.EjbIIOPService: org.omg.CORBA.PolicyError: There is no PolicyFactory Registered for type -2023406815
at org.jboss.as.ejb3.iiop.EjbIIOPService.start(EjbIIOPService.java:398)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.omg.CORBA.PolicyError: There is no PolicyFactory Registered for type -2023406815
at com.sun.corba.se.impl.interceptors.PIHandlerImpl.create_policy(PIHandlerImpl.java:955)
at com.sun.corba.se.impl.orb.ORBImpl.create_policy(ORBImpl.java:1611)
at org.jboss.as.ejb3.iiop.EjbIIOPService.start(EjbIIOPService.java:291)
... 5 more
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list