Advertisement
AnnaRadeva

Reporting

Aug 19th, 2015
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.67 KB | None | 0 0
  1. 2015-08-19 15:13:24,120 ERROR [io.undertow.request] (default task-24) UT005023: Exception handling request to /emf/service/instances/revisions: org.jboss.resteasy.spi.UnhandledException: java.lang.IllegalArgumentException: Illegal base64 character 7b
  2. at org.jboss.resteasy.core.ExceptionHandler.handleApplicationException(ExceptionHandler.java:76)
  3. at org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:212)
  4. at org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:149)
  5. at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:372)
  6. at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:179)
  7. at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:220)
  8. at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)
  9. at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)
  10. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  11. at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86)
  12. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:130)
  13. at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:198)
  14. at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:176)
  15. at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
  16. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:132)
  17. at com.sirma.itt.emf.web.filter.ClearSecurityContextFilter.doFilter(ClearSecurityContextFilter.java:39)
  18. at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
  19. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:132)
  20. at com.sirma.itt.emf.web.filter.EncodingFilter.doFilter(EncodingFilter.java:28)
  21. at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
  22. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:132)
  23. at com.sirma.itt.emf.web.filter.RestServiceFilter.doFilter(RestServiceFilter.java:34)
  24. at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
  25. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:132)
  26. at com.sirma.itt.emf.authentication.sso.saml.SAMLRestSecurityFilter.doFilter(SAMLRestSecurityFilter.java:117)
  27. at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
  28. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:132)
  29. at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:85)
  30. at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
  31. at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
  32. at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
  33. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  34. at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
  35. at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
  36. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  37. at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
  38. at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
  39. at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
  40. at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
  41. at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58)
  42. at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:72)
  43. at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
  44. at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76)
  45. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  46. at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
  47. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  48. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  49. at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:274)
  50. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:253)
  51. at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:80)
  52. at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:172)
  53. at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199)
  54. at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:774)
  55. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  56. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  57. at java.lang.Thread.run(Thread.java:745)
  58. Caused by: java.lang.IllegalArgumentException: Illegal base64 character 7b
  59. at java.util.Base64$Decoder.decode0(Base64.java:714)
  60. at java.util.Base64$Decoder.decode(Base64.java:526)
  61. at java.util.Base64$Decoder.decode(Base64.java:549)
  62. at com.sirma.itt.idoc.widgets.utils.WidgetDataSetter.headWidget(WidgetDataSetter.java:51)
  63. at com.sirma.itt.idoc.widgets.utils.WidgetNodeVisitor.head(WidgetNodeVisitor.java:17)
  64. at org.jsoup.select.NodeTraversor.traverse(NodeTraversor.java:30)
  65. at org.jsoup.nodes.Node.traverse(Node.java:541)
  66. at com.sirma.itt.idoc.widgets.observer.BeforeSetRevisionContentObserver.handle(BeforeSetRevisionContentObserver.java:71)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.lang.reflect.Method.invoke(Method.java:497)
  71. at org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88)
  72. at org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:78)
  73. at org.jboss.weld.injection.MethodInvocationStrategy$SimpleMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:129)
  74. at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:306)
  75. at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:284)
  76. at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:262)
  77. at org.jboss.weld.event.ObserverNotifier.notifySyncObservers(ObserverNotifier.java:271)
  78. at org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:260)
  79. at org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:154)
  80. at org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:136)
  81. at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:692)
  82. at org.jboss.weld.util.ForwardingBeanManager.fireEvent(ForwardingBeanManager.java:101)
  83. at com.sirma.itt.emf.event.EventServiceImpl.fire(EventServiceImpl.java:40)
  84. at com.sirma.itt.emf.event.EventServiceImpl$Proxy$_$$_WeldClientProxy.fire(Unknown Source)
  85. at com.sirma.itt.objects.services.impl.ObjectRevisionsServicePlugin.getContentDescriptor(ObjectRevisionsServicePlugin.java:172)
  86. at com.sirma.itt.objects.services.impl.ObjectRevisionsServicePlugin.setContentForRevision(ObjectRevisionsServicePlugin.java:188)
  87. at com.sirma.itt.emf.revision.RevisionServiceImpl.createNewRevision(RevisionServiceImpl.java:410)
  88. at com.sirma.itt.emf.revision.RevisionServiceImpl.publishApproved(RevisionServiceImpl.java:190)
  89. at com.sirma.itt.emf.revision.RevisionServiceImpl.publishInstanceIn(RevisionServiceImpl.java:166)
  90. at com.sirma.itt.emf.revision.RevisionServiceImpl.publish(RevisionServiceImpl.java:133)
  91. at com.sirma.itt.emf.revision.RevisionServiceImpl$Proxy$_$$_WeldClientProxy.publish(Unknown Source)
  92. at com.sirma.itt.objects.services.impl.ObjectServiceImpl.publish(ObjectServiceImpl.java:108)
  93. at com.sirma.itt.objects.services.impl.ObjectServiceImpl$Proxy$_$$_WeldSubclass.publish$$super(Unknown Source)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  96. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  97. at java.lang.reflect.Method.invoke(Method.java:497)
  98. at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:49)
  99. at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:77)
  100. at com.sirma.itt.emf.security.context.EmfSecurityInterceptor.interceptInternal(EmfSecurityInterceptor.java:86)
  101. at com.sirma.itt.emf.security.context.EmfSecurityInterceptor.manageSecurityContext(EmfSecurityInterceptor.java:52)
  102. at sun.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)
  103. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  104. at java.lang.reflect.Method.invoke(Method.java:497)
  105. at org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:74)
  106. at org.jboss.weld.interceptor.proxy.NonTerminalAroundInvokeInvocationContext.proceedInternal(NonTerminalAroundInvokeInvocationContext.java:64)
  107. at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:77)
  108. at com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase.invokeInCallerTx(TransactionalInterceptorBase.java:104)
  109. at com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorRequired.intercept(TransactionalInterceptorRequired.java:54)
  110. at sun.reflect.GeneratedMethodAccessor402.invoke(Unknown Source)
  111. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  112. at java.lang.reflect.Method.invoke(Method.java:497)
  113. at org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:74)
  114. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeAroundInvoke(InterceptorMethodHandler.java:84)
  115. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:72)
  116. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:56)
  117. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:79)
  118. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68)
  119. at com.sirma.itt.objects.services.impl.ObjectServiceImpl$Proxy$_$$_WeldSubclass.publish(Unknown Source)
  120. at com.sirma.itt.objects.services.impl.ObjectServiceImpl.publish(ObjectServiceImpl.java:36)
  121. at com.sirma.itt.objects.services.impl.ObjectServiceImpl$Proxy$_$$_WeldClientProxy.publish(Unknown Source)
  122. at com.sirma.itt.emf.instance.InstanceServiceProxy.publish(InstanceServiceProxy.java:297)
  123. at com.sirma.itt.emf.instance.InstanceServiceProxy$Proxy$_$$_WeldSubclass.publish(Unknown Source)
  124. at com.sirma.itt.emf.instance.InstanceServiceProxy$Proxy$_$$_WeldClientProxy.publish(Unknown Source)
  125. at com.sirma.itt.emf.instance.InstanceRestService.publishRevision(InstanceRestService.java:143)
  126. at com.sirma.itt.emf.instance.InstanceRestService$Proxy$_$$_WeldSubclass.publishRevision$$super(Unknown Source)
  127. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  128. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  129. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  130. at java.lang.reflect.Method.invoke(Method.java:497)
  131. at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:49)
  132. at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:77)
  133. at com.sirma.itt.emf.security.context.EmfSecurityInterceptor.interceptInternal(EmfSecurityInterceptor.java:86)
  134. at com.sirma.itt.emf.security.context.EmfSecurityInterceptor.manageSecurityContext(EmfSecurityInterceptor.java:52)
  135. at sun.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)
  136. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  137. at java.lang.reflect.Method.invoke(Method.java:497)
  138. at org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:74)
  139. at org.jboss.weld.interceptor.proxy.NonTerminalAroundInvokeInvocationContext.proceedInternal(NonTerminalAroundInvokeInvocationContext.java:64)
  140. at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:77)
  141. at com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase.invokeInOurTx(TransactionalInterceptorBase.java:92)
  142. at com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorRequired.intercept(TransactionalInterceptorRequired.java:52)
  143. at sun.reflect.GeneratedMethodAccessor402.invoke(Unknown Source)
  144. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  145. at java.lang.reflect.Method.invoke(Method.java:497)
  146. at org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:74)
  147. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeAroundInvoke(InterceptorMethodHandler.java:84)
  148. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:72)
  149. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:56)
  150. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:79)
  151. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68)
  152. at com.sirma.itt.emf.instance.InstanceRestService$Proxy$_$$_WeldSubclass.publishRevision(Unknown Source)
  153. at com.sirma.itt.emf.instance.InstanceRestService$Proxy$_$$_WeldClientProxy.publishRevision(Unknown Source)
  154. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  155. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  156. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  157. at java.lang.reflect.Method.invoke(Method.java:497)
  158. at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:137)
  159. at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:296)
  160. at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:250)
  161. at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:237)
  162. at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356)
  163. ... 52 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement