Advertisement
Guest User

RestorePermissions

a guest
Nov 26th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.06 KB | None | 0 0
  1. 2015-11-26 15:22:46,418 WARN [com.sirma.itt.seip.security.context.DefaultSecurityContextManager] (default task-35) {t=seip.test, u=AnnaRadeva} When ending security session more then one context found: AnnaRadeva@seip.test
  2. 2015-11-26 15:22:46,585 WARN [com.sirma.itt.seip.security.context.DefaultSecurityContextManager] (default task-13) {t=seip.test, u=AnnaRadeva} When ending security session more then one context found: AnnaRadeva@seip.test
  3. 2015-11-26 15:22:48,849 WARN [com.sirma.itt.seip.security.context.DefaultSecurityContextManager] (default task-9) {t=seip.test, u=AnnaRadeva} When ending security session more then one context found: AnnaRadeva@seip.test
  4. 2015-11-26 15:22:51,795 ERROR [com.sirma.itt.seip.rest.exceptions.mappers.DefaultExceptionMapper] (default task-44) {t=seip.test, u=AnnaRadeva} Generic exception: com.esotericsoftware.kryo.KryoException: java.lang.ClassCastException: com.sirma.itt.emf.entity.LinkSourceId cannot be cast to java.lang.String
  5. Serialization trace:
  6. context (com.sirma.itt.emf.scheduler.SchedulerServiceImpl$SchedulerData)
  7. at com.esotericsoftware.kryo.serializers.ObjectField.write(ObjectField.java:82)
  8. at com.esotericsoftware.kryo.serializers.TaggedFieldSerializer.write(TaggedFieldSerializer.java:75)
  9. at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:599)
  10. at com.sirma.itt.seip.serialization.kryo.BaseKryoSerializationEngine.doSerialization(BaseKryoSerializationEngine.java:50)
  11. at com.sirma.itt.seip.serialization.kryo.KryoPooledSerializationEngine.lambda$serialize$0(KryoPooledSerializationEngine.java:28)
  12. at com.sirma.itt.seip.serialization.kryo.KryoPooledSerializationEngine$$Lambda$229/1915860580.execute(Unknown Source)
  13. at com.esotericsoftware.kryo.pool.KryoPoolQueueImpl.run(KryoPoolQueueImpl.java:61)
  14. at com.sirma.itt.seip.serialization.kryo.KryoPooledSerializationEngine.serialize(KryoPooledSerializationEngine.java:28)
  15. at com.sirma.itt.seip.serialization.SerializationHelper.serialize(SerializationHelper.java:58)
  16. at com.sirma.itt.seip.serialization.SerializationHelper.serialize(SerializationHelper.java:40)
  17. at com.sirma.itt.emf.scheduler.SchedulerServiceImpl.setContextData(SchedulerServiceImpl.java:521)
  18. at com.sirma.itt.emf.scheduler.SchedulerServiceImpl.createEntity(SchedulerServiceImpl.java:422)
  19. at com.sirma.itt.emf.scheduler.SchedulerServiceImpl.persistAction(SchedulerServiceImpl.java:338)
  20. at com.sirma.itt.emf.scheduler.SchedulerServiceImpl.scheduleEvent(SchedulerServiceImpl.java:316)
  21. at com.sirma.itt.emf.scheduler.SchedulerServiceImpl.scheduleInternal(SchedulerServiceImpl.java:153)
  22. at com.sirma.itt.emf.scheduler.SchedulerServiceImpl.schedule(SchedulerServiceImpl.java:232)
  23. at com.sirma.itt.emf.scheduler.SchedulerServiceImpl$Proxy$_$$_WeldSubclass.schedule$$super(Unknown Source)
  24. at sun.reflect.GeneratedMethodAccessor2355.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:497)
  27. at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:49)
  28. at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:77)
  29. at com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase.invokeInOurTx(TransactionalInterceptorBase.java:92)
  30. at com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorRequired.intercept(TransactionalInterceptorRequired.java:52)
  31. at sun.reflect.GeneratedMethodAccessor270.invoke(Unknown Source)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  33. at java.lang.reflect.Method.invoke(Method.java:497)
  34. at org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:74)
  35. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeAroundInvoke(InterceptorMethodHandler.java:84)
  36. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:72)
  37. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:56)
  38. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:79)
  39. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68)
  40. at com.sirma.itt.emf.scheduler.SchedulerServiceImpl$Proxy$_$$_WeldSubclass.schedule(Unknown Source)
  41. at com.sirma.itt.emf.scheduler.SchedulerServiceImpl$Proxy$_$$_WeldClientProxy.schedule(Unknown Source)
  42. at com.sirma.itt.emf.security.RolePermissionServiceImpl.preparePermissionsRestore(RolePermissionServiceImpl.java:682)
  43. at com.sirma.itt.emf.security.RolePermissionServiceImpl$Proxy$_$$_WeldSubclass.preparePermissionsRestore(Unknown Source)
  44. at com.sirma.itt.emf.security.RolePermissionServiceImpl$Proxy$_$$_WeldClientProxy.preparePermissionsRestore(Unknown Source)
  45. at com.sirma.itt.emf.rest.permissions.PermissionsRestService.getRestorePermissionsAffectedEntityCount(PermissionsRestService.java:213)
  46. at com.sirma.itt.emf.rest.permissions.PermissionsRestService$Proxy$_$$_WeldSubclass.getRestorePermissionsAffectedEntityCount(Unknown Source)
  47. at com.sirma.itt.emf.rest.permissions.PermissionsRestService$Proxy$_$$_WeldClientProxy.getRestorePermissionsAffectedEntityCount(Unknown Source)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke(Method.java:497)
  52. at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:137)
  53. at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:296)
  54. at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:250)
  55. at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:237)
  56. at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356)
  57. at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:179)
  58. at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:220)
  59. at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)
  60. at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)
  61. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  62. at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86)
  63. at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:82)
  64. at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
  65. at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
  66. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  67. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  68. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  69. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)
  70. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchToPath(ServletInitialHandler.java:198)
  71. at io.undertow.servlet.spec.RequestDispatcherImpl.forwardImpl(RequestDispatcherImpl.java:195)
  72. at io.undertow.servlet.spec.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:108)
  73. at com.sirma.itt.seip.rest.utils.ApiForwarder.doFilter(ApiForwarder.java:41)
  74. at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
  75. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:132)
  76. at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:85)
  77. at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
  78. at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
  79. at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
  80. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  81. at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
  82. at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
  83. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  84. at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
  85. at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
  86. at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
  87. at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
  88. at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58)
  89. at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:72)
  90. at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
  91. at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76)
  92. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  93. at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
  94. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  95. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  96. at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:282)
  97. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:261)
  98. at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:80)
  99. at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:172)
  100. at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199)
  101. at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:774)
  102. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  103. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  104. at java.lang.Thread.run(Thread.java:745)
  105. Caused by: java.lang.ClassCastException: com.sirma.itt.emf.entity.LinkSourceId cannot be cast to java.lang.String
  106. at com.esotericsoftware.kryo.serializers.DefaultSerializers$StringSerializer.write(DefaultSerializers.java:166)
  107. at com.esotericsoftware.kryo.Kryo.writeObjectOrNull(Kryo.java:577)
  108. at com.esotericsoftware.kryo.serializers.CollectionSerializer.write(CollectionSerializer.java:75)
  109. at com.esotericsoftware.kryo.serializers.CollectionSerializer.write(CollectionSerializer.java:22)
  110. at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:599)
  111. at com.esotericsoftware.kryo.serializers.MapSerializer.write(MapSerializer.java:95)
  112. at com.esotericsoftware.kryo.serializers.MapSerializer.write(MapSerializer.java:21)
  113. at com.esotericsoftware.kryo.Kryo.writeObject(Kryo.java:523)
  114. at com.esotericsoftware.kryo.serializers.ObjectField.write(ObjectField.java:61)
  115. ... 97 more
  116.  
  117. 2015-11-26 15:22:51,799 WARN [com.sirma.itt.seip.security.context.DefaultSecurityContextManager] (default task-44) {t=seip.test, u=AnnaRadeva} When ending security session more then one context found: AnnaRadeva@seip.test
  118. 2015-11-26 15:22:57,206 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) {t=, u=} Transaction 0:ffffac100274:a3283cf:56557322:364 has 1 heuristic participant(s)!
  119. 2015-11-26 15:22:57,207 WARN [com.arjuna.ats.jta] (Periodic Recovery) {t=, u=} ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffac100274:a3283cf:56557322:364, node_name=1, branch_uid=0:ffffac100274:a3283cf:56557322:39d, subordinatenodename=null, eis_name=java:jboss/datasources/def.test >, heuristic: TwoPhaseOutcome.FINISH_OK, product: PostgreSQL/9.4.1, jndiName: java:jboss/datasources/def.test com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@3300c8b >
  120. 2015-11-26 15:22:57,207 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) {t=, u=} Transaction 0:ffffac100274:a3283cf:56557322:364 restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffac100274:a3283cf:56557322:364, node_name=1, branch_uid=0:ffffac100274:a3283cf:56557322:39d, subordinatenodename=null, eis_name=java:jboss/datasources/def.test >, heuristic: TwoPhaseOutcome.FINISH_OK, product: PostgreSQL/9.4.1, jndiName: java:jboss/datasources/def.test com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@3300c8b >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement