0 Replies Latest reply on May 4, 2018 6:42 AM by n_nagraj321

    Wildfly 8.2.1 EJB's are not getting Started

    n_nagraj321

      Hi All,

       

      I have the following two ear projects which are deployed on the wildfly 8.2.1 server. Project structure as follows:

       

       


      Strange thing is EJB's from the acrptsrv.ear project are getting started but not the ejb's from the IdentityMinder.ear project.

      Logs:

       

      2018-05-04 15:47:58,813 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015973: Starting subdeployment (runtime-name: "identityminder_ejb.jar")

      2018-05-04 15:47:58,813 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015973: Starting subdeployment (runtime-name: "sammdb.jar")

       

      2018-05-04 15:48:03,136 INFO  [org.hornetq.jms.server] (ServerService Thread Pool -- 61) HQ121005: Invalid "host" value "0.0.0.0" detected for "http-connector" connector. Switching to "china06-I11873". If this new address is incorrect please manually configure the connector to use the proper one.

      2018-05-04 15:48:03,151 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory

      2018-05-04 15:48:03,292 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) JBAS014142: Started message driven bean 'UnabSnapshotCompletedMDB' with 'hornetq-ra.rar' resource adapter

      2018-05-04 15:48:04,035 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) JBAS014142: Started message driven bean 'SnapshotCompletedMDB_12_0_698' with 'hornetq-ra.rar' resource adapter

      2018-05-04 15:48:04,105 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) JBAS014142: Started message driven bean 'AuditMessageMDB' with 'hornetq-ra.rar' resource adapter

      2018-05-04 15:48:04,214 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) JBAS014142: Started message driven bean 'SnapshotCompletedMDB' with 'hornetq-ra.rar' resource adapter

      2018-05-04 15:48:12,903 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment sammdb.jar

      2018-05-04 15:48:13,313 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) JBAS016002: Processing weld deployment identityminder_ejb.jar

       

       

      I couldn't see any Started message driven bean message in the log file for the Identityminder ejb projects.

       

      Anyone has any idea on this?

       

       

       

      Thanks

      Nagaraju