blocked thread and jboss configuration
manish_jboss16 Nov 3, 2018 9:10 AMHi,
I am new in jboss and I would like to know about Thread.java:748 as we had JBOSS frozen and 385 threads were blocked . Do you have any link or open source tool to analyse jboss configuration ?
Also we have 2 nodes where in more connection is diverted to node-2 instead equal distribution . We have AWS ALB and sticky session enabled .
ERROR [stderr] (http-/***********-102) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)
ERROR [stderr] (http-/***********-102) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:854)
ERROR [stderr] (http-/*****************) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:926)
ERROR [stderr] (http-*******************-102) at java.lang.Thread.run(Thread.java:748)
ERROR [stderr] (http-/*******************-102) java.lang.NullPointerException
Ultimately below BeanFactory not initialized or already closed is reported .
ERROR [stderr] (BGJOB~1107~) at java.lang.Thread.run(Thread.java:748)
18:09:09,547 ERROR [stderr] (BGJOB~1107~S) java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
18:09:09,547 ERROR [stderr] (BGJOB~1107~) at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
18:09:09,547 ERROR [stderr] (BGJOB~1107~) at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1093)
18:09:09,547 ERROR [stderr] (BGJOB~1107~) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
18:09:09,547 ERROR [stderr] (BGJOB~1107~) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
18:09:09,547 ERROR [stderr] (BGJOB~1107~) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
18:09:09,547 ERROR [stderr] (BGJOB~1107~) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
18:09:09,547 ERROR [stderr] (BGJOB~1107~) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
18:09:09,547 ERROR [stderr] (BGJOB~1107~) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
Regards!