cancel
Showing results for 
Search instead for 
Did you mean: 

all URLs in REST giving 404 error

kevinl1
Champ in-the-making
Champ in-the-making
I've been trying to integrate activiti with a custom built interface for my users. To do this  was planning on using the REST api to display user data. However, every URL I've tested from the docs so far responds with a 404 error.

I am using the latest version of the activiti-rest WAR file in tomcat 7. The only changes I have made to it and the activiti-explorer is to link them with a mySQL database.
8 REPLIES 8

martin_grofcik
Confirmed Champ
Confirmed Champ
Is there any stacktrace?

kevinl1
Champ in-the-making
Champ in-the-making
No stack trace at all, and as far as I can tell from the tomcat logs/running console the entire module should be starting up perfectly. I also tried re-installing the original version without modifying the database config files and every attempt to get any data from the REST api still returns a 404 error.

martin_grofcik
Confirmed Champ
Confirmed Champ
Options:
  • try to set more detailed log level in the log4j.properties.
  • try to debug application
Martin

kevinl1
Champ in-the-making
Champ in-the-making
I tried turning up the logging level and got no extra information.

I can't debug the application, I'm using the chrome add-on Advanced Rest Client and the activit-rest WAR from the downloads.

jbarrez
Star Contributor
Star Contributor
Can you posts some URLs you have tried that arent working?

kevinl1
Champ in-the-making
Champ in-the-making
Found the issue, apparently I can't spell. Sorry for the troubles.

nutharsh
Champ in-the-making
Champ in-the-making
I am facing this issue where all URLs are returning 404.
I am using Activiti 5.16.4.0

DATABASE IS ORACLE :
kermit 1 Kermit The Frog kermit@activiti.org kermit


REQUEST:
http://kermit:kermit@localhost:8080/activiti-rest/identity/groups


RESPONSE:

<html>
    <head>
        <title>Apache Tomcat/7.0.56 - Error report</title>
        <style>
            <!–H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}–>
        </style>
    </head>
    <body>
        <h1>HTTP Status 404 - /activiti-rest/identity/groups</h1>
        <HR size="1" noshade="noshade">
            <p>
                <b>type</b> Status report
            </p>
            <p>
                <b>message</b>
                <u>/activiti-rest/identity/groups</u>
            </p>
            <p>
                <b>description</b>
                <u>The requested resource is not available.</u>
            </p>
            <HR size="1" noshade="noshade">
                <h3>Apache Tomcat/7.0.56</h3>
            </body>
        </html>



LOGS:

