Slow menu response when right clicking on a model or container in OneClick running on macOS Sierra
search cancel

Slow menu response when right clicking on a model or container in OneClick running on macOS Sierra

book

Article ID: 4299

calendar_today

Updated On:

Products

CA Spectrum DX NetOps

Issue/Introduction

When performing a right-click on a model or container in Spectrum OneClick running on macOS, the menu does not appear instantly as in the past but can take many seconds (maybe 5 or 6), slowing responsiveness.

Environment

Spectrum with macOS client

Cause

When a Java app calls the java.net.InetAddr.getLocalHost() class, it attempts a reverse lookup of this address and checks that it maps back to the input host name and this slows it down when its not explicitly defined in the /etc/hosts file of macOS Sierra.

Resolution

To resolve this, explicitly name the mac in the /etc/hosts file. For example, if his Mac's host name is macPro, then, list it as; 

127.0.0.1 localhost macPro.local 
::1       localhost macPro.local