cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Response time spikes on RMI

lie_marisa
Newcomer

Hi all,


The application is running on WebLogic 12.2.1.3

Sometimes, the response time spike when calling RMI to our clustered application tier WebLogics as below


Method hotspots shows it's related with clustered rjvm

Is there anything we need to check to further analyze the issue?

Any advice would be appreciated.


Thank you!


4 REPLIES 4

skrystosik
DynaMight Guru
DynaMight Guru

It looks like parking transaction while waiting for data. How it looks from other side (system where you are trying to connect via RMI)?

Sebastian


Regards, Sebastian

In the WebLogic RMI server side, the activity traced in DynaTrace is only few ms.

It seems like the time is spent in the client(caller) side while creating the Stub, not the actual call

The question is, what would make this step slow? What should we check to find the root cause?


Thanks


You should talk about it with developers. Those are WebLogic classes, so downloading classes may not be ideal option here. But you can always try this option.

Good idea may be as well checking WebLogic community, because this may be issue related to particular version.

Sebastian


Regards, Sebastian

I'll try WebLogic community. Thank you


Featured Posts