start.out 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. ,--.
  2. ,--.'|
  3. ,--,: : | Nacos 1.2.1
  4. ,`--.'`| ' : ,---. Running in stand alone mode, All function modules
  5. | : : | | ' ,'\ .--.--. Port: 8848
  6. : | \ | : ,--.--. ,---. / / | / / ' Pid: 50
  7. | : ' '; | / \ / \. ; ,. :| : /`./ Console: http://172.22.0.8:8848/nacos/index.html
  8. ' ' ;. ;.--. .-. | / / '' | |: :| : ;_
  9. | | | \ | \__\/: . .. ' / ' | .; : \ \ `. https://nacos.io
  10. ' : | ; .' ," .--.; |' ; :__| : | `----. \
  11. | | '`--' / / ,. |' | '.'|\ \ / / /`--' /
  12. ' : | ; : .' \ : : `----' '--'. /
  13. ; |.' | , .-./\ \ / `--'---'
  14. '---' `--`---' `----'
  15. 2025-01-14 17:33:53,391 INFO Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$43dbdb21] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  16. 2025-01-14 17:33:53,477 INFO Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  17. 2025-01-14 17:33:53,480 INFO Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@5965d37' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  18. 2025-01-14 17:33:53,481 INFO Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$68b07dd3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  19. 2025-01-14 17:33:53,487 INFO Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  20. 2025-01-14 17:33:53,978 INFO Tomcat initialized with port(s): 8848 (http)
  21. 2025-01-14 17:33:54,079 INFO Root WebApplicationContext: initialization completed in 2091 ms
  22. 2025-01-14 17:33:55,736 INFO Initializing ExecutorService 'applicationTaskExecutor'
  23. 2025-01-14 17:33:55,879 INFO Adding welcome page: class path resource [static/index.html]
  24. 2025-01-14 17:33:56,077 INFO Creating filter chain: Ant [pattern='/**'], []
  25. 2025-01-14 17:33:56,098 INFO Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@79145d5a, org.springframework.security.web.context.SecurityContextPersistenceFilter@b78a709, org.springframework.security.web.header.HeaderWriterFilter@183e8023, org.springframework.security.web.csrf.CsrfFilter@63b1d4fa, org.springframework.security.web.authentication.logout.LogoutFilter@a776e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2a3c96e3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@cb191ca, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1f2f9244, org.springframework.security.web.session.SessionManagementFilter@3e5499cc, org.springframework.security.web.access.ExceptionTranslationFilter@201b6b6f]
  26. 2025-01-14 17:33:56,152 INFO Exposing 2 endpoint(s) beneath base path '/actuator'
  27. 2025-01-14 17:33:56,178 INFO Initializing ExecutorService 'taskScheduler'
  28. 2025-01-14 17:33:56,339 INFO Tomcat started on port(s): 8848 (http) with context path '/nacos'
  29. 2025-01-14 17:33:56,345 INFO Nacos logs files: /home/nacos/logs/
  30. 2025-01-14 17:33:56,345 INFO Nacos conf files: /home/nacos/conf/
  31. 2025-01-14 17:33:56,345 INFO Nacos data files: /home/nacos/data/
  32. 2025-01-14 17:33:56,346 INFO Nacos started successfully in stand alone mode.
  33. 2025-01-14 17:33:56,480 INFO Initializing Servlet 'dispatcherServlet'
  34. 2025-01-14 17:33:56,485 INFO Completed initialization in 5 ms