java.lang.OutOfMemoryError: Java heap space
1 java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
.....
Caused by: java.lang.OutOfMemoryError: Java heap space
出错缘由:查询大量记录,未进行分页操作!
解决方案: 分页