03:20:27,563 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.context.HttpSessionSecurityContextRepository  - Obtained a valid SecurityContext from SPRING_SECURITY_CONTEXT: 'org.springframework.security.core.context.SecurityContextImpl@79cfd95e: Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@79cfd95e: Principal: kermit; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: admin, engineering, management, marketing, sales, user'
03:20:27,563 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 3 of 11 in additional filter chain; firing Filter: 'HeaderWriterFilter'
03:20:27,563 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.header.writers.HstsHeaderWriter  - Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@18963cd2
03:20:27,564 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 4 of 11 in additional filter chain; firing Filter: 'LogoutFilter'
03:20:27,564 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.util.matcher.AntPathRequestMatcher  - Checking match of request : '/identity/groups'; against '/logout'
03:20:27,564 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 5 of 11 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
03:20:27,564 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 6 of 11 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
03:20:27,564 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 7 of 11 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
03:20:27,564 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 8 of 11 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
03:20:27,564 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.authentication.AnonymousAuthenticationFilter  - SecurityContextHolder not populated with anonymous token, as it already contained: 'org.springframework.security.authentication.UsernamePasswordAuthenticationToken@79cfd95e: Principal: kermit; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: admin, engineering, management, marketing, sales, user'
03:20:27,564 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 9 of 11 in additional filter chain; firing Filter: 'SessionManagementFilter'
03:20:27,564 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 10 of 11 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
03:20:27,564 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 11 of 11 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
03:20:27,564 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - Secure object: FilterInvocation: URL: /identity/groups; Attributes: [authenticated]
03:20:27,564 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - Previously Authenticated: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@79cfd95e: Principal: kermit; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: admin, engineering, management, marketing, sales, user
03:20:27,564 [http-bio-8080-exec-3] DEBUG org.springframework.security.access.vote.AffirmativeBased  - Voter: org.springframework.security.web.access.expression.WebExpressionVoter@4b9530ed, returned: 1
03:20:27,564 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - Authorization successful
03:20:27,565 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - RunAsManager did not change Authentication object
03:20:27,565 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups reached end of additional filter chain; proceeding with original chain
03:20:27,565 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.access.ExceptionTranslationFilter  - Chain processed normally
03:20:27,565 [http-bio-8080-exec-3] DEBUG org.springframework.security.web.context.SecurityContextPersistenceFilter  - SecurityContextHolder now cleared, as request processing completed
03:21:27,810 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 1 of 11 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
03:21:27,810 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 2 of 11 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
03:21:27,810 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.context.HttpSessionSecurityContextRepository  - Obtained a valid SecurityContext from SPRING_SECURITY_CONTEXT: 'org.springframework.security.core.context.SecurityContextImpl@79cfd95e: Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@79cfd95e: Principal: kermit; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: admin, engineering, management, marketing, sales, user'
03:21:27,810 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 3 of 11 in additional filter chain; firing Filter: 'HeaderWriterFilter'
03:21:27,811 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.header.writers.HstsHeaderWriter  - Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@18963cd2
03:21:27,811 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 4 of 11 in additional filter chain; firing Filter: 'LogoutFilter'
03:21:27,811 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.util.matcher.AntPathRequestMatcher  - Checking match of request : '/identity/groups'; against '/logout'
03:21:27,811 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 5 of 11 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
03:21:27,811 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 6 of 11 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
03:21:27,811 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 7 of 11 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
03:21:27,811 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 8 of 11 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
03:21:27,811 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.authentication.AnonymousAuthenticationFilter  - SecurityContextHolder not populated with anonymous token, as it already contained: 'org.springframework.security.authentication.UsernamePasswordAuthenticationToken@79cfd95e: Principal: kermit; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: admin, engineering, management, marketing, sales, user'
03:21:27,811 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 9 of 11 in additional filter chain; firing Filter: 'SessionManagementFilter'
03:21:27,811 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 10 of 11 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
03:21:27,811 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 11 of 11 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
03:21:27,811 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - Secure object: FilterInvocation: URL: /identity/groups; Attributes: [authenticated]
03:21:27,812 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - Previously Authenticated: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@79cfd95e: Principal: kermit; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: admin, engineering, management, marketing, sales, user
03:21:27,813 [http-bio-8080-exec-5] DEBUG org.springframework.security.access.vote.AffirmativeBased  - Voter: org.springframework.security.web.access.expression.WebExpressionVoter@4b9530ed, returned: 1
03:21:27,813 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - Authorization successful
03:21:27,813 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - RunAsManager did not change Authentication object
03:21:27,813 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups reached end of additional filter chain; proceeding with original chain
03:21:27,813 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.access.ExceptionTranslationFilter  - Chain processed normally
03:21:27,813 [http-bio-8080-exec-5] DEBUG org.springframework.security.web.context.SecurityContextPersistenceFilter  - SecurityContextHolder now cleared, as request processing completed
03:22:28,791 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 1 of 11 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
03:22:28,791 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 2 of 11 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
03:22:28,791 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.context.HttpSessionSecurityContextRepository  - Obtained a valid SecurityContext from SPRING_SECURITY_CONTEXT: 'org.springframework.security.core.context.SecurityContextImpl@79cfd95e: Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@79cfd95e: Principal: kermit; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: admin, engineering, management, marketing, sales, user'
03:22:28,792 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 3 of 11 in additional filter chain; firing Filter: 'HeaderWriterFilter'
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.header.writers.HstsHeaderWriter  - Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@18963cd2
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 4 of 11 in additional filter chain; firing Filter: 'LogoutFilter'
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.util.matcher.AntPathRequestMatcher  - Checking match of request : '/identity/groups'; against '/logout'
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 5 of 11 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.authentication.www.BasicAuthenticationFilter  - Basic Authentication Authorization header found for user 'kermit'
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 6 of 11 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 7 of 11 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 8 of 11 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.authentication.AnonymousAuthenticationFilter  - SecurityContextHolder not populated with anonymous token, as it already contained: 'org.springframework.security.authentication.UsernamePasswordAuthenticationToken@79cfd95e: Principal: kermit; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: admin, engineering, management, marketing, sales, user'
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 9 of 11 in additional filter chain; firing Filter: 'SessionManagementFilter'
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 10 of 11 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 11 of 11 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - Secure object: FilterInvocation: URL: /identity/groups; Attributes: [authenticated]
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - Previously Authenticated: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@79cfd95e: Principal: kermit; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: admin, engineering, management, marketing, sales, user
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.access.vote.AffirmativeBased  - Voter: org.springframework.security.web.access.expression.WebExpressionVoter@4b9530ed, returned: 1
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - Authorization successful
03:22:28,793 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - RunAsManager did not change Authentication object
03:22:28,794 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups reached end of additional filter chain; proceeding with original chain
03:22:28,794 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.access.ExceptionTranslationFilter  - Chain processed normally
03:22:28,794 [http-bio-8080-exec-7] DEBUG org.springframework.security.web.context.SecurityContextPersistenceFilter  - SecurityContextHolder now cleared, as request processing completed
03:25:46,798 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 1 of 11 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 2 of 11 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.context.HttpSessionSecurityContextRepository  - Obtained a valid SecurityContext from SPRING_SECURITY_CONTEXT: 'org.springframework.security.core.context.SecurityContextImpl@79cfd95e: Authentication: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@79cfd95e: Principal: kermit; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: admin, engineering, management, marketing, sales, user'
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 3 of 11 in additional filter chain; firing Filter: 'HeaderWriterFilter'
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.header.writers.HstsHeaderWriter  - Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@18963cd2
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 4 of 11 in additional filter chain; firing Filter: 'LogoutFilter'
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.util.matcher.AntPathRequestMatcher  - Checking match of request : '/identity/groups'; against '/logout'
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 5 of 11 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 6 of 11 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 7 of 11 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 8 of 11 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.authentication.AnonymousAuthenticationFilter  - SecurityContextHolder not populated with anonymous token, as it already contained: 'org.springframework.security.authentication.UsernamePasswordAuthenticationToken@79cfd95e: Principal: kermit; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: admin, engineering, management, marketing, sales, user'
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 9 of 11 in additional filter chain; firing Filter: 'SessionManagementFilter'
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 10 of 11 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups at position 11 of 11 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - Secure object: FilterInvocation: URL: /identity/groups; Attributes: [authenticated]
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - Previously Authenticated: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@79cfd95e: Principal: kermit; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: admin, engineering, management, marketing, sales, user
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.access.vote.AffirmativeBased  - Voter: org.springframework.security.web.access.expression.WebExpressionVoter@4b9530ed, returned: 1
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - Authorization successful
03:25:46,799 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor  - RunAsManager did not change Authentication object
03:25:46,800 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy  - /identity/groups reached end of additional filter chain; proceeding with original chain
03:25:46,800 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.access.ExceptionTranslationFilter  - Chain processed normally
03:25:46,800 [http-bio-8080-exec-9] DEBUG org.springframework.security.web.context.SecurityContextPersistenceFilter  - SecurityContextHolder now cleared, as request processing completed

trademak
Star Contributor
Star Contributor
You are using the wrong url:

http://kermit:kermit@localhost:8080/activiti-rest/identity/groups

it should be activiti-rest/service/identity/groups

Best regards,