thread « JBoss « Java Enterprise Q&A





1. How do I make a thread dump in JBoss 4.0.5 on Windows    stackoverflow.com


I'm running JBoss 4.0.5 on Windows 2003 x64 and wonder if there is any way to get a dump of all threads?

  • It's stared with FireDaemon so I don't ...

2. Writing on a separate thread for a web app    stackoverflow.com

For one of the URLs that my clients will be calling, I want it to return as soon as possible with minimal disruption, so even if the database is down or ...

3. JConsole Threads Tab - Understand Info    stackoverflow.com

I'm running JBoss 5. I see that memory keep is increasing as time pass. The number of active threads are increasing. The following stacktrace is taken from an active thread which ...

4. Can you configure a JBoss web app to be single threaded?    stackoverflow.com

Can you configure a JBoss web application to be single threaded? Ie: only accept one incoming web request (ie: socket connection) at a time? Or is there a way ...

5. jboss 4.2.2 worker thread initialization failure    stackoverflow.com

im having jboss as server and java as client. there are some 200 client will access server daily. this error coming every now and then on jboss log. any one tell me ...

6. Jboss runtime error "Worker Thread Initialization Failure"    stackoverflow.com

I got "Worker Thread Initialization Failure +jboss-4.2.2.GA" error in My production server.What is solution to solve this?

7. JBoss Messaging and Thread Priority    stackoverflow.com

I'm using JBoss 5.1.0 GA together with JMS. I have two message-driven beans. Could someone explain the threading model to me? For example, does each MDB have a separate thread ...

8. How to remove threads from JBoss connector thread pool    stackoverflow.com

Out main connector has maxThreads=1000, but seems to never stop threads when the load goes down. Is there a setting for this or how can I otherwise reduce the pool?

9. JBoss, thousand of threads in WAITING state, is this normal?    stackoverflow.com

I am running JBoss 5.0.0 on Solaris 10 SPARC with java build 1.6.0_27-b07. When I check with ps -eLf | grep -c 'Xss256k' (I use java command line arg Xss256k to minimize ...