
创建进度(Progressing)
状态: False
原因: 处理超时(ProgressDeadlineExceeded)
消息: ReplicaSet “mayin-test-dev-78978d84c6” has timed out progressing.
终端中有两个jar包:/home # ls
hello-0.0.1-SNAPSHOT.jar sayhi-0.0.1-SNAPSHOT.jar
容器日志如下:
志
2019-12-10T10:45:56.321887029Z
__ _ _
2019-12-10T10:45:56.32194143Z /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
2019-12-10T10:45:56.321946258Z ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
2019-12-10T10:45:56.321950766Z \\/ ___)| |_)| | | | | || (_| | ) ) ) )' |____| .__|_| |_|_| |_\__, | / / / /
2019-12-10T10:45:56.322028403Z =========|_|==============|___/=/_/_/_/
(v2.0.3.RELEASE)
2019-12-10T10:45:56.322958807Z
: Starting HelloApplication v0.0.1-SNAPSHOT on mayin-test-dev-78978d84c6-qnwrx with PID 6 (/home/hello-0.0.1-SNAPSHOT.jar started by root in /home)
: No active profile set, falling back to default profiles: default
main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@12f40c25: startup date [Tue Dec 10 10:46:02 GMT 2019]; root of context hierarchy
main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8090 (http)
: Starting service [Tomcat]
main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.31
: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
: Initializing Spring embedded WebApplicationContext
: Root WebApplicationContext: initialization completed in 42095 ms
2019-12-10T10:46:47.72243876Z 2019-12-10 10:46:47.721 INFO 6 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
: Mapping filter: 'characterEncodingFilter' to: [/*]
: Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
: Mapping filter: 'httpPutFormContentFilter' to: [/*]
: Mapping filter: 'requestContextFilter' to: [/*]
main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@12f40c25: startup date [Tue Dec 10 10:46:02 GMT 2019]; root of context hierarchy
main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/hello]}" onto public java.lang.String com.lowh.hello.Controller.helloController.hello()
main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]: Registering beans for JMX exposure on startup
main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8090 (http) with context path '': Started HelloApplication in 81.901 seconds (JVM running for 90.933)