Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-10522

Container is not able to start EjbIIOPService when IIOP over SSL is configured with Elytron

    XMLWordPrintable

Details

    Description

      I've created this issue for finer grained tracking of EAP7-559. For detailed info about this issue please see comments at EAP7-559. In summary: container is not able to deploy application which use IIOP over SSL configured with Elytron:

      2017-04-06 14:51:15,951 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.unit."server.jar".component.IIOPSslStatelessBean.EjbIIOPService: org.jboss.msc.service.StartException in service jboss.deployment.unit."server.jar".component.IIOPSslStatelessBean.EjbIIOPService: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe
      	at org.jboss.as.ejb3.iiop.EjbIIOPService.start(EjbIIOPService.java:399)
      	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:2032)
      	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1955)
      	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.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe
      	at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectionAbort(ORBUtilSystemException.java:2400)
      	at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectionAbort(ORBUtilSystemException.java:2418)
      	at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readBits(SocketOrChannelConnectionImpl.java:375)
      	at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.handleEvent(SocketOrChannelConnectionImpl.java:1148)
      	at com.sun.corba.se.impl.transport.SelectorImpl.run(SelectorImpl.java:331)
      Caused by: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 211  completed: No
      	at com.sun.corba.se.impl.logging.ORBUtilSystemException.ioexceptionWhenReadingConnection(ORBUtilSystemException.java:2484)
      	at com.sun.corba.se.impl.logging.ORBUtilSystemException.ioexceptionWhenReadingConnection(ORBUtilSystemException.java:2502)
      	at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPHeader(MessageBase.java:134)
      	at com.sun.corba.se.impl.transport.CorbaContactInfoBase.createMessageMediator(CorbaContactInfoBase.java:168)
      	at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readBits(SocketOrChannelConnectionImpl.java:333)
      	... 2 more
      Caused by: java.io.IOException: End-of-stream
      	at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readFully(SocketOrChannelConnectionImpl.java:623)
      	at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.read(SocketOrChannelConnectionImpl.java:542)
      	at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPHeader(MessageBase.java:130)
      	... 4 more
      
      2017-04-06 14:51:16,454 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 3) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "server.jar")]) - failure description: {
          "WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"server.jar\".component.IIOPSslStatelessBean.EjbIIOPService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"server.jar\".component.IIOPSslStatelessBean.EjbIIOPService: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe
          Caused by: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe
          Caused by: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 211  completed: No
          Caused by: java.io.IOException: End-of-stream"},
          "WFLYCTL0412: Required services that are not installed:" => ["jboss.deployment.unit.\"server.jar\".component.IIOPSslStatelessBean.EjbIIOPService"]
      }
      2017-04-06 14:51:16,465 ERROR [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0021: Deploy of deployment "server.jar" was rolled back with the following failure message: 
      {
          "WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"server.jar\".component.IIOPSslStatelessBean.EjbIIOPService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"server.jar\".component.IIOPSslStatelessBean.EjbIIOPService: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe
          Caused by: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe
          Caused by: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 211  completed: No
          Caused by: java.io.IOException: End-of-stream"},
          "WFLYCTL0412: Required services that are not installed:" => ["jboss.deployment.unit.\"server.jar\".component.IIOPSslStatelessBean.EjbIIOPService"]
      }
      

      For more details please see comments at https://issues.jboss.org/browse/EAP7-559

      Attachments

        Activity

          People

            tadamski@redhat.com Tomasz Adamski
            dsimko Daniel Simko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: