Advertisement
emmartins

Untitled

Feb 10th, 2014
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.34 KB | None | 0 0
  1. 17:39:40,977 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) HHH000227: Running hbm2ddl schema export
  2. 17:39:40,981 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) HHH000389: Unsuccessful: alter table CredentialObject drop constraint FK_12nf49cwhq0h4pv2fovasrhq8 if exists
  3. 17:39:40,982 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) Table "CREDENTIALOBJECT" not found; SQL statement:
  4. alter table CredentialObject drop constraint FK_12nf49cwhq0h4pv2fovasrhq8 if exists [42102-173]
  5. 17:39:40,982 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) HHH000389: Unsuccessful: alter table CredentialObjectAttribute drop constraint FK_cj7mo24cq068p8f0no284g7np if exists
  6. 17:39:40,982 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) Table "CREDENTIALOBJECTATTRIBUTE" not found; SQL statement:
  7. alter table CredentialObjectAttribute drop constraint FK_cj7mo24cq068p8f0no284g7np if exists [42102-173]
  8. 17:39:40,982 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) HHH000389: Unsuccessful: alter table IdentityObject drop constraint FK_cp4ujxovgpo4riopt1il9694n if exists
  9. 17:39:40,982 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) Table "IDENTITYOBJECT" not found; SQL statement:
  10. alter table IdentityObject drop constraint FK_cp4ujxovgpo4riopt1il9694n if exists [42102-173]
  11. 17:39:40,983 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) HHH000389: Unsuccessful: alter table IdentityObject drop constraint FK_pc3ide42tkcq3g3mq9nrb95gx if exists
  12. 17:39:40,983 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) Table "IDENTITYOBJECT" not found; SQL statement:
  13. alter table IdentityObject drop constraint FK_pc3ide42tkcq3g3mq9nrb95gx if exists [42102-173]
  14. 17:39:40,983 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) HHH000389: Unsuccessful: alter table IdentityObjectAttribute drop constraint FK_pkhjlbk9jicvdcwmp5rxlyu7x if exists
  15. 17:39:40,983 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) Table "IDENTITYOBJECTATTRIBUTE" not found; SQL statement:
  16. alter table IdentityObjectAttribute drop constraint FK_pkhjlbk9jicvdcwmp5rxlyu7x if exists [42102-173]
  17. 17:39:40,983 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) HHH000389: Unsuccessful: alter table PartitionObject drop constraint FK_lqgpemncqb2u7623a2pkliv3p if exists
  18. 17:39:40,984 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) Table "PARTITIONOBJECT" not found; SQL statement:
  19. alter table PartitionObject drop constraint FK_lqgpemncqb2u7623a2pkliv3p if exists [42102-173]
  20. 17:39:40,984 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) HHH000389: Unsuccessful: alter table RelationshipIdentityObject drop constraint FK_aong4lup69mwng5fj4ie7lm61 if exists
  21. 17:39:40,984 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) Table "RELATIONSHIPIDENTITYOBJECT" not found; SQL statement:
  22. alter table RelationshipIdentityObject drop constraint FK_aong4lup69mwng5fj4ie7lm61 if exists [42102-173]
  23. 17:39:40,984 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) HHH000389: Unsuccessful: alter table RelationshipIdentityObject drop constraint FK_mf6p63vg8n7od8a8kvjvkrj8k if exists
  24. 17:39:40,984 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) Table "RELATIONSHIPIDENTITYOBJECT" not found; SQL statement:
  25. alter table RelationshipIdentityObject drop constraint FK_mf6p63vg8n7od8a8kvjvkrj8k if exists [42102-173]
  26. 17:39:40,984 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) HHH000389: Unsuccessful: alter table RelationshipObjectAttribute drop constraint FK_nnwdubmy3l3r1ibpkcne0muh7 if exists
  27. 17:39:40,985 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) Table "RELATIONSHIPOBJECTATTRIBUTE" not found; SQL statement:
  28. alter table RelationshipObjectAttribute drop constraint FK_nnwdubmy3l3r1ibpkcne0muh7 if exists [42102-173]
  29. 17:39:40,986 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) HHH000389: Unsuccessful: drop sequence hibernate_sequence
  30. 17:39:40,986 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) Sequence "HIBERNATE_SEQUENCE" not found; SQL statement:
  31. drop sequence hibernate_sequence [90036-173]
  32. 17:39:41,019 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) HHH000230: Schema export complete
  33. 17:39:41,067 WARN [org.jboss.weld.Event] (MSC service thread 1-4) WELD-000411: Observer method [BackedAnnotatedMethod] public org.picketlink.internal.IdentityStoreAutoConfiguration.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  34. 17:39:41,079 WARN [org.jboss.weld.Event] (MSC service thread 1-4) WELD-000411: Observer method [BackedAnnotatedMethod] public org.picketlink.deltaspike.security.impl.extension.SecurityExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  35. 17:39:41,097 INFO [org.picketlink.deltaspike.core.util.ClassDeactivationUtils] (MSC service thread 1-4) class: org.picketlink.deltaspike.security.impl.extension.SecurityExtension activated=true
  36. 17:39:41,442 INFO [org.picketlink.idm] (ServerService Thread Pool -- 141) PLIDM000101: Initializing Identity Store Configuration [org.picketlink.idm.config.JPAIdentityStoreConfiguration@527b76a6] for Realms [[default]]
  37. 17:39:41,467 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 141) MSC000001: Failed to start service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".component.IDMInitializer.START: org.jboss.msc.service.StartException in service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".component.IDMInitializer.START: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
  38. at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:57) [wildfly-ee-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  39. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_45]
  40. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [rt.jar:1.7.0_45]
  41. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_45]
  42. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_45]
  43. at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
  44. at org.jboss.threads.JBossThread.run(JBossThread.java:122) [jboss-threads-2.1.1.Final.jar:2.1.1.Final]
  45. Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
  46. at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:162) [wildfly-ee-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  47. at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:133) [wildfly-ee-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  48. at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:89) [wildfly-ee-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  49. at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:122) [wildfly-ejb3-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  50. at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:137) [wildfly-ejb3-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  51. at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54) [wildfly-ee-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  52. ... 6 more
  53. Caused by: javax.ejb.EJBException: org.picketlink.idm.SecurityConfigurationException: PLIDM000069: Could not create IdentityManagerFactory implementation [org.picketlink.idm.internal.DefaultIdentityManagerFactory].
  54. at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:190) [wildfly-ejb3-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  55. at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:275) [wildfly-ejb3-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  56. at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:369) [wildfly-ejb3-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  57. at org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor.processInvocation(LifecycleCMTTxInterceptor.java:66) [wildfly-ejb3-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  58. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  59. at org.jboss.as.weld.injection.WeldInjectionContextInterceptor.processInvocation(WeldInjectionContextInterceptor.java:43)
  60. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  61. at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [wildfly-ejb3-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  62. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  63. at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) [wildfly-ee-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  64. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  65. at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  66. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  67. at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  68. at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  69. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  70. at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  71. at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:160) [wildfly-ee-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  72. ... 11 more
  73. Caused by: org.picketlink.idm.SecurityConfigurationException: PLIDM000069: Could not create IdentityManagerFactory implementation [org.picketlink.idm.internal.DefaultIdentityManagerFactory].
  74. at org.picketlink.idm.config.IdentityConfiguration.buildIdentityManagerFactory(IdentityConfiguration.java:182)
  75. at org.picketlink.producer.IdentityManagerProducer.init(IdentityManagerProducer.java:71)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_45]
  77. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_45]
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
  79. at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
  80. at org.jboss.weld.injection.MethodInjectionPoint.invokeWithSpecialValue(MethodInjectionPoint.java:72) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  81. at org.jboss.weld.injection.MethodInjectionPoint.invoke(MethodInjectionPoint.java:66) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  82. at org.jboss.weld.util.Beans.callInitializers(Beans.java:382) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  83. at org.jboss.weld.util.Beans.injectFieldsAndInitializers(Beans.java:370) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  84. at org.jboss.weld.injection.producer.DefaultInjector.inject(DefaultInjector.java:72) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  85. at org.jboss.weld.injection.producer.ResourceInjector.inject(ResourceInjector.java:60) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  86. at org.jboss.weld.injection.producer.DefaultInjector$1.proceed(DefaultInjector.java:66) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  87. at org.jboss.weld.injection.InjectionContextImpl.run(InjectionContextImpl.java:48) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  88. at org.jboss.weld.injection.producer.DefaultInjector.inject(DefaultInjector.java:64) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  89. at org.jboss.weld.injection.producer.BasicInjectionTarget.inject(BasicInjectionTarget.java:90) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  90. at org.jboss.weld.bean.ManagedBean.create(ManagedBean.java:150) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  91. at org.jboss.weld.context.AbstractContext.get(AbstractContext.java:96) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  92. at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:733) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  93. at org.jboss.weld.injection.producer.AbstractMemberProducer.getReceiver(AbstractMemberProducer.java:128) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  94. at org.jboss.weld.injection.producer.AbstractMemberProducer.produce(AbstractMemberProducer.java:148) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  95. at org.jboss.weld.bean.AbstractProducerBean.create(AbstractProducerBean.java:183) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  96. at org.jboss.weld.context.unbound.DependentContextImpl.get(DependentContextImpl.java:69) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  97. at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:733) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  98. at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:789) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  99. at org.jboss.weld.injection.FieldInjectionPoint.inject(FieldInjectionPoint.java:92) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  100. at org.jboss.weld.util.Beans.injectBoundFields(Beans.java:358) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  101. at org.jboss.weld.util.Beans.injectFieldsAndInitializers(Beans.java:369) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  102. at org.jboss.weld.injection.producer.DefaultInjector.inject(DefaultInjector.java:72) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  103. at org.jboss.weld.injection.producer.DefaultInjector$1.proceed(DefaultInjector.java:66) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  104. at org.jboss.weld.injection.InjectionContextImpl.run(InjectionContextImpl.java:48) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  105. at org.jboss.weld.injection.producer.DefaultInjector.inject(DefaultInjector.java:64) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  106. at org.jboss.weld.injection.producer.BasicInjectionTarget.inject(BasicInjectionTarget.java:90) [weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
  107. at org.jboss.as.weld.injection.WeldInjectionContext.inject(WeldInjectionContext.java:39)
  108. at org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:51)
  109. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  110. at org.jboss.as.ee.component.AroundConstructInterceptorFactory$1.processInvocation(AroundConstructInterceptorFactory.java:28) [wildfly-ee-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  111. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  112. at org.jboss.as.weld.injection.WeldInterceptorInjectionInterceptor.processInvocation(WeldInterceptorInjectionInterceptor.java:56)
  113. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  114. at org.jboss.as.weld.ejb.Jsr299BindingsCreateInterceptor.processInvocation(Jsr299BindingsCreateInterceptor.java:94)
  115. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  116. at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [wildfly-ee-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  117. at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) [jboss-invocation-1.2.1.Final.jar:1.2.1.Final]
  118. at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:273) [wildfly-ejb3-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  119. ... 27 more
  120. Caused by: org.picketlink.idm.SecurityConfigurationException: Error configuring JPAIdentityStore - no ATTRIBUTE_IDENTITY property found in identity class [org.picketlink.idm.jpa.schema.CredentialObjectAttribute]
  121. at org.picketlink.idm.config.JPAIdentityStoreConfiguration.configureModelProperty(JPAIdentityStoreConfiguration.java:462)
  122. at org.picketlink.idm.config.JPAIdentityStoreConfiguration.configureModelProperty(JPAIdentityStoreConfiguration.java:431)
  123. at org.picketlink.idm.config.JPAIdentityStoreConfiguration.configureAttributes(JPAIdentityStoreConfiguration.java:406)
  124. at org.picketlink.idm.config.JPAIdentityStoreConfiguration.configureIdentity(JPAIdentityStoreConfiguration.java:343)
  125. at org.picketlink.idm.config.JPAIdentityStoreConfiguration.initConfig(JPAIdentityStoreConfiguration.java:108)
  126. at org.picketlink.idm.config.BaseAbstractStoreConfiguration.init(BaseAbstractStoreConfiguration.java:72)
  127. at org.picketlink.idm.internal.DefaultStoreFactory.<init>(DefaultStoreFactory.java:98)
  128. at org.picketlink.idm.internal.DefaultIdentityManagerFactory.<init>(DefaultIdentityManagerFactory.java:32)
  129. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [rt.jar:1.7.0_45]
  130. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) [rt.jar:1.7.0_45]
  131. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [rt.jar:1.7.0_45]
  132. at java.lang.reflect.Constructor.newInstance(Constructor.java:526) [rt.jar:1.7.0_45]
  133. at org.picketlink.idm.config.IdentityConfiguration.buildIdentityManagerFactory(IdentityConfiguration.java:171)
  134. ... 71 more
  135.  
  136. 17:39:41,502 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 43) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "jboss-as-picketlink-authorization-idm-jpa.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"jboss-as-picketlink-authorization-idm-jpa.war\".component.IDMInitializer.START" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"jboss-as-picketlink-authorization-idm-jpa.war\".component.IDMInitializer.START: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
  137. Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
  138. Caused by: javax.ejb.EJBException: org.picketlink.idm.SecurityConfigurationException: PLIDM000069: Could not create IdentityManagerFactory implementation [org.picketlink.idm.internal.DefaultIdentityManagerFactory].
  139. Caused by: org.picketlink.idm.SecurityConfigurationException: PLIDM000069: Could not create IdentityManagerFactory implementation [org.picketlink.idm.internal.DefaultIdentityManagerFactory].
  140. Caused by: org.picketlink.idm.SecurityConfigurationException: Error configuring JPAIdentityStore - no ATTRIBUTE_IDENTITY property found in identity class [org.picketlink.idm.jpa.schema.CredentialObjectAttribute]"}}
  141. 17:39:41,506 ERROR [org.jboss.as.server] (management-handler-thread - 43) JBAS015870: Deploy of deployment "jboss-as-picketlink-authorization-idm-jpa.war" was rolled back with the following failure message:
  142. {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"jboss-as-picketlink-authorization-idm-jpa.war\".component.IDMInitializer.START" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"jboss-as-picketlink-authorization-idm-jpa.war\".component.IDMInitializer.START: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
  143. Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
  144. Caused by: javax.ejb.EJBException: org.picketlink.idm.SecurityConfigurationException: PLIDM000069: Could not create IdentityManagerFactory implementation [org.picketlink.idm.internal.DefaultIdentityManagerFactory].
  145. Caused by: org.picketlink.idm.SecurityConfigurationException: PLIDM000069: Could not create IdentityManagerFactory implementation [org.picketlink.idm.internal.DefaultIdentityManagerFactory].
  146. Caused by: org.picketlink.idm.SecurityConfigurationException: Error configuring JPAIdentityStore - no ATTRIBUTE_IDENTITY property found in identity class [org.picketlink.idm.jpa.schema.CredentialObjectAttribute]"}}
  147. 17:39:41,510 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 141) JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'jboss-as-picketlink-authorization-idm-jpa.war#picketlink-default'
  148. 17:39:41,511 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) HHH000227: Running hbm2ddl schema export
  149. 17:39:41,518 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 141) HHH000230: Schema export complete
  150. 17:39:41,519 INFO [org.jboss.weld.deployer] (MSC service thread 1-9) JBAS016009: Stopping weld service for deployment jboss-as-picketlink-authorization-idm-jpa.war
  151. 17:39:41,527 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 141) JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'jboss-as-picketlink-authorization-idm-jpa.war#picketlink-default'
  152. 17:39:41,530 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) JBAS010409: Unbound data source [java:jboss/datasources/PicketLinkQuickstartDS]
  153. 17:39:41,539 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment jboss-as-picketlink-authorization-idm-jpa.war (runtime-name: jboss-as-picketlink-authorization-idm-jpa.war) in 35ms
  154. 17:39:41,543 INFO [org.jboss.as.controller] (management-handler-thread - 43) JBAS014774: Service status report
  155. JBAS014775: New missing/unsatisfied dependencies:
  156. service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".WeldBootstrapService (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa, service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa.UndertowDeploymentInfoService]
  157. service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa, service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa.UndertowDeploymentInfoService]
  158. service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa, service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa.UndertowDeploymentInfoService]
  159. service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa, service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa.UndertowDeploymentInfoService]
  160. service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa, service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa.UndertowDeploymentInfoService]
  161. service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".component."org.jboss.weld.servlet.WeldInitialListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa, service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa.UndertowDeploymentInfoService]
  162. service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa, service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa.UndertowDeploymentInfoService]
  163. service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".ee.ComponentRegistry (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa.UndertowDeploymentInfoService]
  164. service jboss.persistenceunit."jboss-as-picketlink-authorization-idm-jpa.war#picketlink-default" (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa, service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa.UndertowDeploymentInfoService]
  165. service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa (missing) dependents: [service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".deploymentCompleteService]
  166. service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa.UndertowDeploymentInfoService (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa]
  167. service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa.codec (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-picketlink-authorization-idm-jpa.UndertowDeploymentInfoService]
  168. JBAS014777: Services which failed to start: service jboss.deployment.unit."jboss-as-picketlink-authorization-idm-jpa.war".component.IDMInitializer.START
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement