Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in logger startup ui #1868

Closed
wangxufire opened this issue Nov 28, 2021 · 6 comments
Closed

error in logger startup ui #1868

wangxufire opened this issue Nov 28, 2021 · 6 comments

Comments

@wangxufire
Copy link

Fetching startup data failed.
t.match is not a function. (In 't.match(l)', 't.match' is undefined)

sba version 2.5.4

image

@liugddx
Copy link

liugddx commented Nov 29, 2021

Please provide details

@SteKoe
Copy link
Contributor

SteKoe commented Dec 3, 2021

Hi @wangxufire,

could you please post the result of the actuator/startup call in your browser? Otherwise, it is impossible to help you with this case.

@wangxufire
Copy link
Author

sorry for not responding earlier.

I used springboot 2.6.1 with BufferingApplicationStartup

result of the actuator/startup

{
  "springBootVersion" : "2.6.1",
  "timeline" : {
    "startTime" : "2021-12-09T05:40:48.431259300Z",
    "events" : [ {
      "endTime" : "2021-12-09T05:40:48.470081547Z",
      "duration" : 0.030318094,
      "startTime" : "2021-12-09T05:40:48.439763453Z",
      "startupStep" : {
        "name" : "spring.boot.application.starting",
        "id" : 0,
        "tags" : [ ]
      }
    }, {
      "endTime" : "2021-12-09T05:40:48.947002676Z",
      "duration" : 0.394171116,
      "startTime" : "2021-12-09T05:40:48.552831560Z",
      "startupStep" : {
        "name" : "spring.boot.application.environment-prepared",
        "id" : 1,
        "tags" : [ ]
      }
    }, {
      "endTime" : "2021-12-09T05:40:49.108227956Z",
      "duration" : 0.000378593,
      "startTime" : "2021-12-09T05:40:49.107849363Z",
      "startupStep" : {
        "name" : "spring.boot.application.context-prepared",
        "id" : 2,
        "tags" : [ ]
      }
    }, {
      "endTime" : "2021-12-09T05:40:49.588752519Z",
      "duration" : 0.008662866,
      "startTime" : "2021-12-09T05:40:49.580089653Z",
      "startupStep" : {
        "name" : "spring.boot.application.context-loaded",
        "id" : 3,
        "tags" : [ ]
      }
    }, {
      "endTime" : "2021-12-09T05:40:49.636827839Z",
      "duration" : 0.001668195,
      "startTime" : "2021-12-09T05:40:49.635159644Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 7,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory"
        } ],
        "parentId" : 6
      }
    }, {
      "endTime" : "2021-12-09T05:40:49.662476115Z",
      "duration" : 0.049444290,
      "startTime" : "2021-12-09T05:40:49.613031825Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 6,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.context.annotation.internalConfigurationAnnotationProcessor"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:50.746263562Z",
      "duration" : 0.005596141,
      "startTime" : "2021-12-09T05:40:50.740667421Z",
      "startupStep" : {
        "name" : "spring.data.repository.scanning",
        "id" : 10,
        "tags" : [ {
          "key" : "dataModule",
          "value" : "Elasticsearch"
        }, {
          "key" : "basePackages",
          "value" : "com.datapipeline.webservice.esrepo"
        }, {
          "key" : "repository.count",
          "value" : "0"
        } ],
        "parentId" : 9
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.530407046Z",
      "duration" : 1.859264683,
      "startTime" : "2021-12-09T05:40:49.671142363Z",
      "startupStep" : {
        "name" : "spring.context.config-classes.parse",
        "id" : 9,
        "tags" : [ {
          "key" : "classCount",
          "value" : "229"
        } ],
        "parentId" : 8
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.547086012Z",
      "duration" : 1.884526610,
      "startTime" : "2021-12-09T05:40:49.662559402Z",
      "startupStep" : {
        "name" : "spring.context.beandef-registry.post-process",
        "id" : 8,
        "tags" : [ {
          "key" : "postProcessor",
          "value" : "org.springframework.context.annotation.ConfigurationClassPostProcessor@554c4eaa"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.559572206Z",
      "duration" : 0.010636964,
      "startTime" : "2021-12-09T05:40:51.548935242Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 11,
        "tags" : [ {
          "key" : "beanName",
          "value" : "com.datapipeline.webservice.RepositoryConfiguration#MapperScannerRegistrar#0"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.568154629Z",
      "duration" : 0.007302255,
      "startTime" : "2021-12-09T05:40:51.560852374Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 13,
        "tags" : [ {
          "key" : "beanName",
          "value" : "propertyConfigurer"
        } ],
        "parentId" : 12
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.626202545Z",
      "duration" : 0.066602313,
      "startTime" : "2021-12-09T05:40:51.559600232Z",
      "startupStep" : {
        "name" : "spring.context.beandef-registry.post-process",
        "id" : 12,
        "tags" : [ {
          "key" : "postProcessor",
          "value" : "org.mybatis.spring.mapper.MapperScannerConfigurer@19eea77c"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.637895918Z",
      "duration" : 0.000434214,
      "startTime" : "2021-12-09T05:40:51.637461704Z",
      "startupStep" : {
        "name" : "spring.context.bean-factory.post-process",
        "id" : 14,
        "tags" : [ {
          "key" : "postProcessor",
          "value" : "org.springframework.boot.autoconfigure.SharedMetadataReaderFactoryContextInitializer$CachingMetadataReaderFactoryPostProcessor@b3857e2"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.637930670Z",
      "duration" : 0.000010281,
      "startTime" : "2021-12-09T05:40:51.637920389Z",
      "startupStep" : {
        "name" : "spring.context.bean-factory.post-process",
        "id" : 15,
        "tags" : [ {
          "key" : "postProcessor",
          "value" : "org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer$ConfigurationWarningsPostProcessor@25a290ee"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.706195564Z",
      "duration" : 0.068224751,
      "startTime" : "2021-12-09T05:40:51.637970813Z",
      "startupStep" : {
        "name" : "spring.context.config-classes.enhance",
        "id" : 17,
        "tags" : [ {
          "key" : "classCount",
          "value" : "2"
        } ],
        "parentId" : 16
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.706657004Z",
      "duration" : 0.068716610,
      "startTime" : "2021-12-09T05:40:51.637940394Z",
      "startupStep" : {
        "name" : "spring.context.bean-factory.post-process",
        "id" : 16,
        "tags" : [ {
          "key" : "postProcessor",
          "value" : "org.springframework.context.annotation.ConfigurationClassPostProcessor@554c4eaa"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.706713544Z",
      "duration" : 0.000021257,
      "startTime" : "2021-12-09T05:40:51.706692287Z",
      "startupStep" : {
        "name" : "spring.context.bean-factory.post-process",
        "id" : 18,
        "tags" : [ {
          "key" : "postProcessor",
          "value" : "org.mybatis.spring.mapper.MapperScannerConfigurer@19eea77c"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.711749371Z",
      "duration" : 0.002512512,
      "startTime" : "2021-12-09T05:40:51.709236859Z",
      "startupStep" : {
        "name" : "spring.context.bean-factory.post-process",
        "id" : 19,
        "tags" : [ {
          "key" : "postProcessor",
          "value" : "org.springframework.context.support.PropertySourcesPlaceholderConfigurer@56835f2f"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.712999892Z",
      "duration" : 0.001212611,
      "startTime" : "2021-12-09T05:40:51.711787281Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 20,
        "tags" : [ {
          "key" : "beanName",
          "value" : "webSocketScopeConfigurer"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.config.BeanFactoryPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.713509917Z",
      "duration" : 0.000488746,
      "startTime" : "2021-12-09T05:40:51.713021171Z",
      "startupStep" : {
        "name" : "spring.context.bean-factory.post-process",
        "id" : 21,
        "tags" : [ {
          "key" : "postProcessor",
          "value" : "org.springframework.beans.factory.config.CustomScopeConfigurer@58882a93"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.714419734Z",
      "duration" : 0.000882919,
      "startTime" : "2021-12-09T05:40:51.713536815Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 22,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.context.event.internalEventListenerProcessor"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.config.BeanFactoryPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.717152793Z",
      "duration" : 0.002709709,
      "startTime" : "2021-12-09T05:40:51.714443084Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 23,
        "tags" : [ {
          "key" : "beanName",
          "value" : "servletComponentRegisteringPostProcessor"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.config.BeanFactoryPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.717412821Z",
      "duration" : 0.000236611,
      "startTime" : "2021-12-09T05:40:51.717176210Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 24,
        "tags" : [ {
          "key" : "beanName",
          "value" : "preserveErrorControllerTargetClassPostProcessor"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.config.BeanFactoryPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.720029693Z",
      "duration" : 0.002597119,
      "startTime" : "2021-12-09T05:40:51.717432574Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 25,
        "tags" : [ {
          "key" : "beanName",
          "value" : "springdocBeanFactoryPostProcessor"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.config.BeanFactoryPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.722110229Z",
      "duration" : 0.000165821,
      "startTime" : "2021-12-09T05:40:51.721944408Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 27,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.context.event.internalEventListenerFactory"
        } ],
        "parentId" : 26
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.722309901Z",
      "duration" : 0.000181466,
      "startTime" : "2021-12-09T05:40:51.722128435Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 28,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.transaction.config.internalTransactionalEventListenerFactory"
        } ],
        "parentId" : 26
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.722354665Z",
      "duration" : 0.002307485,
      "startTime" : "2021-12-09T05:40:51.720047180Z",
      "startupStep" : {
        "name" : "spring.context.bean-factory.post-process",
        "id" : 26,
        "tags" : [ {
          "key" : "postProcessor",
          "value" : "org.springframework.context.event.EventListenerMethodProcessor@59b447a4"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.725185440Z",
      "duration" : 0.002822508,
      "startTime" : "2021-12-09T05:40:51.722362932Z",
      "startupStep" : {
        "name" : "spring.context.bean-factory.post-process",
        "id" : 29,
        "tags" : [ {
          "key" : "postProcessor",
          "value" : "org.springframework.boot.web.servlet.ServletComponentRegisteringPostProcessor@579846cc"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.727196941Z",
      "duration" : 0.001985048,
      "startTime" : "2021-12-09T05:40:51.725211893Z",
      "startupStep" : {
        "name" : "spring.context.bean-factory.post-process",
        "id" : 30,
        "tags" : [ {
          "key" : "postProcessor",
          "value" : "org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$PreserveErrorControllerTargetClassPostProcessor@79ad1774"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.765153304Z",
      "duration" : 0.037940813,
      "startTime" : "2021-12-09T05:40:51.727212491Z",
      "startupStep" : {
        "name" : "spring.context.bean-factory.post-process",
        "id" : 31,
        "tags" : [ {
          "key" : "postProcessor",
          "value" : "org.springdoc.core.SpringdocBeanFactoryConfigurer@64f3ca6"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.776475098Z",
      "duration" : 0.001258312,
      "startTime" : "2021-12-09T05:40:51.775216786Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 32,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.context.annotation.internalAutowiredAnnotationProcessor"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.config.BeanPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.779516094Z",
      "duration" : 0.003002620,
      "startTime" : "2021-12-09T05:40:51.776513474Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 33,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.context.annotation.internalCommonAnnotationProcessor"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.config.BeanPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.779865871Z",
      "duration" : 0.000128369,
      "startTime" : "2021-12-09T05:40:51.779737502Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 36,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.boot.context.internalConfigurationPropertiesBinderFactory"
        }, {
          "key" : "beanType",
          "value" : "class org.springframework.boot.context.properties.ConfigurationPropertiesBinder$Factory"
        } ],
        "parentId" : 35
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.783535365Z",
      "duration" : 0.003849624,
      "startTime" : "2021-12-09T05:40:51.779685741Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 35,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.boot.context.internalConfigurationPropertiesBinder"
        }, {
          "key" : "beanType",
          "value" : "class org.springframework.boot.context.properties.ConfigurationPropertiesBinder"
        } ],
        "parentId" : 34
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.783582837Z",
      "duration" : 0.004017050,
      "startTime" : "2021-12-09T05:40:51.779565787Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 34,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.config.BeanPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.790249195Z",
      "duration" : 0.005903223,
      "startTime" : "2021-12-09T05:40:51.784345972Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 38,
        "tags" : [ {
          "key" : "beanName",
          "value" : "springConfiguration"
        } ],
        "parentId" : 37
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.829663057Z",
      "duration" : 0.029903780,
      "startTime" : "2021-12-09T05:40:51.799759277Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 40,
        "tags" : [ {
          "key" : "beanName",
          "value" : "logger"
        } ],
        "parentId" : 39
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.844254624Z",
      "duration" : 0.046994330,
      "startTime" : "2021-12-09T05:40:51.797260294Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 39,
        "tags" : [ {
          "key" : "beanName",
          "value" : "webserviceTaskScheduler"
        } ],
        "parentId" : 37
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.847619607Z",
      "duration" : 0.063379629,
      "startTime" : "2021-12-09T05:40:51.784239978Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 37,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.context.annotation.internalScheduledAnnotationProcessor"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.config.BeanPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.874991628Z",
      "duration" : 0.027338008,
      "startTime" : "2021-12-09T05:40:51.847653620Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 41,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.aop.config.internalAutoProxyCreator"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.config.BeanPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.885355599Z",
      "duration" : 0.000694489,
      "startTime" : "2021-12-09T05:40:51.884661110Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 45,
        "tags" : [ {
          "key" : "beanName",
          "value" : "logger"
        } ],
        "parentId" : 44
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.888962970Z",
      "duration" : 0.000333121,
      "startTime" : "2021-12-09T05:40:51.888629849Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 47,
        "tags" : [ {
          "key" : "beanName",
          "value" : "logger"
        } ],
        "parentId" : 46
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.896741170Z",
      "duration" : 0.009519614,
      "startTime" : "2021-12-09T05:40:51.887221556Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 46,
        "tags" : [ {
          "key" : "beanName",
          "value" : "webserviceTaskExecutor"
        } ],
        "parentId" : 44
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.897225190Z",
      "duration" : 0.014606178,
      "startTime" : "2021-12-09T05:40:51.882619012Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 44,
        "tags" : [ {
          "key" : "beanName",
          "value" : "springConfiguration.AsyncConfig"
        } ],
        "parentId" : 43
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.898555946Z",
      "duration" : 0.023412211,
      "startTime" : "2021-12-09T05:40:51.875143735Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 43,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.scheduling.annotation.ProxyAsyncConfiguration"
        } ],
        "parentId" : 42
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.905399582Z",
      "duration" : 0.030364128,
      "startTime" : "2021-12-09T05:40:51.875035454Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 42,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.context.annotation.internalAsyncAnnotationProcessor"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.config.BeanPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.920364829Z",
      "duration" : 0.000800589,
      "startTime" : "2021-12-09T05:40:51.919564240Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 49,
        "tags" : [ {
          "key" : "beanName",
          "value" : "org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter"
        } ],
        "parentId" : 48
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.925732976Z",
      "duration" : 0.020302435,
      "startTime" : "2021-12-09T05:40:51.905430541Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 48,
        "tags" : [ {
          "key" : "beanName",
          "value" : "methodValidationPostProcessor"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.config.BeanPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.928921504Z",
      "duration" : 0.003161403,
      "startTime" : "2021-12-09T05:40:51.925760101Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 50,
        "tags" : [ {
          "key" : "beanName",
          "value" : "persistenceExceptionTranslationPostProcessor"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.config.BeanPostProcessor"
        } ],
        "parentId" : 5
      }
    }, {
      "endTime" : "2021-12-09T05:40:51.929302539Z",
      "duration" : 0.000316067,
      "startTime" : "2021-12-09T05:40:51.928986472Z",
      "startupStep" : {
        "name" : "spring.beans.instantiate",
        "id" : 51,
        "tags" : [ {
          "key" : "beanName",
          "value" : "webServerFactoryCustomizerBeanPostProcessor"
        }, {
          "key" : "beanType",
          "value" : "interface org.springframework.beans.factory.config.BeanPostProcessor"
        } ],
        "parentId" : 5
      }
    } ]
  }
}

SteKoe added a commit that referenced this issue Dec 21, 2021
SteKoe added a commit that referenced this issue Dec 22, 2021
…centric/spring-boot-admin into renovate/codecov-codecov-action-2.x

* 'renovate/codecov-codecov-action-2.x' of github.com:codecentric/spring-boot-admin: (45 commits)
  chore(deps): update codecov/codecov-action action to v2
  chore(deps): update dependency com.hazelcast:hazelcast to v4.2.4 (#1894)
  chore(deps): update dependency ch.qos.logback:logback-classic to v1.2.9 (#1892)
  chore(deps): update dependency ch.qos.logback:logback-core to v1.2.9 (#1893)
  chore(deps): update actions/cache action to v2.1.7 (#1891)
  fix(#1868): JavaScript error in startup view when using Spring Boot 2.6
  fix(deps): update dependency core-js to v3.20.0 (#1715)
  fix(deps): update dependency vue-i18n to v8.26.7 (#1811)
  chore(deps): update dependency webpack-bundle-analyzer to v4 (#1825)
  chore(deps): update jest monorepo (major) (#1827)
  chore(deps): update dependency rxjs to v7 (#1836)
  chore(deps): update d3
  chore(npm): update supported engines to node >= 15 and npm >= 7
  chore(deps): remove unused dependency css-loader (#1818)
  fix: value maybe null (#1873)
  fix: bean.aliases maybe null (#1874)
  fix(CVE-2021-43466): bump thymeleaf to 3.0.14.RELEASE (#1884)
  chore(deps): update java docker tag to v9 (#1826)
  chore(deps): update dependency org.awaitility:awaitility to v4.1.1 (#1856)
  Fix toggle button for loggers when there are more than 1 instances. (#1880)
  ...
SteKoe added a commit that referenced this issue Dec 22, 2021
…er-3.x

* origin/master: (36 commits)
  chore(deps): update jamesives/github-pages-deploy-action action to v4.1.8 (#1896)
  chore(deps): update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.5 (#1895)
  chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3 (#1822)
  chore(deps): update codecov/codecov-action action to v2 (#1814)
  chore(deps): update dependency com.hazelcast:hazelcast to v4.2.4 (#1894)
  chore(deps): update dependency ch.qos.logback:logback-classic to v1.2.9 (#1892)
  chore(deps): update dependency ch.qos.logback:logback-core to v1.2.9 (#1893)
  chore(deps): update actions/cache action to v2.1.7 (#1891)
  fix(#1868): JavaScript error in startup view when using Spring Boot 2.6
  fix(deps): update dependency core-js to v3.20.0 (#1715)
  fix(deps): update dependency vue-i18n to v8.26.7 (#1811)
  chore(deps): update dependency webpack-bundle-analyzer to v4 (#1825)
  chore(deps): update jest monorepo (major) (#1827)
  chore(deps): update dependency rxjs to v7 (#1836)
  chore(deps): update d3
  chore(npm): update supported engines to node >= 15 and npm >= 7
  chore(deps): remove unused dependency css-loader (#1818)
  fix: value maybe null (#1873)
  fix: bean.aliases maybe null (#1874)
  fix(CVE-2021-43466): bump thymeleaf to 3.0.14.RELEASE (#1884)
  ...
SteKoe added a commit that referenced this issue Dec 22, 2021
…r-12.x

* origin/master: (28 commits)
  chore(deps): update jamesives/github-pages-deploy-action action to v4.1.8 (#1896)
  chore(deps): update dependency org.springframework.cloud:spring-cloud-dependencies to v2020.0.5 (#1895)
  chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3 (#1822)
  chore(deps): update codecov/codecov-action action to v2 (#1814)
  chore(deps): update dependency com.hazelcast:hazelcast to v4.2.4 (#1894)
  chore(deps): update dependency ch.qos.logback:logback-classic to v1.2.9 (#1892)
  chore(deps): update dependency ch.qos.logback:logback-core to v1.2.9 (#1893)
  chore(deps): update actions/cache action to v2.1.7 (#1891)
  fix(#1868): JavaScript error in startup view when using Spring Boot 2.6
  fix(deps): update dependency core-js to v3.20.0 (#1715)
  fix(deps): update dependency vue-i18n to v8.26.7 (#1811)
  chore(deps): update dependency webpack-bundle-analyzer to v4 (#1825)
  chore(deps): update jest monorepo (major) (#1827)
  chore(deps): update dependency rxjs to v7 (#1836)
  chore(deps): update d3
  chore(npm): update supported engines to node >= 15 and npm >= 7
  chore(deps): remove unused dependency css-loader (#1818)
  fix: value maybe null (#1873)
  fix: bean.aliases maybe null (#1874)
  fix(CVE-2021-43466): bump thymeleaf to 3.0.14.RELEASE (#1884)
  ...
@SteKoe
Copy link
Contributor

SteKoe commented Jan 6, 2022

The fix will be part of the next release.

@SteKoe SteKoe closed this as completed Jan 6, 2022
@wangxufire
Copy link
Author

wangxufire commented Jan 7, 2022

image

with sba 2.6.0 all Duration is NaN.

@wangxufire
Copy link
Author

@SteKoe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants