You might want to take the Thread dump of JVM instance to check the state of your threads if its stop responding. In linux you can use “kill -QUIT process_id” of the JVM instance to get the thred dump. Thread dump can give you details like state of all threds in the JVM and the […]
Continue reading…