Closed GoogleCodeExporter closed 9 years ago
I do not reproduce the issue.
I have warnings in the logs of the collector server when my webapp is
unavailable, but it reconnects when the webapp is up again.
Do you still have a problem now?
Original comment by evernat@free.fr
on 20 Jul 2013 at 5:22
I've investigated problem a bit further, and connection problem occurs when
client machine has resource exhaustion (lots of OutOfMemoryErrors), so I guess
it's the client problem.
Original comment by tomasz.r...@gmail.com
on 23 Jul 2013 at 6:49
In revision 3442 (included in javamelody 1.46 release), I have changed the code
to also catch Errors (like OOME) in the monitored webapp and to send them to
the collector server like other exceptions.
So OOME in the monitored webapp will certainly be displayed in the collector
server. It will be better than displaying the EOFException without the cause.
Thanks.
Original comment by evernat@free.fr
on 9 Aug 2013 at 12:34
Original issue reported on code.google.com by
tomasz.r...@gmail.com
on 19 Jul 2013 at 7:01