Closed ojhunt closed 11 years ago
do you have a stacktrace in there ? On Jul 13, 2013 10:16 PM, "ojhunt" notifications@github.com wrote:
My openshift commafeed setup isn't returning any content. I'm seeing this in logs: ==> jbosseap/logs/server.log <== at com.commafeed.backend.DatabaseUpdater.update(DatabaseUpdater.java:61) ... 102 more
2013/07/13 16:09:44,609 INFO org.jboss.as.serverhttp://ServerService%20Thread%20Pool%20--%2036JBAS018559: Deployed "ROOT.war" (runtime-name : "ROOT.war") 2013/07/13 16:09:44,693 INFO org.jboss.as.controllerhttp://Controller%20Boot%20ThreadJBAS014774: Service status report JBAS014777: Services which failed to start: service jboss.deployment.unit."ROOT.war".component.StartupBean.START: org.jboss.msc.service.StartException in service jboss.deployment.unit."ROOT.war".component.StartupBean.START: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
2013/07/13 16:09:44,828 INFO org.jboss.ashttp://Controller%20Boot%20ThreadJBAS015961: Http management interface listening on http://127.6.97.129:9990/management 2013/07/13 16:09:44,829 INFO org.jboss.ashttp://Controller%20Boot%20ThreadJBAS015951: Admin console listening on http://127.6.97.129:9990 2013/07/13 16:09:44,829 ERROR org.jboss.ashttp://Controller%20Boot%20ThreadJBAS015875: JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) started (with errors) in 229106ms - Started 452 of 593 services (3 services failed or missing dependencies, 137 services are passive or on-demand)
— Reply to this email directly or view it on GitHubhttps://github.com/Athou/commafeed/issues/428 .
Where would open shift put those?
same file On Jul 13, 2013 11:07 PM, "ojhunt" notifications@github.com wrote:
Where would open shift put those?
— Reply to this email directly or view it on GitHubhttps://github.com/Athou/commafeed/issues/428#issuecomment-20926756 .
ah, i see ssh access, anyhoo:
2013/07/13 16:37:37,404 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor](MSC service thread 1-2) JNDI bindings for session bean named OPMLExporter in deployment unit deployment "ROOT.war" are as follows:
java:global/ROOT/OPMLExporter!com.commafeed.backend.feeds.OPMLExporter
java:app/ROOT/OPMLExporter!com.commafeed.backend.feeds.OPMLExporter
java:module/OPMLExporter!com.commafeed.backend.feeds.OPMLExporter
java:global/ROOT/OPMLExporter
java:app/ROOT/OPMLExporter
java:module/OPMLExporter
2013/07/13 16:37:42,791 INFO [org.jboss.weld.deployer](MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: ROOT.war 2013/07/13 16:37:43,401 INFO [org.jboss.weld.Version](MSC service thread 1-1) WELD-000900 1.1.13 (redhat) 2013/07/13 16:37:44,595 INFO [org.jboss.as.jpa](ServerService Thread Pool -- 66) JBAS011402: Starting Persistence Unit Service 'ROOT.war#primary' 2013/07/13 16:37:44,797 INFO [org.jboss.weld.deployer](MSC service thread 1-4) JBAS016008: Starting weld service for deployment ROOT.war 2013/07/13 16:37:47,102 INFO [org.hibernate.annotations.common.Version](ServerService Thread Pool -- 66) HCANN000001: Hibernate Commons Annotations {4.0.1.Final-redhat-2} 2013/07/13 16:37:47,200 INFO [org.hibernate.Version](ServerService Thread Pool -- 66) HHH000412: Hibernate Core {4.2.0.Final-redhat-1} 2013/07/13 16:37:47,203 INFO [org.hibernate.cfg.Environment](ServerService Thread Pool -- 66) HHH000206: hibernate.properties not found 2013/07/13 16:37:47,293 INFO [org.hibernate.cfg.Environment](ServerService Thread Pool -- 66) HHH000021: Bytecode provider name : javassist 2013/07/13 16:37:47,398 INFO [org.hibernate.ejb.Ejb3Configuration](ServerService Thread Pool -- 66) HHH000204: Processing PersistenceUnitInfo [ name: primary ...] 2013/07/13 16:37:55,098 WARN [org.hibernate.mapping.RootClass](ServerService Thread Pool -- 66) HHH000038: Composite-id class does not override equals(): com.commafeed.backend.model.FeedFeedEntry 2013/07/13 16:37:55,098 WARN [org.hibernate.mapping.RootClass](ServerService Thread Pool -- 66) HHH000039: Composite-id class does not override hashCode(): com.commafeed.backend.model.FeedFeedEntry 2013/07/13 16:37:55,195 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator](ServerService Thread Pool -- 66) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider 2013/07/13 16:38:01,095 INFO [org.hibernate.dialect.Dialect](ServerService Thread Pool -- 66) HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect 2013/07/13 16:38:01,636 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator](ServerService Thread Pool -- 66) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory 2013/07/13 16:38:01,884 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory](ServerService Thread Pool -- 66) HHH000397: Using ASTQueryTranslatorFactory 2013/07/13 16:38:03,519 INFO [org.hibernate.validator.internal.util.Version](ServerService Thread Pool -- 66) HV000001: Hibernate Validator 4.3.1.Final-redhat-1 2013/07/13 16:38:09,616 INFO [org.hibernate.id.enhanced.TableGenerator](ServerService Thread Pool -- 66) HHH000398: Explicit segment value for id generator [hibernate_sequences.sequence_name] suggested; using default [FEEDS] 2013/07/13 16:38:09,704 INFO [org.hibernate.id.enhanced.TableGenerator](ServerService Thread Pool -- 66) HHH000398: Explicit segment value for id generator [hibernate_sequences.sequence_name] suggested; using default [FEEDSUBSCRIPTIONS] 2013/07/13 16:38:09,705 INFO [org.hibernate.id.enhanced.TableGenerator](ServerService Thread Pool -- 66) HHH000398: Explicit segment value for id generator [hibernate_sequences.sequence_name] suggested; using default [USERROLES] 2013/07/13 16:38:09,725 INFO [org.hibernate.id.enhanced.TableGenerator](ServerService Thread Pool -- 66) HHH000398: Explicit segment value for id generator [hibernate_sequences.sequence_name] suggested; using default [APPLICATIONSETTINGS] 2013/07/13 16:38:09,726 INFO [org.hibernate.id.enhanced.TableGenerator](ServerService Thread Pool -- 66) HHH000398: Explicit segment value for id generator [hibernate_sequences.sequence_name] suggested; using default [FEEDENTRIES] 2013/07/13 16:38:09,733 INFO [org.hibernate.id.enhanced.TableGenerator](ServerService Thread Pool -- 66) HHH000398: Explicit segment value for id generator [hibernate_sequences.sequence_name] suggested; using default [FEEDENTRYSTATUSES] 2013/07/13 16:38:09,734 INFO [org.hibernate.id.enhanced.TableGenerator](ServerService Thread Pool -- 66) HHH000398: Explicit segment value for id generator [hibernate_sequences.sequence_name] suggested; using default [FEEDCATEGORIES] 2013/07/13 16:38:09,734 INFO [org.hibernate.id.enhanced.TableGenerator](ServerService Thread Pool -- 66) HHH000398: Explicit segment value for id generator [hibernate_sequences.sequence_name] suggested; using default [USERSETTINGS] 2013/07/13 16:38:09,736 INFO [org.hibernate.id.enhanced.TableGenerator](ServerService Thread Pool -- 66) HHH000398: Explicit segment value for id generator [hibernate_sequences.sequence_name] suggested; using default [FEEDENTRYCONTENTS] 2013/07/13 16:38:09,817 INFO [org.hibernate.id.enhanced.TableGenerator](ServerService Thread Pool -- 66) HHH000398: Explicit segment value for id generator [hibernate_sequences.sequence_name] suggested; using default [USERS] 2013/07/13 16:39:13,166 ERROR [org.jboss.as.ejb3.invocation](ServerService Thread Pool -- 68) JBAS014134: EJB Invocation failed on component DatabaseUpdater for method public void com.commafeed.backend.DatabaseUpdater.update(): javax.ejb.EJBException: java.lang.RuntimeException: liquibase.exception.ValidationFailedException: Validation Failed: 11 change sets check sum changelogs/db.changelog-1.0.xml::create-app-settings::athou is now: 7:6d3ad493d25dd9c50067e804efc9ffcc changelogs/db.changelog-1.0.xml::create-ffe::athou is now: 7:eccd6b37116ab35ee963aa46152e1ae5 changelogs/db.changelog-1.0.xml::create-cat::athou is now: 7:93155e15f0feabe936e1de35711bf85b changelogs/db.changelog-1.0.xml::create-entries::athou is now: 7:2d9e82da5573ac551df31a13f3bc40e5 changelogs/db.changelog-1.0.xml::create-contents::athou is now: 7:a2d83b0f7d1bf97a7553e94dd6100edf changelogs/db.changelog-1.0.xml::create-statuses::athou is now: 7:a9cf194a01c16b937a897aea934f09ae changelogs/db.changelog-1.0.xml::create-feeds::athou is now: 7:e3a44d2e0f774dcb4efe36702c8d5f3f changelogs/db.changelog-1.0.xml::create-subs::athou is now: 7:36e92eac052c7d2ce0ef75e3ec2cdf8d changelogs/db.changelog-1.0.xml::create-seq::athou is now: 7:6d68765b2116ba88680d69c03b3cefd2 changelogs/db.changelog-1.0.xml::create-roles::athou is now: 7:eefc98cfa1b9bbf51fa6acd7a0d49c1b changelogs/db.changelog-1.0.xml::create-user-settings::athou is now: 7:985d6607a4350e032ea345d9a2f2f0c0
at org.jboss.as.ejb3.tx.BMTInterceptor.handleException(BMTInterceptor.java:78) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.as.ejb3.tx.EjbBMTInterceptor.checkStatelessDone(EjbBMTInterceptor.java:92) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.as.ejb3.tx.EjbBMTInterceptor.handleInvocation(EjbBMTInterceptor.java:107) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.as.ejb3.tx.BMTInterceptor.processInvocation(BMTInterceptor.java:56) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:94) [jboss-as-weld.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at com.commafeed.backend.DatabaseUpdater$$$view7.update(Unknown Source) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_25]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_25]
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:267) [weld-core.jar:1.1.13.Final-redhat-1]
at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:52) [weld-core.jar:1.1.13.Final-redhat-1]
at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:137) [weld-core.jar:1.1.13.Final-redhat-1]
at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:263) [weld-core.jar:1.1.13.Final-redhat-1]
at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:115) [weld-core.jar:1.1.13.Final-redhat-1]
at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core.jar:1.1.13.Final-redhat-1]
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:105) [weld-core.jar:1.1.13.Final-redhat-1]
at com.commafeed.backend.DatabaseUpdater$Proxy$_$$_Weld$Proxy$.update(DatabaseUpdater$Proxy$_$$_Weld$Proxy$.java) [classes:]
at com.commafeed.backend.StartupBean.init(StartupBean.java:59) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_25]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_25]
at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:130) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:73) [jboss-as-weld.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:248) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:344) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor.processInvocation(LifecycleCMTTxInterceptor.java:66) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:126) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:141) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_25]
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_25]
at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_25]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25]
at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
at org.jboss.threads.JBossThread.run(JBossThread.java:122)
Caused by: java.lang.RuntimeException: liquibase.exception.ValidationFailedException: Validation Failed: 11 change sets check sum changelogs/db.changelog-1.0.xml::create-app-settings::athou is now: 7:6d3ad493d25dd9c50067e804efc9ffcc changelogs/db.changelog-1.0.xml::create-ffe::athou is now: 7:eccd6b37116ab35ee963aa46152e1ae5 changelogs/db.changelog-1.0.xml::create-cat::athou is now: 7:93155e15f0feabe936e1de35711bf85b changelogs/db.changelog-1.0.xml::create-entries::athou is now: 7:2d9e82da5573ac551df31a13f3bc40e5 changelogs/db.changelog-1.0.xml::create-contents::athou is now: 7:a2d83b0f7d1bf97a7553e94dd6100edf changelogs/db.changelog-1.0.xml::create-statuses::athou is now: 7:a9cf194a01c16b937a897aea934f09ae changelogs/db.changelog-1.0.xml::create-feeds::athou is now: 7:e3a44d2e0f774dcb4efe36702c8d5f3f changelogs/db.changelog-1.0.xml::create-subs::athou is now: 7:36e92eac052c7d2ce0ef75e3ec2cdf8d changelogs/db.changelog-1.0.xml::create-seq::athou is now: 7:6d68765b2116ba88680d69c03b3cefd2 changelogs/db.changelog-1.0.xml::create-roles::athou is now: 7:eefc98cfa1b9bbf51fa6acd7a0d49c1b changelogs/db.changelog-1.0.xml::create-user-settings::athou is now: 7:985d6607a4350e032ea345d9a2f2f0c0
at com.commafeed.backend.DatabaseUpdater.update(DatabaseUpdater.java:72) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_25]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_25]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:58) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:129) [jboss-as-weld.jar:7.2.0.Final-redhat-8]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:137) [jboss-as-weld.jar:7.2.0.Final-redhat-8]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:58) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:58) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [jboss-as-jpa.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.tx.EjbBMTInterceptor.handleInvocation(EjbBMTInterceptor.java:104) [jboss-as-ejb3.jar:7.2.0.Final-redhat-8]
... 80 more
Caused by: liquibase.exception.ValidationFailedException: Validation Failed: 11 change sets check sum changelogs/db.changelog-1.0.xml::create-app-settings::athou is now: 7:6d3ad493d25dd9c50067e804efc9ffcc changelogs/db.changelog-1.0.xml::create-ffe::athou is now: 7:eccd6b37116ab35ee963aa46152e1ae5 changelogs/db.changelog-1.0.xml::create-cat::athou is now: 7:93155e15f0feabe936e1de35711bf85b changelogs/db.changelog-1.0.xml::create-entries::athou is now: 7:2d9e82da5573ac551df31a13f3bc40e5 changelogs/db.changelog-1.0.xml::create-contents::athou is now: 7:a2d83b0f7d1bf97a7553e94dd6100edf changelogs/db.changelog-1.0.xml::create-statuses::athou is now: 7:a9cf194a01c16b937a897aea934f09ae changelogs/db.changelog-1.0.xml::create-feeds::athou is now: 7:e3a44d2e0f774dcb4efe36702c8d5f3f changelogs/db.changelog-1.0.xml::create-subs::athou is now: 7:36e92eac052c7d2ce0ef75e3ec2cdf8d changelogs/db.changelog-1.0.xml::create-seq::athou is now: 7:6d68765b2116ba88680d69c03b3cefd2 changelogs/db.changelog-1.0.xml::create-roles::athou is now: 7:eefc98cfa1b9bbf51fa6acd7a0d49c1b changelogs/db.changelog-1.0.xml::create-user-settings::athou is now: 7:985d6607a4350e032ea345d9a2f2f0c0
at liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java:151) [liquibase-core-3.0.1.jar:]
at liquibase.Liquibase.update(Liquibase.java:132) [liquibase-core-3.0.1.jar:]
at com.commafeed.backend.DatabaseUpdater.update(DatabaseUpdater.java:61) [classes:]
... 102 more
2013/07/13 16:39:14,619 ERROR [org.jboss.msc.service.fail](ServerService Thread Pool -- 68) MSC000001: Failed to start service jboss.deployment.unit."ROOT.war".component.StartupBean.START: org.jboss.msc.service.StartException in service jboss.deployment.unit."ROOT.war".component.StartupBean.START: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:57) [jboss-as-ee.jar:7.2.0.Final-redhat-8] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_25] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_25] at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_25] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25] at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25] at org.jboss.threads.JBossThread.run(JBossThread.java:122) Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:163) [jboss-as-ee.jar:7.2.0.Final-redhat-8] at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee.jar:7.2.0.Final-redhat-8] at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:126) at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:141) at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54) [jboss-as-ee.jar:7.2.0.Final-redhat-8] ... 7 more Caused by: javax.ejb.EJBException: java.lang.RuntimeException: liquibase.exception.ValidationFailedException: Validation Failed: 11 change sets check sum changelogs/db.changelog-1.0.xml::create-app-settings::athou is now: 7:6d3ad493d25dd9c50067e804efc9ffcc changelogs/db.changelog-1.0.xml::create-ffe::athou is now: 7:eccd6b37116ab35ee963aa46152e1ae5 changelogs/db.changelog-1.0.xml::create-cat::athou is now: 7:93155e15f0feabe936e1de35711bf85b changelogs/db.changelog-1.0.xml::create-entries::athou is now: 7:2d9e82da5573ac551df31a13f3bc40e5 changelogs/db.changelog-1.0.xml::create-contents::athou is now: 7:a2d83b0f7d1bf97a7553e94dd6100edf changelogs/db.changelog-1.0.xml::create-statuses::athou is now: 7:a9cf194a01c16b937a897aea934f09ae changelogs/db.changelog-1.0.xml::create-feeds::athou is now: 7:e3a44d2e0f774dcb4efe36702c8d5f3f changelogs/db.changelog-1.0.xml::create-subs::athou is now: 7:36e92eac052c7d2ce0ef75e3ec2cdf8d changelogs/db.changelog-1.0.xml::create-seq::athou is now: 7:6d68765b2116ba88680d69c03b3cefd2 changelogs/db.changelog-1.0.xml::create-roles::athou is now: 7:eefc98cfa1b9bbf51fa6acd7a0d49c1b changelogs/db.changelog-1.0.xml::create-user-settings::athou is now: 7:985d6607a4350e032ea345d9a2f2f0c0
at org.jboss.as.ejb3.tx.BMTInterceptor.handleException(BMTInterceptor.java:78)
at org.jboss.as.ejb3.tx.EjbBMTInterceptor.checkStatelessDone(EjbBMTInterceptor.java:92)
at org.jboss.as.ejb3.tx.EjbBMTInterceptor.handleInvocation(EjbBMTInterceptor.java:107)
at org.jboss.as.ejb3.tx.BMTInterceptor.processInvocation(BMTInterceptor.java:56)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:94)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at com.commafeed.backend.DatabaseUpdater$$$view7.update(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_25]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_25]
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:267)
at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:52)
at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:137)
at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:263)
at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:115)
at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:105)
at com.commafeed.backend.DatabaseUpdater$Proxy$_$$_Weld$Proxy$.update(DatabaseUpdater$Proxy$_$$_Weld$Proxy$.java)
at com.commafeed.backend.StartupBean.init(StartupBean.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_25]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_25]
at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:130) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:73)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.ManagedReferenceInterceptorFactory$ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptorFactory.java:95) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:248)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:344)
at org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor.processInvocation(LifecycleCMTTxInterceptor.java:66)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
... 11 more
Caused by: java.lang.RuntimeException: liquibase.exception.ValidationFailedException: Validation Failed: 11 change sets check sum changelogs/db.changelog-1.0.xml::create-app-settings::athou is now: 7:6d3ad493d25dd9c50067e804efc9ffcc changelogs/db.changelog-1.0.xml::create-ffe::athou is now: 7:eccd6b37116ab35ee963aa46152e1ae5 changelogs/db.changelog-1.0.xml::create-cat::athou is now: 7:93155e15f0feabe936e1de35711bf85b changelogs/db.changelog-1.0.xml::create-entries::athou is now: 7:2d9e82da5573ac551df31a13f3bc40e5 changelogs/db.changelog-1.0.xml::create-contents::athou is now: 7:a2d83b0f7d1bf97a7553e94dd6100edf changelogs/db.changelog-1.0.xml::create-statuses::athou is now: 7:a9cf194a01c16b937a897aea934f09ae changelogs/db.changelog-1.0.xml::create-feeds::athou is now: 7:e3a44d2e0f774dcb4efe36702c8d5f3f changelogs/db.changelog-1.0.xml::create-subs::athou is now: 7:36e92eac052c7d2ce0ef75e3ec2cdf8d changelogs/db.changelog-1.0.xml::create-seq::athou is now: 7:6d68765b2116ba88680d69c03b3cefd2 changelogs/db.changelog-1.0.xml::create-roles::athou is now: 7:eefc98cfa1b9bbf51fa6acd7a0d49c1b changelogs/db.changelog-1.0.xml::create-user-settings::athou is now: 7:985d6607a4350e032ea345d9a2f2f0c0
at com.commafeed.backend.DatabaseUpdater.update(DatabaseUpdater.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_25]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_25]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:58) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:129)
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:137)
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:58) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:58) [jboss-as-ee.jar:7.2.0.Final-redhat-8]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.1.Final-redhat-2]
at org.jboss.as.ejb3.tx.EjbBMTInterceptor.handleInvocation(EjbBMTInterceptor.java:104)
... 80 more
Caused by: liquibase.exception.ValidationFailedException: Validation Failed: 11 change sets check sum changelogs/db.changelog-1.0.xml::create-app-settings::athou is now: 7:6d3ad493d25dd9c50067e804efc9ffcc changelogs/db.changelog-1.0.xml::create-ffe::athou is now: 7:eccd6b37116ab35ee963aa46152e1ae5 changelogs/db.changelog-1.0.xml::create-cat::athou is now: 7:93155e15f0feabe936e1de35711bf85b changelogs/db.changelog-1.0.xml::create-entries::athou is now: 7:2d9e82da5573ac551df31a13f3bc40e5 changelogs/db.changelog-1.0.xml::create-contents::athou is now: 7:a2d83b0f7d1bf97a7553e94dd6100edf changelogs/db.changelog-1.0.xml::create-statuses::athou is now: 7:a9cf194a01c16b937a897aea934f09ae changelogs/db.changelog-1.0.xml::create-feeds::athou is now: 7:e3a44d2e0f774dcb4efe36702c8d5f3f changelogs/db.changelog-1.0.xml::create-subs::athou is now: 7:36e92eac052c7d2ce0ef75e3ec2cdf8d changelogs/db.changelog-1.0.xml::create-seq::athou is now: 7:6d68765b2116ba88680d69c03b3cefd2 changelogs/db.changelog-1.0.xml::create-roles::athou is now: 7:eefc98cfa1b9bbf51fa6acd7a0d49c1b changelogs/db.changelog-1.0.xml::create-user-settings::athou is now: 7:985d6607a4350e032ea345d9a2f2f0c0
at liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java:151)
at liquibase.Liquibase.update(Liquibase.java:132)
at com.commafeed.backend.DatabaseUpdater.update(DatabaseUpdater.java:61)
... 102 more
2013/07/13 16:39:16,607 INFO [org.jboss.as.server](ServerService Thread Pool -- 36) JBAS018559: Deployed "ROOT.war" (runtime-name : "ROOT.war") 2013/07/13 16:39:16,637 INFO [org.jboss.as.controller](Controller Boot Thread) JBAS014774: Service status report JBAS014777: Services which failed to start: service jboss.deployment.unit."ROOT.war".component.StartupBean.START: org.jboss.msc.service.StartException in service jboss.deployment.unit."ROOT.war".component.StartupBean.START: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
2013/07/13 16:39:16,919 INFO [org.jboss.as](Controller Boot Thread) JBAS015961: Http management interface listening on http://127.6.97.129:9990/management 2013/07/13 16:39:16,920 INFO [org.jboss.as](Controller Boot Thread) JBAS015951: Admin console listening on http://127.6.97.129:9990 2013/07/13 16:39:16,920 ERROR [org.jboss.as](Controller Boot Thread) JBAS015875: JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) started (with errors) in 217125ms - Started 452 of 593 services (3 services failed or missing dependencies, 137 services are passive or on-demand)
Okay can you update the code and retry please?
All working again :D
My openshift commafeed setup isn't returning any content. I'm seeing this in logs: ==> jbosseap/logs/server.log <== at com.commafeed.backend.DatabaseUpdater.update(DatabaseUpdater.java:61) ... 102 more
2013/07/13 16:09:44,609 INFO [org.jboss.as.server](ServerService Thread Pool -- 36) JBAS018559: Deployed "ROOT.war" (runtime-name : "ROOT.war") 2013/07/13 16:09:44,693 INFO [org.jboss.as.controller](Controller Boot Thread) JBAS014774: Service status report JBAS014777: Services which failed to start: service jboss.deployment.unit."ROOT.war".component.StartupBean.START: org.jboss.msc.service.StartException in service jboss.deployment.unit."ROOT.war".component.StartupBean.START: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
2013/07/13 16:09:44,828 INFO [org.jboss.as](Controller Boot Thread) JBAS015961: Http management interface listening on http://127.6.97.129:9990/management 2013/07/13 16:09:44,829 INFO [org.jboss.as](Controller Boot Thread) JBAS015951: Admin console listening on http://127.6.97.129:9990 2013/07/13 16:09:44,829 ERROR [org.jboss.as](Controller Boot Thread) JBAS015875: JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) started (with errors) in 229106ms - Started 452 of 593 services (3 services failed or missing dependencies, 137 services are passive or on-demand)