Advertisement
bjoysm

Register PoP

Dec 13th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.43 KB | None | 0 0
  1. 2017-12-13 16:53:22.535 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/api/v1/datacenters/'; against '/'
  2. 2017-12-13 16:53:22.535 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/oauth/token']
  3. 2017-12-13 16:53:22.535 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/api/v1/datacenters/'; against '/oauth/token'
  4. 2017-12-13 16:53:22.536 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/oauth/token_key']
  5. 2017-12-13 16:53:22.536 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/api/v1/datacenters/'; against '/oauth/token_key'
  6. 2017-12-13 16:53:22.536 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/oauth/check_token']
  7. 2017-12-13 16:53:22.536 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/api/v1/datacenters/'; against '/oauth/check_token'
  8. 2017-12-13 16:53:22.536 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  9. 2017-12-13 16:53:22.536 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /api/v1/datacenters/ at position 1 of 12 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  10. 2017-12-13 16:53:22.536 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /api/v1/datacenters/ at position 2 of 12 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  11. 2017-12-13 16:53:22.536 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /api/v1/datacenters/ at position 3 of 12 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  12. 2017-12-13 16:53:22.536 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@6fd8bb29
  13. 2017-12-13 16:53:22.536 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /api/v1/datacenters/ at position 4 of 12 in additional filter chain; firing Filter: 'CorsFilter'
  14. 2017-12-13 16:53:22.536 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.web.cors.DefaultCorsProcessor : Skip CORS processing: request is from same origin
  15. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /api/v1/datacenters/ at position 5 of 12 in additional filter chain; firing Filter: 'LogoutFilter'
  16. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', GET]
  17. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'POST /api/v1/datacenters/' doesn't match 'GET /logout
  18. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', POST]
  19. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/api/v1/datacenters/'; against '/logout'
  20. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', PUT]
  21. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'POST /api/v1/datacenters/' doesn't match 'PUT /logout
  22. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', DELETE]
  23. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'POST /api/v1/datacenters/' doesn't match 'DELETE /logout
  24. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  25. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /api/v1/datacenters/ at position 6 of 12 in additional filter chain; firing Filter: 'OAuth2AuthenticationProcessingFilter'
  26. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] p.a.OAuth2AuthenticationProcessingFilter : Authentication success: org.springframework.security.oauth2.provider.OAuth2Authentication@79b775bc: Principal: org.springframework.security.core.userdetails.User@586034f: Username: admin; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ADMIN:*; Credentials: [PROTECTED]; Authenticated: true; Details: remoteAddress=10.128.255.254, tokenType=BearertokenValue=<TOKEN>; Granted Authorities: ADMIN:*
  27. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /api/v1/datacenters/ at position 7 of 12 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  28. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /api/v1/datacenters/ at position 8 of 12 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  29. 2017-12-13 16:53:22.537 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /api/v1/datacenters/ at position 9 of 12 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  30. 2017-12-13 16:53:22.538 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.a.AnonymousAuthenticationFilter : SecurityContextHolder not populated with anonymous token, as it already contained: 'org.springframework.security.oauth2.provider.OAuth2Authentication@79b775bc: Principal: org.springframework.security.core.userdetails.User@586034f: Username: admin; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ADMIN:*; Credentials: [PROTECTED]; Authenticated: true; Details: remoteAddress=10.128.255.254, tokenType=BearertokenValue=<TOKEN>; Granted Authorities: ADMIN:*'
  31. 2017-12-13 16:53:22.538 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /api/v1/datacenters/ at position 10 of 12 in additional filter chain; firing Filter: 'SessionManagementFilter'
  32. 2017-12-13 16:53:22.538 DEBUG 21121 --- [http-nio-8080-exec-5] s.CompositeSessionAuthenticationStrategy : Delegating to org.springframework.security.web.authentication.session.ChangeSessionIdAuthenticationStrategy@4a3e1b5d
  33. 2017-12-13 16:53:22.538 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /api/v1/datacenters/ at position 11 of 12 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  34. 2017-12-13 16:53:22.538 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /api/v1/datacenters/ at position 12 of 12 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  35. 2017-12-13 16:53:22.538 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/api/v1/datacenters/'; against '/api/v1/components/services/register'
  36. 2017-12-13 16:53:22.538 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/api/v1/datacenters/'; against '/api/v1/security'
  37. 2017-12-13 16:53:22.538 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/api/v1/datacenters/'; against '/api/**'
  38. 2017-12-13 16:53:22.538 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /api/v1/datacenters/; Attributes: [#oauth2.throwOnError(#oauth2.hasScope('write'))]
  39. 2017-12-13 16:53:22.538 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.oauth2.provider.OAuth2Authentication@79b775bc: Principal: org.springframework.security.core.userdetails.User@586034f: Username: admin; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ADMIN:*; Credentials: [PROTECTED]; Authenticated: true; Details: remoteAddress=10.128.255.254, tokenType=BearertokenValue=<TOKEN>; Granted Authorities: ADMIN:*
  40. 2017-12-13 16:53:22.538 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@780e312b, returned: 1
  41. 2017-12-13 16:53:22.538 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  42. 2017-12-13 16:53:22.538 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  43. 2017-12-13 16:53:22.538 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.security.web.FilterChainProxy : /api/v1/datacenters/ reached end of additional filter chain; proceeding with original chain
  44. 2017-12-13 16:53:22.539 DEBUG 21121 --- [http-nio-8080-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /api/v1/datacenters/
  45. 2017-12-13 16:53:22.541 DEBUG 21121 --- [http-nio-8080-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public org.openbaton.catalogue.nfvo.viminstances.BaseVimInstance org.openbaton.nfvo.api.admin.RestVimInstances.create(org.openbaton.catalogue.nfvo.viminstances.BaseVimInstance,java.lang.String) throws org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException,org.openbaton.exceptions.EntityUnreachableException,java.io.IOException,org.openbaton.exceptions.BadRequestException,org.openbaton.exceptions.AlreadyExistingException,org.openbaton.exceptions.NotFoundException]
  46. 2017-12-13 16:53:22.546 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.web.cors.DefaultCorsProcessor : Skip CORS processing: request is from same origin
  47. 2017-12-13 16:53:22.547 DEBUG 21121 --- [http-nio-8080-exec-5] m.m.a.RequestResponseBodyMethodProcessor : Read [class org.openbaton.catalogue.nfvo.viminstances.BaseVimInstance] as "application/json;charset=UTF-8" with [org.springframework.http.converter.json.GsonHttpMessageConverter@7719b257]
  48. 2017-12-13 16:53:22.583 INFO 21121 --- [http-nio-8080-exec-5] o.openbaton.nfvo.core.api.VimManagement : Refreshing vim
  49. 2017-12-13 16:53:22.955 DEBUG 21121 --- [http-nio-8080-exec-5] .m.m.a.ExceptionHandlerExceptionResolver : Resolving exception from handler [public org.openbaton.catalogue.nfvo.viminstances.BaseVimInstance org.openbaton.nfvo.api.admin.RestVimInstances.create(org.openbaton.catalogue.nfvo.viminstances.BaseVimInstance,java.lang.String) throws org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException,org.openbaton.exceptions.EntityUnreachableException,java.io.IOException,org.openbaton.exceptions.BadRequestException,org.openbaton.exceptions.AlreadyExistingException,org.openbaton.exceptions.NotFoundException]: org.openbaton.exceptions.VimException: Vim instance Not refreshed pop-1. Caused by: org.openbaton.exceptions.VimDriverException: controller
  50. 2017-12-13 16:53:22.956 DEBUG 21121 --- [http-nio-8080-exec-5] .m.m.a.ExceptionHandlerExceptionResolver : Invoking @ExceptionHandler method: protected org.springframework.http.ResponseEntity<java.lang.Object> org.openbaton.nfvo.api.exceptions.GlobalExceptionHandler.handleInvalidRequest(java.lang.Exception,org.springframework.web.context.request.WebRequest)
  51. 2017-12-13 16:53:22.956 ERROR 21121 --- [http-nio-8080-exec-5] o.o.n.a.e.GlobalExceptionHandler : Exception was thrown -> Return message: Vim instance Not refreshed pop-1. Caused by: org.openbaton.exceptions.VimDriverException: controller
  52. 2017-12-13 16:53:22.956 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Written [org.openbaton.nfvo.api.exceptions.ExceptionResource@52cd36d7] as "application/json" using [org.springframework.http.converter.json.GsonHttpMessageConverter@7719b257]
  53. 2017-12-13 16:53:22.957 DEBUG 21121 --- [http-nio-8080-exec-5] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  54. 2017-12-13 16:53:22.957 DEBUG 21121 --- [http-nio-8080-exec-5] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement