We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
一开始运行得挺好的,但是后来,重新运行的时候,卡住了,卡在这里
2018-12-23 09:51:04.775 INFO 594 --- [ main] net.coding.ide.Application : Starting Application v0.1.1-SNAPSHOT with PID 594 (/root/WebIDE/backend/target/ide-backend.jar started by root in /root/WebIDE) 2018-12-23 09:51:04.797 INFO 594 --- [ main] net.coding.ide.Application : No active profile set, falling back to default profiles: default 2018-12-23 09:51:04.999 INFO 594 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@15327b79: startup date [Sun Dec 23 09:51:04 CST 2018]; root of context hierarchy 2018-12-23 09:51:09.749 INFO 594 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-12-23 09:51:10.071 INFO 594 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ee22d29d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2018-12-23 09:51:11.461 INFO 594 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http) 2018-12-23 09:51:11.498 INFO 594 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat 2018-12-23 09:51:11.500 INFO 594 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.4 2018-12-23 09:51:11.755 INFO 594 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2018-12-23 09:51:11.755 INFO 594 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6773 ms 2018-12-23 09:51:12.554 INFO 594 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'atmosphereServlet' to [/coding-ide-tty1/] 2018-12-23 09:51:12.564 INFO 594 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/] 2018-12-23 09:51:12.571 INFO 594 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/] 2018-12-23 09:51:12.577 INFO 594 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/] 2018-12-23 09:51:12.577 INFO 594 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/] 2018-12-23 09:51:12.578 INFO 594 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
有什么解决的办法吗?
The text was updated successfully, but these errors were encountered:
orz并不是出错,真的是只是卡了,等了大概8分钟,又好了。。好神奇啊,怎么回事
Sorry, something went wrong.
No branches or pull requests
一开始运行得挺好的,但是后来,重新运行的时候,卡住了,卡在这里
2018-12-23 09:51:04.775 INFO 594 --- [ main] net.coding.ide.Application : Starting Application v0.1.1-SNAPSHOT with PID 594 (/root/WebIDE/backend/target/ide-backend.jar started by root in /root/WebIDE)
2018-12-23 09:51:04.797 INFO 594 --- [ main] net.coding.ide.Application : No active profile set, falling back to default profiles: default
2018-12-23 09:51:04.999 INFO 594 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@15327b79: startup date [Sun Dec 23 09:51:04 CST 2018]; root of context hierarchy
2018-12-23 09:51:09.749 INFO 594 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2018-12-23 09:51:10.071 INFO 594 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ee22d29d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-12-23 09:51:11.461 INFO 594 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2018-12-23 09:51:11.498 INFO 594 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat
2018-12-23 09:51:11.500 INFO 594 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.4
2018-12-23 09:51:11.755 INFO 594 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2018-12-23 09:51:11.755 INFO 594 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6773 ms
2018-12-23 09:51:12.554 INFO 594 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'atmosphereServlet' to [/coding-ide-tty1/]
2018-12-23 09:51:12.564 INFO 594 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2018-12-23 09:51:12.571 INFO 594 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/]
2018-12-23 09:51:12.577 INFO 594 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/]
2018-12-23 09:51:12.577 INFO 594 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/]
2018-12-23 09:51:12.578 INFO 594 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
有什么解决的办法吗?
The text was updated successfully, but these errors were encountered: