Tomcat application stops intermittently due to virtual memory issue [on hold] The 2019 Stack Overflow Developer Survey Results Are InVirtual hosting a tomcat webapp in Apache on RHEL 5.0Reading virtual memoryRun an application under TomcatTomcat does not get enough memoryGlassFish/Tomcat security issue between domain users in linux server (alternate docroot issue)VirtualHost with mod rewrite pointing at tomcat applicationHow do I quickly setup Tomcat server with Java web application on Linux (Debian)?grep, memory issueSELinux blocks tomcat web application to load Java native library (JNI) from /tmp foldertomcat server start issue while running from jenkins
How to deal with fear of taking dependencies
How are circuits which use complex ICs normally simulated?
Time travel alters history but people keep saying nothing's changed
What does ひと匙 mean in this manga and has it been used colloquially?
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
What do hard-Brexiteers want with respect to the Irish border?
Is there a symbol for a right arrow with a square in the middle?
I see my dog run
Identify boardgame from Big movie
Resizing object distorts it (Illustrator CC 2018)
Is an up-to-date browser secure on an out-of-date OS?
Deal with toxic manager when you can't quit
Return to UK after being refused entry years previously
How to support a colleague who finds meetings extremely tiring?
Does the shape of a die affect the probability of a number being rolled?
Why can Shazam fly?
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
What is the meaning of the verb "bear" in this context?
Why is the maximum length of OpenWrt’s root password 8 characters?
Is "plugging out" electronic devices an American expression?
Pokemon Turn Based battle (Python)
What is the accessibility of a package's `Private` context variables?
FPGA - DIY Programming
Did Section 31 appear in Star Trek: The Next Generation?
Tomcat application stops intermittently due to virtual memory issue [on hold]
The 2019 Stack Overflow Developer Survey Results Are InVirtual hosting a tomcat webapp in Apache on RHEL 5.0Reading virtual memoryRun an application under TomcatTomcat does not get enough memoryGlassFish/Tomcat security issue between domain users in linux server (alternate docroot issue)VirtualHost with mod rewrite pointing at tomcat applicationHow do I quickly setup Tomcat server with Java web application on Linux (Debian)?grep, memory issueSELinux blocks tomcat web application to load Java native library (JNI) from /tmp foldertomcat server start issue while running from jenkins
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
We have Tomcat application hosted in three servers in which Tomcat applications stops intermittently only in one server with error could not reserve enough memory to initialise virtual memory heap.
We altered the xmx value from 2560m to 1024m but was working only temporarily and again begun to stop applications frequently.
Tried to clear cache as well but issue seem to occur often.
Also while capturing heap dump, same error occurs.
There is error log file generated automatically when application suddenly stops by itself in which few threads status shows blocked.
Incase if the issue might be due to threads, we need to know further steps to take since same code works fine in other servers
We are looking for permanent solution steps suggestions to fix this issue.
linux java tomcat
put on hold as too broad by Rui F Ribeiro, Stephen Harris, sourcejedi, Fabby, Stephen Kitt 7 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
We have Tomcat application hosted in three servers in which Tomcat applications stops intermittently only in one server with error could not reserve enough memory to initialise virtual memory heap.
We altered the xmx value from 2560m to 1024m but was working only temporarily and again begun to stop applications frequently.
Tried to clear cache as well but issue seem to occur often.
Also while capturing heap dump, same error occurs.
There is error log file generated automatically when application suddenly stops by itself in which few threads status shows blocked.
Incase if the issue might be due to threads, we need to know further steps to take since same code works fine in other servers
We are looking for permanent solution steps suggestions to fix this issue.
linux java tomcat
put on hold as too broad by Rui F Ribeiro, Stephen Harris, sourcejedi, Fabby, Stephen Kitt 7 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
We have Tomcat application hosted in three servers in which Tomcat applications stops intermittently only in one server with error could not reserve enough memory to initialise virtual memory heap.
We altered the xmx value from 2560m to 1024m but was working only temporarily and again begun to stop applications frequently.
Tried to clear cache as well but issue seem to occur often.
Also while capturing heap dump, same error occurs.
There is error log file generated automatically when application suddenly stops by itself in which few threads status shows blocked.
Incase if the issue might be due to threads, we need to know further steps to take since same code works fine in other servers
We are looking for permanent solution steps suggestions to fix this issue.
linux java tomcat
We have Tomcat application hosted in three servers in which Tomcat applications stops intermittently only in one server with error could not reserve enough memory to initialise virtual memory heap.
We altered the xmx value from 2560m to 1024m but was working only temporarily and again begun to stop applications frequently.
Tried to clear cache as well but issue seem to occur often.
Also while capturing heap dump, same error occurs.
There is error log file generated automatically when application suddenly stops by itself in which few threads status shows blocked.
Incase if the issue might be due to threads, we need to know further steps to take since same code works fine in other servers
We are looking for permanent solution steps suggestions to fix this issue.
linux java tomcat
linux java tomcat
edited 2 days ago
user8554534
asked 2 days ago
user8554534user8554534
40117
40117
put on hold as too broad by Rui F Ribeiro, Stephen Harris, sourcejedi, Fabby, Stephen Kitt 7 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by Rui F Ribeiro, Stephen Harris, sourcejedi, Fabby, Stephen Kitt 7 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
-java, linux, tomcat