Quote:
Originally Posted by joronikolov
When I start an application in RHEL5 I receive the following messages and the application does not started:
getColorRamps call failed: RPC: Unable to receive; errno = Connection refused
get_colormap_for_visual: unable to obtain the colormap and visual.
Please check your XServer settings using the command xdpyinfo
reset call failed: RPC: Unable to receive; errno = Connection refused
Any advice ?
Thank you.
|
can you please check you are running the portmap service. and there is access to the port.
looks like your application relies on that to be running.
Code:
service portmap status
can you confirm that this service needs portmap to operate, and if so, and the service is not running it needs to be started.
Code:
service portmap start
Code:
chkconfig portmap on