123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- 2022-02-24 10:17:51.035 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 92204 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:17:51.050 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:17:52.646 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.985 seconds (JVM running for 3.737)
- 2022-02-24 10:18:10.851 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 99932 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:18:10.853 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:18:11.798 [restartedMain] WARN org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shortUrlServiceImpl': Invocation of init method failed; nested exception is java.lang.NullPointerException
- 2022-02-24 10:18:11.840 [restartedMain] ERROR org.springframework.boot.SpringApplication- Application run failed
- org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shortUrlServiceImpl': Invocation of init method failed; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:414)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:302)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
- at com.sw.appcloudv1.Appcloudv1Application.main(Appcloudv1Application.java:10)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
- Caused by: java.lang.NullPointerException: null
- at com.sw.appcloudv1.service.ShortUrlServiceImpl.createShortUrl(ShortUrlServiceImpl.java:30)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
- at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
- at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
- ... 23 common frames omitted
- 2022-02-24 10:18:22.539 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 97644 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:18:22.539 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:18:39.090 [restartedMain] WARN org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shortUrlServiceImpl': Invocation of init method failed; nested exception is java.lang.NullPointerException
- 2022-02-24 10:18:42.691 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 100068 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:18:42.691 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:18:57.893 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 15.505 seconds (JVM running for 16.223)
- 2022-02-24 10:19:13.045 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 99836 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:19:13.045 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:19:32.470 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 19.727 seconds (JVM running for 20.541)
- 2022-02-24 10:19:34.841 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 90412 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:19:34.842 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:19:42.332 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 7.789 seconds (JVM running for 8.401)
- 2022-02-24 10:19:46.220 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 74064 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:19:46.220 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:19:59.332 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 13.402 seconds (JVM running for 14.03)
- 2022-02-24 10:24:06.929 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 95692 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:24:06.933 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:24:08.186 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.588 seconds (JVM running for 2.229)
- 2022-02-24 10:25:08.346 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 100124 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:25:08.346 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:25:09.423 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.39 seconds (JVM running for 2.105)
- 2022-02-24 10:25:20.134 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 85432 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:25:20.150 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:25:21.189 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.332 seconds (JVM running for 1.955)
- 2022-02-24 10:26:30.083 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 37768 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:26:30.090 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:26:31.093 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.343 seconds (JVM running for 2.06)
- 2022-02-24 10:30:25.738 [http-nio-8081-exec-1] ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServlet]- Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
- java.lang.NullPointerException: null
- at com.sw.appcloudv1.controller.AppDownloadController.deCode(AppDownloadController.java:55)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1732)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- 2022-02-24 10:31:23.487 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 85344 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:31:23.488 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:31:24.501 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.357 seconds (JVM running for 2.139)
- 2022-02-24 10:34:06.360 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 86864 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:34:06.360 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:34:07.401 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.348 seconds (JVM running for 2.01)
- 2022-02-24 10:36:22.657 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 99924 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:36:22.657 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:36:35.168 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 12.823 seconds (JVM running for 13.461)
- 2022-02-24 10:37:14.663 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 63384 (E:\ProjectIndex\appcloudv1\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:37:14.679 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-02-24 10:37:15.757 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.386 seconds (JVM running for 2.065)
- 2022-02-24 10:38:05.611 [main] INFO com.sw.appcloudv1.Appcloudv1ApplicationTests- Starting Appcloudv1ApplicationTests using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 100764 (started by SUNWIN in E:\ProjectIndex\appcloudv1)
- 2022-02-24 10:38:05.611 [main] INFO com.sw.appcloudv1.Appcloudv1ApplicationTests- No active profile set, falling back to default profiles: default
- 2022-02-24 10:38:06.758 [main] INFO com.sw.appcloudv1.Appcloudv1ApplicationTests- Started Appcloudv1ApplicationTests in 1.359 seconds (JVM running for 2.164)
- 2022-06-09 14:08:59.362 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Starting Appcloudv1Application using Java 1.8.0_181 on DESKTOP-FQ8NNTE with PID 9108 (E:\ProjectIndex\appcloudv1\code\AppDownload\target\classes started by SUNWIN in E:\ProjectIndex\appcloudv1\code\AppDownload)
- 2022-06-09 14:08:59.363 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
- 2022-06-09 14:09:01.107 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 2.384 seconds (JVM running for 3.352)
|