Accessing Network tab on VMware vCenter Server Appliance web studio interface fails with the error: com.google.gwt.core.client.JavaScriptException: (Error): Out of stack space
book
Article ID: 342777
calendar_today
Updated On:
Products
VMware vCenter Server
Issue/Introduction
Symptoms:
Cannot access Network tab on vCenter Server Appliance web studio interface.
Accessing Network tab on vCenter Server Appliance web studio interface fails.
You see the error:
com.google.gwt.core.client.JavaScriptException: (Error): Out of stack space
When accessing the Address tab within the networking tab, you see the error:
Failed to read network interface (eth1) information.
Environment
VMware vCenter Server Appliance 5.0.x VMware vCenter Server Appliance 5.5.x VMware vCenter Server Appliance 5.1.x
Cause
This issue occurs when a second NIC is added to the vCenter Appliance, which is not configured.
Resolution
To resolve this issue ,create a configuration file for the NIC associated:
Connect to the vCenter Server Appliance via SSH (default username is root and password is vmware).
Copy the /etc/sysconfig/networking/devices/ifcfg-eth0 to /etc/sysconfig/networking/devices/ifcfg-eth1 file by running this command:
Delete the vi /etc/sysconfig/networking/devices/ifcfg-eth1 command as it is specific to the vi editor. The user can choose to use any editor for this purpose.