bo zhao wrote:
Warnier,
Thank you for your reply.
AbstractScheduleTaskProcess class use the ExecutorService to create
thread and runs some custom tasks. These tasks will be done in a few
seconds. Sample code is following:
for (final List list : lists) {
executor.submit(ne
Warnier,
Thank you for your reply.
AbstractScheduleTaskProcess class use the ExecutorService to create
thread and runs some custom tasks. These tasks will be done in a few
seconds. Sample code is following:
for (final List list : lists) {
executor.submit(new Callable() {
bo zhao wrote:
I had modified the os ulimit parameter: open files and max processes, after
that, Tomcat does't exit unexpectedly, and the log of Tomcat have not the
"... pause, ... init". It seems work normally.
But I still don't know the reason. I want to know if the two parameter is
the key to
I had modified the os ulimit parameter: open files and max processes, after
that, Tomcat does't exit unexpectedly, and the log of Tomcat have not the
"... pause, ... init". It seems work normally.
But I still don't know the reason. I want to know if the two parameter is
the key to solve probelm an
Zhao,
On 19.9.2014 3:42, bo zhao wrote:
but I can't find any error message in the log? what causes the tomcat to
pause and stop?
One of the suspects for restarts and shutdown seems to be the class
com.jd.clover.center.service.AbstractScheduleTaskProcess, as there is a
log message regarding i