如何解决Java进程意外被杀

提问 2 1864
coding_xa
coding_xa 2019-06-13
版本:renren-security 2.3.0 开发环境:
2.3.0版本部署Linux服务器,程序启动正常,大概3-4个小时候出现以下日志后,程序进程被停止 2019-06-13 14:38:42.405 INFO 517 --- [ Thread-5] o.s.j.e.a.AnnotationMBeanExporter : Could not unregister MBean [com.github.tobato.fastdfs.conn:name=fdfsConnectionPool,type=FdfsConnectionPool] as said MBean is not registered (perhaps already unregistered by an external process) 2019-06-13 14:38:42.425 INFO 517 --- [ Thread-5] o.a.e.i.a.AbstractAsyncJobExecutor : Shutting down the default async job executor [org.activiti.spring.SpringAsyncExecutor]. 2019-06-13 14:38:42.425 INFO 517 --- [ Thread-2] o.a.e.i.a.AcquireTimerJobsRunnable : stopped async job due acquisition 2019-06-13 14:38:42.425 INFO 517 --- [ Thread-3] o.a.e.i.a.AcquireAsyncJobsDueRunnable : stopped async job due acquisition 2019-06-13 14:38:42.426 INFO 517 --- [ Thread-5] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
回帖
  • 把activiti去掉试试
    1 回复
  • coding_xa
    coding_xa (楼主)
    2019-06-17
    @Mark 屏蔽所有activiti相关代码已解决问题,谢谢!
    0 回复