multithreading - Error in scheduled quartz job, unable to create new native thread -


2015-10-22 14:24:57,939 | system | | worker-5 | info | jacorb.orb.giop | clientconnectionmanager: created new clientgiopconnection 11.63.32.49:40000

2015-10-22 14:24:57,941 | system | | worker-5 | error | | not perform supervision cycle. error in scheduled quartz job. unable create new native thread

is leak in quartz scheduler doubt be, if what's going wrong? application runs sometime , goes out of memory above error? resolve fast?

didn't close orb resource opened properly. added below piece of code ensure same , viola no more out of memory issue :)

if(null != orb)         {             orb.shutdown(true);             orb = null;         } 

thanks nick helping pointers fix problem.

note: thread helped me find issue - http://www.jacorb.org/bugzilla/show_bug.cgi?id=632


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -