启动tomcat , 控制台停在这个地方不动了 [2018-10-10] 11:20:11.551 assets- [RMI TCP Connection(3)-127.0.0.1]-[DefaultServerProvider.java:109]-[INFO] Environment is set to [dev] by JVM system property 'env 没有任何报错,郁闷. 既然是卡住了,那就是在访问某个东西的时候一直没有响应,而tomcat 却不放弃,一直重试.. 想到可能
1.今天在测试assembly的时候,在Linux虚拟机,内存配置为512mb,然后开始在Linux上运行assembly的时候就会一直卡住 2.停止运行后,查看了下日志 [root@localhost logs]# cat stdout.log Java HotSpot(TM) -Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0 Java HotSpot(TM) -Bit Serv
debug启动会卡住不动,run模式启动正常 debug启动输出到下面这行之后,就不会继续输出了 爆出各种 [INFO]- Bean 'dataSource' of type [class DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 解决办法: debug模式运行项目,找到断点,全部删除