Advertisement
Guest User

Untitled

a guest
Nov 20th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. Trying to reach postgres
  2.  
  3. Configuring Spring Security Core ...
  4. ... finished configuring Spring Security Core
  5.  
  6. 2018-11-17 17:27:38.650 WARN --- [ main] n.s.ehcache.config.ConfigurationFactory : No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/rundeck/rundeck.war!/WEB-INF/lib/ehcache-2.10.5.jar!/ehcache-failsafe.xml
  7. 2018-11-17 17:27:50.264 INFO --- [ main] rundeckapp.BootStrap : Starting Rundeck 3.0.8-20181029 (2018-10-29) ...
  8. 2018-11-17 17:27:50.265 INFO --- [ main] rundeckapp.BootStrap : using rdeck.base config property: /rundeck
  9. 2018-11-17 17:27:50.272 INFO --- [ main] rundeckapp.BootStrap : loaded configuration: /rundeck/etc/framework.properties
  10. 2018-11-17 17:27:50.308 INFO --- [ main] rundeckapp.BootStrap : RSS feeds disabled
  11. 2018-11-17 17:27:50.308 INFO --- [ main] rundeckapp.BootStrap : Using builtin realm authentication
  12. 2018-11-17 17:27:50.309 INFO --- [ main] rundeckapp.BootStrap : Preauthentication is disabled
  13. 2018-11-17 17:27:50.335 INFO --- [ main] rundeckapp.BootStrap : Rundeck is ACTIVE: executions can be run.
  14. 2018-11-17 17:27:51.336 INFO --- [ main] rundeckapp.BootStrap : Rundeck startup finished in 1169ms
  15. Grails application running at http://localhost:4440 in environment: production
  16. 2018-11-18 00:00:01.884 ERROR --- [eduler_Worker-1] rundeck.services.ExecutionUtilService : Execution failed: 703 in project factory-maestro: No matched nodes: NodeSet{includes={name=.*, dominant=false, }}
  17. 2018-11-18 08:00:00.249 ERROR --- [eduler_Worker-2] rundeck.services.ExecutionUtilService : Execution failed: 707 in project factory-maestro: No matched nodes: NodeSet{includes={name=.*, dominant=false, }}
  18. 2018-11-18 16:00:00.162 ERROR --- [eduler_Worker-3] rundeck.services.ExecutionUtilService : Execution failed: 711 in project factory-maestro: No matched nodes: NodeSet{includes={name=.*, dominant=false, }}
  19. 2018-11-19 00:00:00.149 ERROR --- [eduler_Worker-4] rundeck.services.ExecutionUtilService : Execution failed: 715 in project factory-maestro: No matched nodes: NodeSet{includes={name=.*, dominant=false, }}
  20. 2018-11-19 08:00:00.130 ERROR --- [eduler_Worker-5] rundeck.services.ExecutionUtilService : Execution failed: 719 in project factory-maestro: No matched nodes: NodeSet{includes={name=.*, dominant=false, }}
  21. 2018-11-19 16:00:00.139 ERROR --- [eduler_Worker-6] rundeck.services.ExecutionUtilService : Execution failed: 723 in project factory-maestro: No matched nodes: NodeSet{includes={name=.*, dominant=false, }}
  22. 2018-11-20 00:00:00.140 ERROR --- [eduler_Worker-7] rundeck.services.ExecutionUtilService : Execution failed: 727 in project factory-maestro: No matched nodes: NodeSet{includes={name=.*, dominant=false, }}
  23. 2018-11-20 08:00:00.125 ERROR --- [eduler_Worker-8] rundeck.services.ExecutionUtilService : Execution failed: 731 in project factory-maestro: No matched nodes: NodeSet{includes={name=.*, dominant=false, }}
  24. 2018-11-20 14:17:28.503 DEBUG --- [tp1359899539-25] ailsUsernamePasswordAuthenticationFilter : Request is to process authentication
  25. 2018-11-20 14:17:28.507 DEBUG --- [tp1359899539-25] ailsUsernamePasswordAuthenticationFilter : Authentication success. Updating SecurityContextHolder to contain: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@195c496b: Principal: org.springframework.security.core.userdetails.User@ca528033: Username: skilld; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: admin,architect,build,deploy,user; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 10.1.31.83; SessionId: node0f3h5oiybdnzm1durl8273ingb3; Granted Authorities: admin, architect, build, deploy, user
  26. 2018-11-20 14:17:29.621 WARN --- [tp1359899539-22] o.s.web.servlet.PageNotFound : No mapping found for HTTP request with URI [/user-assets/tour-manifest.json] in DispatcherServlet with name 'grailsDispatcherServlet'
  27. 2018-11-20 14:17:31.965 WARN --- [tp1359899539-19] o.grails.plugins.web.taglib.FormTagLib : [actionSubmit] 'name' attribute will be ignored
  28. 2018-11-20 14:17:31.965 WARN --- [tp1359899539-19] o.grails.plugins.web.taglib.FormTagLib : [actionSubmit] 'name' attribute will be ignored
  29. 2018-11-20 14:17:32.532 WARN --- [tp1359899539-21] o.s.web.servlet.PageNotFound : No mapping found for HTTP request with URI [/user-assets/tour-manifest.json] in DispatcherServlet with name 'grailsDispatcherServlet'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement