2 Replies Latest reply on Apr 11, 2017 2:17 AM by nickbar86

    EJB2 SFSB Wildfly 10

    nickbar86

      Hello,

      We are trying to migrate our application from Jboss 6 to Wildfly 10.1

      The application has some EJB2 SFSB which return the following error when we are trying to deploy it:

       


      16:26:51,673 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "sma-ear.ear")]) - failure description: {

       

          "WFLYCTL0412: Required services that are not installed:" => [

              "jboss.deployment.subunit.\"sma-ear.ear\".\"SMA_EJBs.jar\".component.PMSStatusStatsGraphSes.cache",

              "jboss.deployment.subunit.\"sma-ear.ear\".\"SMA_EJBs.jar\".component.GraphSes.cache",

              "jboss.deployment.subunit.\"sma-ear.ear\".\"SMA_EJBs.jar\".component.GraphGenSes.cache"

          ],

      The

      PMSStatusStatsGraphSes

      GraphSes

      GraphGenSes

      are the names of the SFSB's.

      What is more, when we deploy our application on wildfly 9, it looks like they work, though not efficiently.

      Can anyone help us with it?

        • 1. Re: EJB2 SFSB Wildfly 10
          ctomc

          can you paste server.log from deployment, to see what is really going on.

           

          could it be that your app needs run on standalone-full.xml config?

          • 2. Re: EJB2 SFSB Wildfly 10
            nickbar86

            Thank you for your answer, i did not expect moving from standalone to standalone-full would do the job, but it did it and it works perfectly. However, i do not understand why this is the case. I guess i lack some configuration now in 10 which came by default with 9? If you need the server.log to analyze further and trace the route of the problem, tell me.