4.5 EAP build 606 with RMI app

Questions about YourKit Java Profiler
Post Reply
bdbrown66
Posts: 1
Joined: Tue May 24, 2005 8:13 pm

4.5 EAP build 606 with RMI app

Post by bdbrown66 »

Hello. I'm trying to use 4.5 EAP build 606 with our RMI-based application under JDK 1.4.2_03. I'm getting the following error when my application tries to start:

Exception binding Internal RMI
Nested exception message: internal error: ObjID already in use

Apparently, this is due to the fact that you can only have one RMI registry per JVM, and since your profiler has already created one, my app crashes when it tries to create one. Is there a way around this?

FWIW, this is not an issue under JDK 1.5, due to a change by Sun.

Thank you,
Brian
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

Please send us code sample (with RMI) which demonstrates the problem.

Regards,
Vladimir
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

We have managed to reproduce the problem. Currently we are working on it to find workaround
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

Hi Brian,

it seems that we have found a remedy for RMI problem. Next build #608 will contain a fix. Please try it when it's available.

Regards,
Vladimir
Post Reply