Comment #7 on issue 2465 by [email protected]: TransactionUnavailableException
http://code.google.com/p/mobicents/issues/detail?id=2465

Hi Jean. Upon some further usage and experimenting we came to the conclusion that the cause TransactionUnavailableException is the constant flow of full GC events which literally stop the application.

Full GC events are indeed caused by the lack of heap.

We see no usual OutOfMemoryExceptins because of the parallel garbage collector set by -XX:+UseConcMarkSweepGC java option. It is a nice garbage collector but it is almost impossible to make it throw OutOfMemoryExceptin.

Reply via email to