Skip to content

运行卡住了 #346

@icaiyu

Description

@icaiyu

一开始运行得挺好的,但是后来,重新运行的时候,卡住了,卡在这里

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: [/*]

有什么解决的办法吗?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions