Products | Versions |
---|---|
TIBCO iProcess Engine (Oracle) | - |
Not Applicable | - |
Resolution:
Symptom
L044: Failed to connect to the network listener service: Port mapper failure; Authentication error.
L044 is an unhandled error defined by an unknown response from the O/S –
The section of the error that comes from the O/S is:
"Port mapper failure; Authentication error."
This is a security related issue. If you run rpcinfo -p from a Solaris 10 box you should see the following error:
# rpcinfo -p 10.100.83.104
rpcinfo: can't contact portmapper: RPC: Authentication error; why = Failed (unspecified error)
Solution
The solution is to allow remote connections, during the installation of Solaris the default is to disallow remote connections.
To re-enable:
svccfg -s bind setprop config/local_only = false
svcadm refresh bind
svcadm restart bind