Himansu Rout - 2010-01-29

i am trying to genrate the code coverage report for unit test.i have instrumented the class files and placing them in class path
while running the juint.Some of the unit test which are trying to access the ejb codes are failing with below error

E[weblogic.rjvm.PeerGoneException: ; nested exception is:
java.io.EOFException]:  : weblogic.rjvm.PeerGoneException: ; nested exception is:
java.io.EOFException
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)

All other unit test goes fine.
Can some body help me on this issue

Regards,
Himansu