cancel
Showing results for 
Search instead for 
Did you mean: 

Java Stack - Slow - possible reasons

Former Member
0 Kudos

Our production java stack is slow.

After all research, restarting did not help

What could be the possible reasons for this.

reg

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey Naveen,

Check for Log files on server. Delete / Archieve unnecessary Log files..This will create some space on the server.

Also check if you have a fail messages running on sevrer continously..

...we had a same problem...after little debugging realised there were high number of failed messages, which was blocking all queues in process of reprocessing. Also was creating log files in MB's on server...In this case restart do not help.

After deleting /archieving files and cancelling failed message performance got back to nornal.

Hope this will help.

Nilesh

Former Member
0 Kudos

Try to check, if there are no unnecessary services running on the server. If on the client machine, try to look for the possible netwok performace connections.

Sachin.