[ovirt-devel] engine.ear fails on current ovirt-3.5 branch

Adam Litke alitke at redhat.com
Thu Jan 8 15:35:20 UTC 2015


On 07/01/15 16:43 -0500, Adam Litke wrote:
>Hi all,
>
>Back from a long vacation I decided to build a fresh engine from the
>tip of the ovirt-3.5 branch (447ff7) and to my dismay, the deployed
>build will not start within jboss.  The following error seems of
>paramount importance (full log attached).  Can anyone help me figure
>out what is going on?

Alon and Yair: git blame tells me that you guys are responsible for
the api-extensions code.  It looks like my build is missing the
definition of Base.ContextKeys.CONFIGURATION_FILE even though I see it
defined in my source.  Could you please give me a hand to figure out
what might be going on.  Is anyone else using the 3.5 branch in
development mode or is everyone consuming the rpm build?

>
>2015-01-07 16:36:34,558 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC00001: Failed to start service jboss.deployment.subunit."engine.ear"."bll.jar".component.Backend.START: org.jboss.msc.service.StartException in service jboss.deployment.subunit."engine.ear"."bll.jar".component.Backend.START: Failed to start service
>       at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
>       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_71]
>       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_71]
>       at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_71]
>Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
>       at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:163)
>       at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85)
>       at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:116)
>       at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:130)
>       at org.jboss.as.ee.component.ComponentStartService.start(ComponentStartService.java:44)
>       at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
>       at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
>       ... 3 more
>Caused by: javax.ejb.EJBException: Unexpected Error
>       at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:163)
>       at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:230)
>       at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:333)
>       at org.jboss.as.ejb3.tx.SingletonLifecycleCMTTxInterceptor.processInvocation(SingletonLifecycleCMTTxInterceptor.java:56)
>       at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>       at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
>       at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>       at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45)
>       at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>       at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>       at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161)
>       ... 9 more
>Caused by: java.lang.NoSuchFieldError: CONFIGURATION_FILE
>       at org.ovirt.engine.core.extensions.mgr.ExtensionsManager.loadImpl(ExtensionsManager.java:193)
><snip>
>
>
>-- 
>Adam Litke

