问题描述
main方法执行过程中卡死,没有日志也没有继续执行
排错过程
jps查看pid
1  | D:\develop\git\hexoblog>jps  | 
输出堆栈日志
D:\develop\git\hexoblog>jstack -l 5924 >> p.log
1  | "main" #1 prio=5 os_prio=0 tid=0x0000000002b32800 nid=0x23e0 runnable [0x000000000102d000]  | 
定位出错位置
CSVFileImportDB.java:147
1  | 23:12:39,160 INFO CSVFileImportDB:151 - [12084, 102783, 3.0, 3.0, 2.0, 3.0, 1265183460000]  | 
测试代码
jdk1.8/oracle11g
1  | CREATE TABLE "RATINGS"  | 
https://github.com/lixl-site/spring-sampler.git
lineCount=18114384 rowCount=4110345