cancel
Showing results for 
Search instead for 
Did you mean: 

Java Stack down: multiple failures after retry by communication channels.

Former Member
0 Kudos

Hi ALL

Our Java stack crashed, the possible reason could be we had multiple communication channel failures and which were retry to process messages.

What is the best practice or steps we need to do before we bounce/restart the java engine.

Please, let us know your best approach.

Thank you!

Accepted Solutions (1)

Accepted Solutions (1)

SudhirT
Active Contributor
0 Kudos

This could be because of excess of load. Check the error log for the details. Just restart your server and stop the communication channels which are not in use as a good practice.

Discuss with basis guy for the exact reason.

Thanks!

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

just look the reasons for and the solution Java stack crashes and has to be restarted

/people/udo.martens/blog/2006/08/23/comparing-performance-of-mapping-programs

Regards

Abhishek

Former Member
0 Kudos

Message failure can not be the reason for JAVA stack failure,

Check the log first , just restart java stack ...