When performing a new installation of the TIBCO iProcess Engine, or migrating to a new Unix platform, the RPC_TCP_LI process goes into a SUSPENDED state.

When performing a new installation of the TIBCO iProcess Engine, or migrating to a new Unix platform, the RPC_TCP_LI process goes into a SUSPENDED state.

book

Article ID: KB0085452

calendar_today

Updated On:

Products Versions
TIBCO iProcess Engine (Oracle) -
Not Applicable -

Description

Resolution:
Verify that the portmapper program is running. The rpcinfo -p command should show the process is running on port 111.


$ rpcinfo -p

   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp    895  status
    100024    1   tcp    898  status

If the process is not running, start it with the following command.

service portmap start

If the process is running, restart it and then start iPE again.

Issue/Introduction

When performing a new installation of the TIBCO iProcess Engine, or migrating to a new Unix platform, the RPC_TCP_LI process goes into a SUSPENDED state.