This content has been marked as final.
Show 4 replies
-
1. Re: wildfly-10.1.0.Final getting unresponsive
Ravi Rai Aug 3, 2018 4:36 AM (in response to Ravi Rai)Hi Team
i am waiting for your reply.
-
2. Re: wildfly-10.1.0.Final getting unresponsive
Claudio Miranda Aug 3, 2018 11:26 AM (in response to Ravi Rai)Hi Ravi, you should investigate why the application is unresponsive, several factor may influence it:
* Computation resources (memory, disk) reached a limit
* Application bug (deadlock, caching, etc.)
I suggest a investigation, see some pages to help you:
Application Server unresponsive or stuck? Take a deeper look!
-
3. Re: wildfly-10.1.0.Final getting unresponsive
krishna b Dec 3, 2018 12:00 AM (in response to Ravi Rai)Hi Ravi,
Am also facing this issue.
If you found the solution please share.
Thanks.
-
4. Re: wildfly-10.1.0.Final getting unresponsive
Jaroslav Simak Dec 6, 2018 3:04 AM (in response to Ravi Rai)1 of 1 people found this helpfulI had (or have) this issue rather often, in particular in context of messaging applications, while affecting management ports. In my case, it helped to run the application server with more memory (-Xmx). It helps a bit to stabilize, I doubt though it is a general solution.