0 Replies Latest reply on Apr 16, 2012 3:45 PM by malichtenberg

    Web container serving requests before EJB receiver available

    malichtenberg

      Hi,

      We're running 7.1.1.Final with a single deployed ear containing two war files and a jar. The applications in the war files utilize EJBs in the jar using remote jndi lookups. After starting up the EJBs get deployed followed by the web application in the war. If any web requests are received after the web apps start but before JBoss completely finishes starting, we receive naming exceptions followed by "No EJB recever available" exceptions:

       

      Caused by: javax.naming.NameNotFoundException: mach_app/backoffice2/ImportObviousDeviceBean!com.machenergy.session.imports.ImportObviousDeviceRemote -- service
      jboss.naming.context.java.global.mach_app.backoffice2."ImportObviousDeviceBean!com.machenergy.session.imports.ImportObviousDeviceRemote"
              at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:97)
              at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:178)
              at org.jboss.as.naming.InitialContext.lookup(InitialContext.java:123)
              at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:214)
              at javax.naming.InitialContext.lookup(InitialContext.java:392) [rt.jar:1.6.0_23]
              at com.machenergy.ejb.Bean.lookup(Bean.java:131) [backoffice2.jar:]
              ... 33 more
      

       

      followed by

       

      Caused by: java.lang.IllegalStateException: No EJB receiver available for handling [appName:mach_app,modulename:backoffice2,distinctname:] combination for invocation context org.jboss.ejb.client.EJBClientInvocationContext@19e154b9
              at org.jboss.ejb.client.EJBClientContext.requireEJBReceiver(EJBClientContext.java:584) [jboss-ejb-client-1.0.5.Final.jar:1.0.5.Final]
              at org.jboss.ejb.client.ReceiverInterceptor.handleInvocation(ReceiverInterceptor.java:119) [jboss-ejb-client-1.0.5.Final.jar:1.0.5.Final]
              at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:181) [jboss-ejb-client-1.0.5.Final.jar:1.0.5.Final]
              at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:136) [jboss-ejb-client-1.0.5.Final.jar:1.0.5.Final]
              at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:121) [jboss-ejb-client-1.0.5.Final.jar:1.0.5.Final]
              at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:104) [jboss-ejb-client-1.0.5.Final.jar:1.0.5.Final]
              at $Proxy80.findDeviceBySerialNumber(Unknown Source)    at com.machenergy.web.cis.importer.AcquiliteImporter.getObviusDevice(AcquiliteImporter.java:371) [classes:]
              at com.machenergy.web.cis.importer.AcquiliteImporter.<init>(AcquiliteImporter.java:144) [classes:]
              ... 30 more
      

       

      Once the server fully starts the exceptions stop and code in the web application is able to lookup EJBs. I've tried explicit dependencies in the war MANIFESTs for the jar, and also explicit dependencies in the jar for org.jboss.ws.* modules. All to no avail. A portion of my server.log is below showing the startup sequence. Is there a dependency I can add to the war manifests to avoid this problem?

       

      server.log startup output:

      13:29:27,505 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "mach_app.ear"13:29:31,329 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "mamfive.war"
      13:29:31,329 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "backoffice2.jar"
      13:29:31,329 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "cis.war"
      13:29:32,730 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) JBAS011401: Read persistence.xml for emCore
      13:29:32,933 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.mach_app.ear.backoffice2.jar" is using a private module ("org.jboss.ws.spi:main") which may be changed or removed in future versions without notice.
      13:29:32,935 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.mach_app.ear.backoffice2.jar" is using a private module ("org.jboss.common-core:main") which may be changed or removed in future versions without notice.
      13:29:32,936 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.mach_app.ear.backoffice2.jar" is using a private module ("org.jboss.ironjacamar.jdbcadapters:main") which may be changed or removed in future versions without notice.
      13:29:32,937 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.mach_app.ear.backoffice2.jar" is using a private module ("org.jboss.ws.spi:main") which may be changed or removed in future versions without notice.
      13:29:32,938 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.mach_app.ear.backoffice2.jar" is using a private module ("org.jboss.common-core:main") which may be changed or removed in future versions without notice.
      13:29:32,939 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.mach_app.ear.backoffice2.jar" is using a private module ("org.jboss.ironjacamar.jdbcadapters:main") which may be changed or removed in future versions without notice.
      13:29:32,941 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.mach_app.ear.backoffice2.jar" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
      13:29:32,942 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.mach_app.ear" is using a private module ("org.jboss.ws.spi:main") which may be changed or removed in future versions without notice.
      13:29:32,943 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.mach_app.ear" is using a private module ("org.jboss.common-core:main") which may be changed or removed in future versions without notice.
      13:29:32,944 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.mach_app.ear" is using a private module ("org.jboss.ironjacamar.jdbcadapters:main") which may be changed or removed in future versions without notice.
      13:29:32,945 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.mach_app.ear" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
      13:29:33,054 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.mach_app.ear.cis.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
      13:29:33,055 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.mach_app.ear.cis.war" is using a private module ("org.jboss.ws.spi:main") which may be changed or removed in future versions without notice.
      13:29:33,056 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.mach_app.ear.cis.war" is using a private module ("org.jboss.common-core:main") which may be changed or removed in future versions without notice.
      13:29:33,057 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.mach_app.ear.cis.war" is using a private module ("org.jboss.ironjacamar.jdbcadapters:main") which may be changed or removed in future versions without notice.
      13:29:33,059 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.mach_app.ear.cis.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
      13:29:33,099 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.mach_app.ear.mamfive.war" is using a private module ("org.jboss.ws.spi:main") which may be changed or removed in future versions without notice.
      13:29:33,100 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.mach_app.ear.mamfive.war" is using a private module ("org.jboss.common-core:main") which may be changed or removed in future versions without notice.
      13:29:33,101 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.mach_app.ear.mamfive.war" is using a private module ("org.jboss.ironjacamar.jdbcadapters:main") which may be changed or removed in future versions without notice.
      13:29:33,102 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.mach_app.ear.mamfive.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
      
      
      13:29:38,193 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named RatingExchangeServiceBean in deployment unit subdeployment "backoffice2.jar" of deployment "mach_app.ear" are as follows:
      
      
                java:global/mach_app/backoffice2/RatingExchangeServiceBean!com.machenergy.session.abs.RatingExchangeServiceLocal
                java:app/backoffice2/RatingExchangeServiceBean!com.machenergy.session.abs.RatingExchangeServiceLocal
                java:module/RatingExchangeServiceBean!com.machenergy.session.abs.RatingExchangeServiceLocal
                java:global/mach_app/backoffice2/RatingExchangeServiceBean!com.machenergy.session.abs.RatingExchangeServiceRemote
                java:app/backoffice2/RatingExchangeServiceBean!com.machenergy.session.abs.RatingExchangeServiceRemote
                java:module/RatingExchangeServiceBean!com.machenergy.session.abs.RatingExchangeServiceRemote
                java:jboss/exported/mach_app/backoffice2/RatingExchangeServiceBean!com.machenergy.session.abs.RatingExchangeServiceRemote
      
      
      ... (followed by more JNDI binding messages for all ejbs)
      
      
      13:29:39,450 INFO  [org.apache.wicket.util.file.WebXmlFile] (MSC service thread 1-4) web.xml: url mapping found for filter with name mamfive: [/app/*]
      13:29:39,754 INFO  [org.apache.wicket.Application] (MSC service thread 1-5) [CISApplication] init: Wicket JMX initializer
      13:29:39,754 INFO  [org.apache.wicket.jmx.Initializer] (MSC service thread 1-5) registering Wicket mbeans with server org.jboss.as.jmx.PluggableMBeanServerImpl@27f8a93f
      13:29:39,832 INFO  [org.apache.wicket.Application] (MSC service thread 1-5) [CISApplication] init: Wicket core library initializer
      13:29:39,842 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-5) registered listener interface [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
      13:29:39,843 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-5) registered listener interface [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
      13:29:39,857 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-5) registered listener interface [RequestListenerInterface name=IFormSubmitListener, method=public abstract void org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]
      13:29:39,858 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-5) registered listener interface [RequestListenerInterface name=IFormSubmitListener, method=public abstract void org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]
      13:29:39,861 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-5) registered listener interface [RequestListenerInterface name=ILinkListener, method=public abstract void org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
      13:29:39,862 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-5) registered listener interface [RequestListenerInterface name=ILinkListener, method=public abstract void org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
      13:29:39,864 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-5) registered listener interface [RequestListenerInterface name=IOnChangeListener, method=public abstract void org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]
      13:29:39,865 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-5) registered listener interface [RequestListenerInterface name=IOnChangeListener, method=public abstract void org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]
      13:29:39,866 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-5) registered listener interface [RequestListenerInterface name=IRedirectListener, method=public abstract void org.apache.wicket.IRedirectListener.onRedirect()]
      13:29:39,867 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-5) registered listener interface [RequestListenerInterface name=IRedirectListener, method=public abstract void org.apache.wicket.IRedirectListener.onRedirect()]
      13:29:39,869 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-5) registered listener interface [RequestListenerInterface name=IResourceListener, method=public abstract void org.apache.wicket.IResourceListener.onResourceRequested()]
      13:29:39,870 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-5) registered listener interface [RequestListenerInterface name=IResourceListener, method=public abstract void org.apache.wicket.IResourceListener.onResourceRequested()]
      13:29:39,872 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-5) registered listener interface [RequestListenerInterface name=IActivePageBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
      13:29:39,914 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-5) registered listener interface [RequestListenerInterface name=IActivePageBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
      13:29:39,915 INFO  [org.apache.wicket.Application] (MSC service thread 1-5) [CISApplication] init: Wicket extensions initializer
      13:29:39,958 INFO  [org.apache.wicket.protocol.http.WebApplication] (MSC service thread 1-5) [CISApplication] Started Wicket version 1.4.15 in development mode
      13:29:40,058 INFO  [org.jboss.web] (MSC service thread 1-5) JBAS018210: Registering web context: /cis
      13:29:42,311 INFO  [org.apache.wicket.Application] (MSC service thread 1-4) [mamfive] init: Wicket extensions initializer
      13:29:42,330 INFO  [org.apache.wicket.Application] (MSC service thread 1-4) [mamfive] init: Wicket core library initializer
      13:29:42,332 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-4) registered listener interface [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
      13:29:42,336 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-4) registered listener interface [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
      13:29:42,338 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-4) registered listener interface [RequestListenerInterface name=IFormSubmitListener, method=public abstract void org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]
      13:29:42,342 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-4) registered listener interface [RequestListenerInterface name=IFormSubmitListener, method=public abstract void org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]
      13:29:42,343 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-4) registered listener interface [RequestListenerInterface name=ILinkListener, method=public abstract void org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
      13:29:42,344 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-4) registered listener interface [RequestListenerInterface name=ILinkListener, method=public abstract void org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
      13:29:42,346 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-4) registered listener interface [RequestListenerInterface name=IOnChangeListener, method=public abstract void org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]
      13:29:42,347 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-4) registered listener interface [RequestListenerInterface name=IOnChangeListener, method=public abstract void org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]
      13:29:42,348 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-4) registered listener interface [RequestListenerInterface name=IRedirectListener, method=public abstract void org.apache.wicket.IRedirectListener.onRedirect()]
      13:29:42,349 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-4) registered listener interface [RequestListenerInterface name=IRedirectListener, method=public abstract void org.apache.wicket.IRedirectListener.onRedirect()]
      13:29:42,351 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-4) registered listener interface [RequestListenerInterface name=IResourceListener, method=public abstract void org.apache.wicket.IResourceListener.onResourceRequested()]
      13:29:42,352 INFO  [org.apache.wicket.RequestListenerInterface] (MSC service thread 1-4) registered listener interface [RequestListenerInterface name=IResourceListener, method=public abstract void org.apache.wicket.IResourceListener.onResourceRequested()]
      13:29:42,353 INFO  [org.apache.wicket.Application] (MSC service thread 1-4) [mamfive] init: Wicket JMX initializer
      13:29:42,354 INFO  [org.apache.wicket.jmx.Initializer] (MSC service thread 1-4) registering Wicket mbeans with server org.jboss.as.jmx.PluggableMBeanServerImpl@27f8a93f
      13:29:42,427 INFO  [org.apache.wicket.Application] (MSC service thread 1-4) [mamfive] init: DevUtils DebugBar Initializer
      13:29:42,439 INFO  [org.apache.wicket.protocol.http.WebApplication] (MSC service thread 1-4) [mamfive] Started Wicket version 1.5.4 in DEVELOPMENT mode
      13:29:42,447 INFO  [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web context: /mam
      13:29:48,416 INFO  [org.jboss.as.webservices] (MSC service thread 1-2) JBAS015539: Starting service jboss.ws.port-component-link
      13:29:48,452 INFO  [org.jboss.as.jpa] (MSC service thread 1-7) JBAS011402: Starting Persistence Unit Service 'mach_app.ear/backoffice2.jar#emCore'
      13:29:48,452 INFO  [org.jboss.as.webservices] (MSC service thread 1-3) JBAS015539: Starting service jboss.ws.endpoint."mach_app.ear"."backoffice2.jar".CBREVarianceProviderBean
      13:29:48,464 INFO  [org.jboss.ws.common.management.DefaultEndpointRegistry] (MSC service thread 1-3) register: jboss.ws:context=variance,endpoint=CBREVarianceProviderBean
      13:29:48,522 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) JBAS014142: Started message driven bean 'VarianceDestinationBean' with 'hornetq-ra' resource adapter
      13:29:48,537 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) JBAS014142: Started message driven bean 'IvaEnvelopeDestinationBean' with 'hornetq-ra' resource adapter
      13:29:48,547 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) JBAS014142: Started message driven bean 'ScoreRetrievalDestinationBean' with 'hornetq-ra' resource adapter
      13:29:48,611 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) JBAS014142: Started message driven bean 'UsageUploadDestinationBean' with 'hornetq-ra' resource adapter
      13:29:48,641 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) JBAS014142: Started message driven bean 'DetailRequestDestinationBean' with 'hornetq-ra' resource adapter
      13:29:48,642 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) JBAS014142: Started message driven bean 'AcmeDestinationBean' with 'hornetq-ra' resource adapter
      13:29:48,652 INFO  [org.jboss.as.ejb3] (MSC service thread 1-8) JBAS014142: Started message driven bean 'OperationsReportDestinationBean' with 'hornetq-ra' resource adapter
      13:29:48,653 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) JBAS014142: Started message driven bean 'VerificationJobManager' with 'hornetq-ra' resource adapter
      13:29:48,655 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) JBAS014142: Started message driven bean 'WeatherStatsDestinationBean' with 'hornetq-ra' resource adapter
      13:29:48,678 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) JBAS014142: Started message driven bean 'ImporterDestinationBean' with 'hornetq-ra' resource adapter
      13:29:48,692 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) JBAS014142: Started message driven bean 'CalculationDestinationBean' with 'hornetq-ra' resource adapter
      13:29:48,697 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) JBAS014142: Started message driven bean 'FTPSenderListenerMDB' with 'hornetq-ra' resource adapter
      13:29:48,716 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) JBAS014142: Started message driven bean 'SessionStoryDestinationBean' with 'hornetq-ra' resource adapter
      13:29:48,741 INFO  [org.jboss.as.ejb3] (MSC service thread 1-8) JBAS014142: Started message driven bean 'UserTrackingDestinationBean' with 'hornetq-ra' resource adapter
      13:29:48,747 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) JBAS014142: Started message driven bean 'SimpleAlertDestinationBean' with 'hornetq-ra' resource adapter
      13:29:48,749 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) JBAS014142: Started message driven bean 'AlertMetricsDestinationBean' with 'hornetq-ra' resource adapter
      13:29:49,029 INFO  [org.hibernate.annotations.common.Version] (MSC service thread 1-7) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
      13:29:49,077 INFO  [org.hibernate.Version] (MSC service thread 1-7) HHH000412: Hibernate Core {4.0.1.Final}
      13:29:49,090 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-7) HHH000206: hibernate.properties not found
      13:29:49,093 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-7) HHH000021: Bytecode provider name : javassist
      13:29:49,175 INFO  [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-7) HHH000204: Processing PersistenceUnitInfo [
                name: emCore
                ...]
      13:29:58,083 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (MSC service thread 1-7) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
      13:29:58,124 INFO  [org.hibernate.dialect.Dialect] (MSC service thread 1-7) HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
      13:29:58,198 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-7) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
      13:29:58,206 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-7) HHH000397: Using ASTQueryTranslatorFactory
      13:29:58,320 INFO  [org.hibernate.validator.util.Version] (MSC service thread 1-7) Hibernate Validator 4.2.0.Final
      13:30:04,490 WARN  [org.hibernate.dialect.function.TemplateRenderer] (MSC service thread 1-7) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered
      13:30:04,490 WARN  [org.hibernate.dialect.function.TemplateRenderer] (MSC service thread 1-7) HHH000174: Function template anticipated 4 arguments, but 1 arguments encountered
      13:30:05,247 INFO  [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web context: /variance
      13:30:05,258 INFO  [org.jboss.as] (MSC service thread 1-4) JBAS015951: Admin console listening on http://0.0.0.0:9990
      13:30:05,283 INFO  [org.jboss.as] (MSC service thread 1-4) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 42601ms - Started 5607 of 5694 services (86 services are passive or on-demand)
      13:30:05,706 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "mach_app.ear"