>2015-01-07 16:36:30,696 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 23) JBAS010280: Activating Infinispan subsystem.
>2015-01-07 16:36:30,700 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 31) JBAS013101: Activating Security Subsystem
>2015-01-07 16:36:30,706 INFO  [org.jboss.as.security] (MSC service thread 1-9) JBAS013100: Current PicketBox version=4.0.7.Final
>2015-01-07 16:36:30,713 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 28) JBAS011800: Activating Naming Subsystem
>2015-01-07 16:36:30,715 INFO  [org.jboss.as.connector] (MSC service thread 1-16) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
>2015-01-07 16:36:30,777 INFO  [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
>2015-01-07 16:36:30,790 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 19) JBAS010404: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 9.1)
>2015-01-07 16:36:30,808 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on /127.0.0.1:8703
>2015-01-07 16:36:30,873 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-3) Starting Coyote HTTP/1.1 on http--0.0.0.0-8080
>2015-01-07 16:36:31,054 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-5) JBAS015012: Started FileSystemDeploymentService for directory /home/alitke/ovirt-engine/ovirt-engine-3.5/var/lib/ovirt-engine/jboss_runtime/deployments
>2015-01-07 16:36:31,057 INFO  [org.jboss.as.remoting] (MSC service thread 1-16) JBAS017100: Listening on /127.0.0.1:8706
>2015-01-07 16:36:31,067 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found restapi.war in deployment directory. To trigger deployment create a file called restapi.war.dodeploy
>2015-01-07 16:36:31,067 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found engine.ear in deployment directory. To trigger deployment create a file called engine.ear.dodeploy
>2015-01-07 16:36:31,068 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found legacy_restapi.war in deployment directory. To trigger deployment create a file called legacy_restapi.war.dodeploy
>2015-01-07 16:36:31,127 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-11) JBAS010400: Bound data source [java:/ENGINEDataSource]
>2015-01-07 16:36:31,184 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-13) Starting Coyote HTTP/1.1 on http--0.0.0.0-8443
>2015-01-07 16:36:31,206 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "legacy_restapi.war"
>2015-01-07 16:36:31,210 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-9) JBAS015876: Starting deployment of "restapi.war"
>2015-01-07 16:36:31,210 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "engine.ear"
>2015-01-07 16:36:31,483 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-15) JBAS015876: Starting deployment of "userportal.war"
>2015-01-07 16:36:31,483 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015876: Starting deployment of "scheduler.jar"
>2015-01-07 16:36:31,483 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "bll.jar"
>2015-01-07 16:36:31,483 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "webadmin.war"
>2015-01-07 16:36:31,483 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "root.war"
>2015-01-07 16:36:31,483 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "docs.war"
>2015-01-07 16:36:31,483 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "welcome.war"
>2015-01-07 16:36:31,483 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-11) JBAS015876: Starting deployment of "services.war"
>2015-01-07 16:36:31,948 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-13) JBAS018567: Deployment "deployment.engine.ear.root.war" is using a private module ("asm.asm:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,949 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-13) JBAS018567: Deployment "deployment.engine.ear.root.war" is using a private module ("org.apache.commons.beanutils:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,949 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.engine.ear.welcome.war" is using a private module ("asm.asm:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,951 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.engine.ear.welcome.war" is using a private module ("org.apache.commons.beanutils:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,952 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.engine.ear.welcome.war" is using a private module ("org.apache.commons.codec:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,951 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-13) JBAS018567: Deployment "deployment.engine.ear.root.war" is using a private module ("org.apache.commons.codec:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,951 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.engine.ear.bll.jar" is using a private module ("asm.asm:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,950 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.engine.ear.docs.war" is using a private module ("asm.asm:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,954 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.engine.ear.bll.jar" is using a private module ("org.apache.commons.beanutils:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,954 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.engine.ear.scheduler.jar" is using a private module ("asm.asm:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,956 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.engine.ear" is using a private module ("asm.asm:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,954 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-13) JBAS018567: Deployment "deployment.engine.ear.root.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,953 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.engine.ear.services.war" is using a private module ("asm.asm:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,951 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.engine.ear.userportal.war" is using a private module ("asm.asm:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,957 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.engine.ear.services.war" is using a private module ("org.apache.commons.beanutils:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,957 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-13) JBAS018567: Deployment "deployment.engine.ear.root.war" is using a private module ("org.apache.commons.lang:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,956 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.engine.ear" is using a private module ("org.apache.commons.beanutils:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,956 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.engine.ear.scheduler.jar" is using a private module ("org.apache.commons.beanutils:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,960 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.engine.ear.scheduler.jar" is using a private module ("org.apache.commons.codec:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,955 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.engine.ear.welcome.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,955 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.engine.ear.bll.jar" is using a private module ("org.apache.commons.codec:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,963 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.engine.ear.bll.jar" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,955 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.engine.ear.webadmin.war" is using a private module ("asm.asm:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,954 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.engine.ear.docs.war" is using a private module ("org.apache.commons.beanutils:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,964 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.engine.ear.bll.jar" is using a private module ("org.apache.commons.lang:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,964 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.engine.ear.webadmin.war" is using a private module ("org.apache.commons.beanutils:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,962 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.engine.ear.welcome.war" is using a private module ("org.apache.commons.lang:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,967 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.engine.ear.welcome.war" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,967 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.engine.ear.welcome.war" is using a private module ("org.apache.log4j:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,962 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.engine.ear" is using a private module ("org.apache.commons.codec:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,961 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.engine.ear.scheduler.jar" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,970 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.engine.ear.scheduler.jar" is using a private module ("org.apache.commons.lang:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,970 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.engine.ear.scheduler.jar" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,961 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-13) JBAS018567: Deployment "deployment.engine.ear.root.war" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,959 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.engine.ear.services.war" is using a private module ("org.apache.commons.codec:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,958 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.engine.ear.userportal.war" is using a private module ("org.apache.commons.beanutils:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,972 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-13) JBAS018567: Deployment "deployment.engine.ear.root.war" is using a private module ("org.apache.log4j:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,971 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.engine.ear.scheduler.jar" is using a private module ("org.apache.log4j:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,974 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.engine.ear.scheduler.jar" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,969 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.engine.ear.welcome.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,969 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.engine.ear" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,966 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.engine.ear.bll.jar" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,966 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.engine.ear.webadmin.war" is using a private module ("org.apache.commons.codec:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,965 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.engine.ear.docs.war" is using a private module ("org.apache.commons.codec:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,977 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.engine.ear.webadmin.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,976 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.engine.ear.bll.jar" is using a private module ("org.apache.log4j:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,976 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.engine.ear" is using a private module ("org.apache.commons.lang:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,975 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.engine.ear.welcome.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,973 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.engine.ear.services.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,980 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.engine.ear.services.war" is using a private module ("org.apache.commons.lang:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,981 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.engine.ear.services.war" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,982 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.engine.ear.services.war" is using a private module ("org.apache.log4j:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,983 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.engine.ear.services.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,984 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.engine.ear.services.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,973 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-13) JBAS018567: Deployment "deployment.engine.ear.root.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,973 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.engine.ear.userportal.war" is using a private module ("org.apache.commons.codec:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,988 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-13) JBAS018567: Deployment "deployment.engine.ear.root.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,979 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.engine.ear" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,978 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.engine.ear.bll.jar" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,978 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.engine.ear.webadmin.war" is using a private module ("org.apache.commons.lang:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,978 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.engine.ear.scheduler.jar" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,991 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.engine.ear.scheduler.jar" is using a private module ("org.yaml.snakeyaml:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,992 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.engine.ear.scheduler.jar" is using a private module ("org.jboss.resteasy.resteasy-jaxrs:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,977 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.engine.ear.docs.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,991 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.engine.ear.webadmin.war" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,994 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.engine.ear.webadmin.war" is using a private module ("org.apache.log4j:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,995 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.engine.ear.webadmin.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,990 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.engine.ear.welcome.war" is using a private module ("org.yaml.snakeyaml:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,990 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.engine.ear.bll.jar" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,989 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.engine.ear" is using a private module ("org.apache.log4j:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,989 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.engine.ear.services.war" is using a private module ("org.yaml.snakeyaml:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,989 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-13) JBAS018567: Deployment "deployment.engine.ear.root.war" is using a private module ("org.yaml.snakeyaml:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,988 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.engine.ear.userportal.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,001 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.engine.ear.services.war" is using a private module ("org.jboss.resteasy.resteasy-jaxrs:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,001 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-13) JBAS018567: Deployment "deployment.engine.ear.root.war" is using a private module ("org.jboss.resteasy.resteasy-jaxrs:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,999 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.engine.ear" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,998 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.engine.ear.bll.jar" is using a private module ("org.yaml.snakeyaml:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,997 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) JBAS018567: Deployment "deployment.engine.ear.welcome.war" is using a private module ("org.jboss.resteasy.resteasy-jaxrs:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,996 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.engine.ear.webadmin.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:31,993 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.engine.ear.docs.war" is using a private module ("org.apache.commons.lang:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,006 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.engine.ear.webadmin.war" is using a private module ("org.yaml.snakeyaml:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,007 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-10) JBAS018567: Deployment "deployment.engine.ear.webadmin.war" is using a private module ("org.jboss.resteasy.resteasy-jaxrs:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,004 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.engine.ear.bll.jar" is using a private module ("org.jboss.resteasy.resteasy-jaxrs:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,003 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.engine.ear" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,001 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.engine.ear.userportal.war" is using a private module ("org.apache.commons.lang:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,010 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.engine.ear" is using a private module ("org.yaml.snakeyaml:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,006 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.engine.ear.docs.war" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,012 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.engine.ear.docs.war" is using a private module ("org.apache.log4j:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,012 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.engine.ear.docs.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,013 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.engine.ear.docs.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,014 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.engine.ear.docs.war" is using a private module ("org.yaml.snakeyaml:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,015 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.engine.ear.docs.war" is using a private module ("org.jboss.resteasy.resteasy-jaxrs:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,010 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.engine.ear.userportal.war" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,016 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.engine.ear.userportal.war" is using a private module ("org.apache.log4j:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,017 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.engine.ear.userportal.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,018 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.engine.ear.userportal.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,019 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.engine.ear.userportal.war" is using a private module ("org.yaml.snakeyaml:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,020 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.engine.ear.userportal.war" is using a private module ("org.jboss.resteasy.resteasy-jaxrs:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,021 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) JBAS018567: Deployment "deployment.engine.ear" is using a private module ("org.jboss.resteasy.resteasy-jaxrs:main") which may be changed or removed in future versions without notice.
>2015-01-07 16:36:32,023 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment engine.ear
>2015-01-07 16:36:32,094 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment root.war
>2015-01-07 16:36:32,095 INFO  [org.jboss.weld.deployer] (MSC service thread 1-11) JBAS016002: Processing weld deployment services.war
>2015-01-07 16:36:32,100 INFO  [org.jboss.weld.deployer] (MSC service thread 1-13) JBAS016002: Processing weld deployment docs.war
>2015-01-07 16:36:32,134 INFO  [org.jboss.weld.deployer] (MSC service thread 1-15) JBAS016002: Processing weld deployment welcome.war
>2015-01-07 16:36:32,138 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment scheduler.jar
>2015-01-07 16:36:32,140 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-1) JNDI bindings for session bean named Scheduler in deployment unit subdeployment "scheduler.jar" of deployment "engine.ear" are as follows:
>
>	java:global/engine/scheduler/Scheduler!org.ovirt.engine.core.utils.timer.SchedulerUtil
>	java:app/scheduler/Scheduler!org.ovirt.engine.core.utils.timer.SchedulerUtil
>	java:module/Scheduler!org.ovirt.engine.core.utils.timer.SchedulerUtil
>	java:global/engine/scheduler/Scheduler
>	java:app/scheduler/Scheduler
>	java:module/Scheduler
>
>2015-01-07 16:36:32,142 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) JBAS016002: Processing weld deployment userportal.war
>2015-01-07 16:36:32,143 INFO  [org.jboss.weld.deployer] (MSC service thread 1-10) JBAS016002: Processing weld deployment bll.jar
>2015-01-07 16:36:32,151 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) JBAS016002: Processing weld deployment webadmin.war
>2015-01-07 16:36:32,160 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-10) JNDI bindings for session bean named LockManager in deployment unit subdeployment "bll.jar" of deployment "engine.ear" are as follows:
>
>	java:global/engine/bll/LockManager!org.ovirt.engine.core.utils.lock.LockManager
>	java:app/bll/LockManager!org.ovirt.engine.core.utils.lock.LockManager
>	java:module/LockManager!org.ovirt.engine.core.utils.lock.LockManager
>	java:global/engine/bll/LockManager
>	java:app/bll/LockManager
>	java:module/LockManager
>
>2015-01-07 16:36:32,161 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-10) JNDI bindings for session bean named InitBackendServicesOnStartupBean in deployment unit subdeployment "bll.jar" of deployment "engine.ear" are as follows:
>
>	java:global/engine/bll/InitBackendServicesOnStartupBean!org.ovirt.engine.core.bll.InitBackendServicesOnStartup
>	java:app/bll/InitBackendServicesOnStartupBean!org.ovirt.engine.core.bll.InitBackendServicesOnStartup
>	java:module/InitBackendServicesOnStartupBean!org.ovirt.engine.core.bll.InitBackendServicesOnStartup
>	java:global/engine/bll/InitBackendServicesOnStartupBean
>	java:app/bll/InitBackendServicesOnStartupBean
>	java:module/InitBackendServicesOnStartupBean
>
>2015-01-07 16:36:32,163 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-10) JNDI bindings for session bean named EventQueue in deployment unit subdeployment "bll.jar" of deployment "engine.ear" are as follows:
>
>	java:global/engine/bll/EventQueue!org.ovirt.engine.core.common.eventqueue.EventQueue
>	java:app/bll/EventQueue!org.ovirt.engine.core.common.eventqueue.EventQueue
>	java:module/EventQueue!org.ovirt.engine.core.common.eventqueue.EventQueue
>	java:global/engine/bll/EventQueue
>	java:app/bll/EventQueue
>	java:module/EventQueue
>
>2015-01-07 16:36:32,164 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-10) JNDI bindings for session bean named VdsEventListener in deployment unit subdeployment "bll.jar" of deployment "engine.ear" are as follows:
>
>	java:global/engine/bll/VdsEventListener!org.ovirt.engine.core.common.businessentities.IVdsEventListener
>	java:app/bll/VdsEventListener!org.ovirt.engine.core.common.businessentities.IVdsEventListener
>	java:module/VdsEventListener!org.ovirt.engine.core.common.businessentities.IVdsEventListener
>	java:global/engine/bll/VdsEventListener
>	java:app/bll/VdsEventListener
>	java:module/VdsEventListener
>
>2015-01-07 16:36:32,166 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-10) JNDI bindings for session bean named Backend in deployment unit subdeployment "bll.jar" of deployment "engine.ear" are as follows:
>
>	java:global/engine/bll/Backend!org.ovirt.engine.core.bll.interfaces.BackendInternal
>	java:app/bll/Backend!org.ovirt.engine.core.bll.interfaces.BackendInternal
>	java:module/Backend!org.ovirt.engine.core.bll.interfaces.BackendInternal
>	java:global/engine/bll/Backend!org.ovirt.engine.core.bll.interfaces.BackendCommandObjectsHandler
>	java:app/bll/Backend!org.ovirt.engine.core.bll.interfaces.BackendCommandObjectsHandler
>	java:module/Backend!org.ovirt.engine.core.bll.interfaces.BackendCommandObjectsHandler
>	java:global/engine/bll/Backend!org.ovirt.engine.core.common.interfaces.BackendLocal
>	java:app/bll/Backend!org.ovirt.engine.core.common.interfaces.BackendLocal
>	java:module/Backend!org.ovirt.engine.core.common.interfaces.BackendLocal
>
>2015-01-07 16:36:32,170 INFO  [org.jboss.weld.deployer] (MSC service thread 1-10) JBAS016005: Starting Services for CDI deployment: engine.ear
>2015-01-07 16:36:32,177 INFO  [org.jboss.web] (MSC service thread 1-5) JBAS018210: Registering web context: /ovirt-engine/api
>2015-01-07 16:36:32,177 INFO  [org.jboss.web] (MSC service thread 1-12) JBAS018210: Registering web context: /api
>2015-01-07 16:36:32,218 INFO  [org.jboss.weld.Version] (MSC service thread 1-10) WELD-000900 1.1.5 (AS71)
>2015-01-07 16:36:32,243 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) JBAS016008: Starting weld service for deployment engine.ear
>2015-01-07 16:36:33,729 INFO  [org.jboss.web] (MSC service thread 1-14) JBAS018210: Registering web context: /ovirt-engine/services
>2015-01-07 16:36:33,733 INFO  [org.jboss.web] (MSC service thread 1-11) JBAS018210: Registering web context:
>2015-01-07 16:36:33,758 INFO  [org.quartz.impl.StdSchedulerFactory] (MSC service thread 1-1) Using default implementation for ThreadExecutor
>2015-01-07 16:36:33,761 INFO  [org.quartz.simpl.SimpleThreadPool] (MSC service thread 1-1) Job execution threads will use class loader of thread: MSC service thread 1-1
>2015-01-07 16:36:33,813 INFO  [org.quartz.core.SchedulerSignalerImpl] (MSC service thread 1-1) Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
>2015-01-07 16:36:33,813 INFO  [org.quartz.core.QuartzScheduler] (MSC service thread 1-1) Quartz Scheduler v.2.1.2 created.
>2015-01-07 16:36:33,815 INFO  [org.quartz.simpl.RAMJobStore] (MSC service thread 1-1) RAMJobStore initialized.
>2015-01-07 16:36:33,817 INFO  [org.quartz.core.QuartzScheduler] (MSC service thread 1-1) Scheduler meta-data: Quartz Scheduler (v2.1.2) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED'
>  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
>  NOT STARTED.
>  Currently in standby mode.
>  Number of jobs executed: 0
>  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 100 threads.
>  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
>
>2015-01-07 16:36:33,819 INFO  [org.quartz.impl.StdSchedulerFactory] (MSC service thread 1-1) Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
>2015-01-07 16:36:33,820 INFO  [org.quartz.impl.StdSchedulerFactory] (MSC service thread 1-1) Quartz scheduler version: 2.1.2
>2015-01-07 16:36:33,821 INFO  [org.quartz.core.QuartzScheduler] (MSC service thread 1-1) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
>2015-01-07 16:36:33,886 INFO  [org.jboss.web] (MSC service thread 1-12) JBAS018210: Registering web context: /ovirt-engine
>2015-01-07 16:36:33,887 INFO  [org.jboss.web] (MSC service thread 1-9) JBAS018210: Registering web context: /ovirt-engine/docs
>2015-01-07 16:36:33,888 INFO  [org.jboss.web] (MSC service thread 1-5) JBAS018210: Registering web context: /ovirt-engine/webadmin
>2015-01-07 16:36:33,888 INFO  [org.jboss.web] (MSC service thread 1-15) JBAS018210: Registering web context: /ovirt-engine/userportal
>2015-01-07 16:36:33,903 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (MSC service thread 1-7) Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml]
>2015-01-07 16:36:33,972 INFO  [org.springframework.jdbc.support.SQLErrorCodesFactory] (MSC service thread 1-7) SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase]
>2015-01-07 16:36:34,248 ERROR [stderr] (MSC service thread 1-7) line 158:38 token recognition error at: '"'
>2015-01-07 16:36:34,248 ERROR [stderr] (MSC service thread 1-7) line 158:50 token recognition error at: '"'
>2015-01-07 16:36:34,250 ERROR [stderr] (MSC service thread 1-7) line 188:40 token recognition error at: '"'
>2015-01-07 16:36:34,251 ERROR [stderr] (MSC service thread 1-7) line 188:53 token recognition error at: '"'
>2015-01-07 16:36:34,252 ERROR [stderr] (MSC service thread 1-7) line 209:37 token recognition error at: '"'
>2015-01-07 16:36:34,253 ERROR [stderr] (MSC service thread 1-7) line 209:50 token recognition error at: '"'
>2015-01-07 16:36:34,254 ERROR [stderr] (MSC service thread 1-7) line 232:43 token recognition error at: '"'
>2015-01-07 16:36:34,254 ERROR [stderr] (MSC service thread 1-7) line 232:56 token recognition error at: '"'
>2015-01-07 16:36:34,558 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC00001: Failed to start service jboss.deployment.subunit."engine.ear"."bll.jar".component.Backend.START: org.jboss.msc.service.StartException in service jboss.deployment.subunit."engine.ear"."bll.jar".component.Backend.START: Failed to start service
>	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
>	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_71]
>	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_71]
>	at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_71]
>Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
>	at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:163)
>	at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85)
>	at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:116)
>	at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:130)
>	at org.jboss.as.ee.component.ComponentStartService.start(ComponentStartService.java:44)
>	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
>	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
>	... 3 more
>Caused by: javax.ejb.EJBException: Unexpected Error
>	at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:163)
>	at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:230)
>	at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:333)
>	at org.jboss.as.ejb3.tx.SingletonLifecycleCMTTxInterceptor.processInvocation(SingletonLifecycleCMTTxInterceptor.java:56)
>	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>	at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
>	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>	at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45)
>	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>	at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>	at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161)
>	... 9 more
>Caused by: java.lang.NoSuchFieldError: CONFIGURATION_FILE
>	at org.ovirt.engine.core.extensions.mgr.ExtensionsManager.loadImpl(ExtensionsManager.java:193)
>	at org.ovirt.engine.core.extensions.mgr.ExtensionsManager.load(ExtensionsManager.java:140)
>	at org.ovirt.engine.core.utils.extensionsmgr.EngineExtensionsManager.createInternalAAAConfigurations(EngineExtensionsManager.java:131)
>	at org.ovirt.engine.core.utils.extensionsmgr.EngineExtensionsManager.engineInitialize(EngineExtensionsManager.java:62)
>	at org.ovirt.engine.core.bll.Backend.initialize(Backend.java:266)
>	at org.ovirt.engine.core.bll.Backend.create(Backend.java:138)
>	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_71]
>	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_71]
>	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_71]
>	at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_71]
>	at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:130)
>	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>	at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>	at org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:73)
>	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>	at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95)
>	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>	at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95)
>	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>	at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>	at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
>	at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
>	at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:228)
>	... 18 more
>
>2015-01-07 16:36:34,580 ERROR [org.jboss.as] (MSC service thread 1-11) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 4793ms - Started 775 of 824 services (2 services failed or missing dependencies, 46 services are passive or on-demand)
>2015-01-07 16:36:34,782 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015871: Deploy of deployment "restapi.war" was rolled back with no failure message
>2015-01-07 16:36:34,783 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "engine.ear" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.subunit.\"engine.ear\".\"bll.jar\".component.Backend.START" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"engine.ear\".\"bll.jar\".component.Backend.START: Failed to start service"}}
>2015-01-07 16:36:34,783 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015871: Deploy of deployment "legacy_restapi.war" was rolled back with no failure message
>2015-01-07 16:36:34,791 INFO  [org.quartz.core.QuartzScheduler] (MSC service thread 1-3) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
>2015-01-07 16:36:34,794 INFO  [org.quartz.core.QuartzScheduler] (MSC service thread 1-3) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
>2015-01-07 16:36:34,796 INFO  [org.quartz.core.QuartzScheduler] (MSC service thread 1-3) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
>2015-01-07 16:36:34,821 INFO  [org.jboss.weld.deployer] (MSC service thread 1-15) JBAS016009: Stopping weld service for deployment engine.ear
>2015-01-07 16:36:34,837 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment legacy_restapi.war in 51ms
>2015-01-07 16:36:34,838 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment restapi.war in 55ms
>2015-01-07 16:36:34,843 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment docs.war in 59ms
>2015-01-07 16:36:34,843 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-14) JBAS015877: Stopped deployment scheduler.jar in 60ms
>2015-01-07 16:36:34,843 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment welcome.war in 60ms
>2015-01-07 16:36:34,843 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-14) JBAS015877: Stopped deployment services.war in 60ms
>2015-01-07 16:36:34,844 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment bll.jar in 60ms
>2015-01-07 16:36:34,844 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment root.war in 60ms
>2015-01-07 16:36:34,844 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-9) JBAS015877: Stopped deployment userportal.war in 61ms
>2015-01-07 16:36:34,844 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015877: Stopped deployment webadmin.war in 61ms
>2015-01-07 16:36:34,845 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015877: Stopped deployment engine.ear in 63ms
>2015-01-07 16:36:34,846 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
>JBAS014777:   Services which failed to start:      service jboss.deployment.subunit."engine.ear"."bll.jar".component.Backend.START: org.jboss.msc.service.StartException in service jboss.deployment.subunit."engine.ear"."bll.jar".component.Backend.START: Failed to start service
>
>2015-01-07 16:36:34,848 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS014654: Composite operation was rolled back
>2015-01-07 16:36:34,849 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.subunit.\"engine.ear\".\"bll.jar\".component.Backend.START" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"engine.ear\".\"bll.jar\".component.Backend.START: Failed to start service"}}}}
>2015-01-07 16:36:34,850 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS014654: Composite operation was rolled back
>2015-01-07 16:36:43,210 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-9) Pausing Coyote HTTP/1.1 on http--0.0.0.0-8080
>2015-01-07 16:36:43,211 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-9) Stopping Coyote HTTP/1.1 on http--0.0.0.0-8080
>2015-01-07 16:36:43,211 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-15) Pausing Coyote HTTP/1.1 on http--0.0.0.0-8443
>2015-01-07 16:36:43,213 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-15) Stopping Coyote HTTP/1.1 on http--0.0.0.0-8443

>_______________________________________________
>Devel mailing list
>Devel at ovirt.org
>http://lists.ovirt.org/mailman/listinfo/devel


-- 
Adam Litke



More information about the Devel mailing list