Mukesh Rustagi - 2014-02-17

Hi,

We have some batch jobs. When we trigger the parent batch job, it forks some child jobs which runs in their own new JVM processes. I have instrumented the jar of the job with Emma offline instrumentation.

I am getting JVM_BIND exception, this is obvious as the parent process is till running on emma port, child jvm also tries to use the same port and we get the exception.

Found parameter "-Demma.rt.control=false" which prevents the JVM_BIND exception (found this info on the net), but still this parameter is not helping and still getting the JVM_BIND Exception.

Any quick response would be highly appreciated.

Regards,
Mukesh Rustagi