cancel
Showing results for 
Search instead for 
Did you mean: 

Kill RMI/IIOP Worker session

iprieto
Contributor
0 Kudos

Hi guys,

We have a problem when some sessions of type RMI/IIOP are hanging. The performance of J2EE server decrease.

Are there any posibilities to kill a RMI/IIOP session when they are hanging?

Thank you and best regards

Ivá

Accepted Solutions (0)

Answers (2)

Answers (2)

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Ivá,


Hope you are doing good.

For your reference, you can review the following as well:

- Note 1485898 - Possible leak of remote objects and RMI-P4 server

Else the best option will be to use the telnet tool and unlock the application.

Thank you and have a nice day :).

_____________
Kind Regards,
Hemanth
SAP AGS

iprieto
Contributor
0 Kudos

Thank you Hemanth,

  How can I unlock the application from telnet? Are there some procedures explaining it ?

Best regards,

Iván

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Ivá,


Hope you are doing good.

You can do this via telnet:

    a) Telnet hostname  Port (http port+8)
    b) Logon with administrator Id
    c) execute command   >lsc  ( it will list cluster elements)
    d) exceute   >  jump  cluster id ( replace cluster id from the
output of above command)
    e) ADD DEPLOY
    f) unlock_app sap.com/mss~exp (for example)
    Refer to note 710966 for details.

Visual admin-> server-> services-> locking adapter also gives some info on the locks and how the can be deleted in critical cases.

For more info on telnet, check note 1715441.

Kind Regards,

Hemanth

former_member196113
Participant
0 Kudos

Do you have any solution?