<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic activiti-webapp-rest2 exception in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-rest2-exception/m-p/210764#M163894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have downloaded and made some modifications activiti-webapp-rest2. Modifications are changind the database to postgresql and moving build automation mechanism to gradle. No changes are made to spring configuration. Application is working without problem, responding rest service calls. Yet in debug mode following exceptions is generated continously without any http request. At&amp;nbsp; info level no exception is shown. Anything comes to mind to prevent the exceptions? Any timed tasks trying to access secured services that needs to be configured?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:16,957 [http-nio-8080-exec-6] DEBUG org.springframework.security.web.access.ExceptionTranslationFilter&amp;nbsp; - Calling Authentication entry point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:16,957 [http-nio-8080-exec-6] DEBUG org.springframework.security.web.authentication.DelegatingAuthenticationEntryPoint&amp;nbsp; - Trying to match using RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:16,957 [http-nio-8080-exec-6] DEBUG org.springframework.security.web.authentication.DelegatingAuthenticationEntryPoint&amp;nbsp; - No match found. Using default entry point org.springframework.security.web.authentication.&lt;/SPAN&gt;&lt;A href="http://www.BasicAuthenticationEntryPoint@7687bdf1" rel="nofollow noopener noreferrer"&gt;www.BasicAuthenticationEntryPoint@7687bdf1&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:16,957 [http-nio-8080-exec-6] DEBUG org.springframework.security.web.context.SecurityContextPersistenceFilter&amp;nbsp; - SecurityContextHolder now cleared, as request processing completed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.FilterChainProxy&amp;nbsp; - / at position 1 of 11 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.FilterChainProxy&amp;nbsp; - / at position 2 of 11 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.FilterChainProxy&amp;nbsp; - / at position 3 of 11 in additional filter chain; firing Filter: 'HeaderWriterFilter'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.header.writers.HstsHeaderWriter&amp;nbsp; - Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@48b99095&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.FilterChainProxy&amp;nbsp; - / at position 4 of 11 in additional filter chain; firing Filter: 'LogoutFilter'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.util.matcher.AntPathRequestMatcher&amp;nbsp; - Checking match of request : '/'; against '/logout'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.FilterChainProxy&amp;nbsp; - / at position 5 of 11 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.FilterChainProxy&amp;nbsp; - / at position 6 of 11 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.FilterChainProxy&amp;nbsp; - / at position 7 of 11 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.FilterChainProxy&amp;nbsp; - / at position 8 of 11 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.authentication.AnonymousAuthenticationFilter&amp;nbsp; - Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@9055e4a6: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@957e: RemoteIpAddress: 127.0.0.1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.FilterChainProxy&amp;nbsp; - / at position 9 of 11 in additional filter chain; firing Filter: 'SessionManagementFilter'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.FilterChainProxy&amp;nbsp; - / at position 10 of 11 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.FilterChainProxy&amp;nbsp; - / at position 11 of 11 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor&amp;nbsp; - Secure object: FilterInvocation: URL: /; Attributes: [authenticated]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor&amp;nbsp; - Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@9055e4a6: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@957e: RemoteIpAddress: 127.0.0.1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,466 [http-nio-8080-exec-10] DEBUG org.springframework.security.access.vote.AffirmativeBased&amp;nbsp; - Voter: org.springframework.security.web.access.expression.WebExpressionVoter@632a8784, returned: -1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:23:17,467 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.access.ExceptionTranslationFilter&amp;nbsp; - Access is denied (user is anonymous); redirecting to authentication entry point&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.security.access.AccessDeniedException: Access is denied&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:83)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.access.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:206)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:154)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.authentication.&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.alfresco.com/www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)" rel="nofollow noopener noreferrer"&gt;www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:110)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:57)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:50)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:344)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:261)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:136)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:526)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:655)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:222)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1566)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1523)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.Thread.run(Thread.java:745)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2015 11:33:29 GMT</pubDate>
    <dc:creator>hbacanak</dc:creator>
    <dc:date>2015-03-03T11:33:29Z</dc:date>
    <item>
      <title>activiti-webapp-rest2 exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-rest2-exception/m-p/210764#M163894</link>
      <description>I have downloaded and made some modifications activiti-webapp-rest2. Modifications are changind the database to postgresql and moving build automation mechanism to gradle. No changes are made to spring configuration. Application is working without problem, responding rest service calls. Yet in debug</description>
      <pubDate>Tue, 03 Mar 2015 11:33:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-rest2-exception/m-p/210764#M163894</guid>
      <dc:creator>hbacanak</dc:creator>
      <dc:date>2015-03-03T11:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: activiti-webapp-rest2 exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-rest2-exception/m-p/210765#M163895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;please ignore this, gradle is running application just fine. I guess it is an ide specific problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 07:25:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-webapp-rest2-exception/m-p/210765#M163895</guid>
      <dc:creator>hbacanak</dc:creator>
      <dc:date>2015-03-04T07:25:09Z</dc:date>
    </item>
  </channel>
</rss>

