pmp 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. 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)
  2. 2022-02-24 10:17:51.050 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  3. 2022-02-24 10:17:52.646 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.985 seconds (JVM running for 3.737)
  4. 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)
  5. 2022-02-24 10:18:10.853 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  6. 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
  7. 2022-02-24 10:18:11.840 [restartedMain] ERROR org.springframework.boot.SpringApplication- Application run failed
  8. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shortUrlServiceImpl': Invocation of init method failed; nested exception is java.lang.NullPointerException
  9. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
  10. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
  11. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
  12. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
  13. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
  14. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
  15. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  16. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
  17. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
  18. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953)
  19. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
  20. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
  21. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
  22. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
  23. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:414)
  24. at org.springframework.boot.SpringApplication.run(SpringApplication.java:302)
  25. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
  26. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
  27. at com.sw.appcloudv1.Appcloudv1Application.main(Appcloudv1Application.java:10)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31. at java.lang.reflect.Method.invoke(Method.java:498)
  32. at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
  33. Caused by: java.lang.NullPointerException: null
  34. at com.sw.appcloudv1.service.ShortUrlServiceImpl.createShortUrl(ShortUrlServiceImpl.java:30)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:498)
  39. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
  40. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
  41. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
  42. ... 23 common frames omitted
  43. 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)
  44. 2022-02-24 10:18:22.539 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  45. 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
  46. 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)
  47. 2022-02-24 10:18:42.691 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  48. 2022-02-24 10:18:57.893 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 15.505 seconds (JVM running for 16.223)
  49. 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)
  50. 2022-02-24 10:19:13.045 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  51. 2022-02-24 10:19:32.470 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 19.727 seconds (JVM running for 20.541)
  52. 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)
  53. 2022-02-24 10:19:34.842 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  54. 2022-02-24 10:19:42.332 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 7.789 seconds (JVM running for 8.401)
  55. 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)
  56. 2022-02-24 10:19:46.220 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  57. 2022-02-24 10:19:59.332 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 13.402 seconds (JVM running for 14.03)
  58. 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)
  59. 2022-02-24 10:24:06.933 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  60. 2022-02-24 10:24:08.186 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.588 seconds (JVM running for 2.229)
  61. 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)
  62. 2022-02-24 10:25:08.346 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  63. 2022-02-24 10:25:09.423 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.39 seconds (JVM running for 2.105)
  64. 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)
  65. 2022-02-24 10:25:20.150 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  66. 2022-02-24 10:25:21.189 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.332 seconds (JVM running for 1.955)
  67. 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)
  68. 2022-02-24 10:26:30.090 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  69. 2022-02-24 10:26:31.093 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.343 seconds (JVM running for 2.06)
  70. 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
  71. java.lang.NullPointerException: null
  72. at com.sw.appcloudv1.controller.AppDownloadController.deCode(AppDownloadController.java:55)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  75. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  76. at java.lang.reflect.Method.invoke(Method.java:498)
  77. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  78. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  79. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
  80. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
  81. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
  82. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  83. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
  84. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
  85. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  86. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
  87. at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
  88. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  89. at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  90. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  91. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  92. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  93. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  94. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  95. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  96. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  97. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  98. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  99. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  100. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  101. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  102. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  103. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  104. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  105. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  106. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  107. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  108. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  109. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
  110. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  111. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  112. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  113. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
  114. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
  115. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  116. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895)
  117. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1732)
  118. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  119. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  120. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  121. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  122. at java.lang.Thread.run(Thread.java:748)
  123. 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)
  124. 2022-02-24 10:31:23.488 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  125. 2022-02-24 10:31:24.501 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.357 seconds (JVM running for 2.139)
  126. 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)
  127. 2022-02-24 10:34:06.360 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  128. 2022-02-24 10:34:07.401 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.348 seconds (JVM running for 2.01)
  129. 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)
  130. 2022-02-24 10:36:22.657 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  131. 2022-02-24 10:36:35.168 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 12.823 seconds (JVM running for 13.461)
  132. 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)
  133. 2022-02-24 10:37:14.679 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  134. 2022-02-24 10:37:15.757 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 1.386 seconds (JVM running for 2.065)
  135. 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)
  136. 2022-02-24 10:38:05.611 [main] INFO com.sw.appcloudv1.Appcloudv1ApplicationTests- No active profile set, falling back to default profiles: default
  137. 2022-02-24 10:38:06.758 [main] INFO com.sw.appcloudv1.Appcloudv1ApplicationTests- Started Appcloudv1ApplicationTests in 1.359 seconds (JVM running for 2.164)
  138. 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)
  139. 2022-06-09 14:08:59.363 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- No active profile set, falling back to default profiles: default
  140. 2022-06-09 14:09:01.107 [restartedMain] INFO com.sw.appcloudv1.Appcloudv1Application- Started Appcloudv1Application in 2.384 seconds (JVM running for 3.352)