This section lists some common problems experienced with OpsCenter and solutions or workarounds.
If you try to load the OpsCenter client in Microsoft Internet Explorer, a dialog displays informing you that it is not supported.
OpsCenter is only supported on the latest versions of:
When installing DSE, if you enter invalid values for DataStax Credentials, an error dialog displays text along the lines of:
Installation stage failed: Installation failed on node 172.16.1.2: 'apt-get update' failed.
Clicking Details displays the entire output from both stdout and stderr. If, in this output, you see the "401 Unauthorized", it means that the credentials entered were invalid.
When installing DSE, if you enter invalid values for DataStax Credentials, an error dialog displays text along the lines of:
Installation failed on node 172.16.1.2: 'yum install' failed.
Clicking Details displays the entire output from both stdout and stderr. If, in this output, you see "The requested URL returned error: 401", it means that the credentials used were invalid.
If you receive this error, it most likely means that the Cassandra process failed to start on one or more nodes. You should look in /var/log/cassandra/system.log for any errors that may need to be resolved.
If you receive an error that starts with this message, it means Cassandra (or DSE) is already installed on the system. OpsCenter provisioning requires that any instances of Cassandra (or DSE) be completely removed or purged before provisioning a new cluster.
If you receive an error message that includes "The installed agent doesn't seem to be responding", there is most likely a firewall issue preventing the installed agent from connecting to the opscenterd machine. You should ensure that port 61620 is open on the opscenterd machine and check the agent logs.
Due to a Python 2.6 or earlier bug, some users experience a problem adding a keyspace using Data Modeling OpsCenter features. OpsCenter cannot save a newly created keyspace.
Upgrading Python generally fixes this problem.
Your CentOS 5.x, Debian, OEL 5.5, RHEL 5.x, or Ubuntu operating system has OpenSSL 1.0.0 installed and you see an error containing this message.
exceptions.ImportError: libssl.so.0.9.8
To correct this situation, install OpenSSL 0.9.8.
In order to protect your AWS credentials when launching EC2 instances, OpsCenter needs to use HTTPS, but if the version of Python that is running opscenterd was not compiled with SSL support OpsCenter will not run even if SSL has been disabled in the configuration file.
To resolve the issue, first ensure that OpenSSL 0.9.8 is installed on your system. If you have compiled Python manually, it is recommended that you install Python 2.6+ through your package manager. On CentOS and RedHat Enterprise Linux, this is most easily done through EPEL packages.
If you must compile Python manually, make sure that SSL support is enabled. This blog post explains the process for Python 2.5, but the same steps will work for Python 2.6 or 2.7.
If you have a problem with OpsCenter, check for conflicts in port settings. The OpsCenter Agent uses port 7199 by default. If you have not changed the default port, check that Cassandra or another process on the node, is not set up to use this port.
If you set the OpsCenter Agent port to a host name instead of an IP address, the DNS provider must be online to resolve the host name. If the DNS provider is not online, intermittent problems should be expected.
If you have many column families, the number of metrics OpsCenter collects can become quite large. For information about how to reduce the number keyspaces or column families that are monitored, see Controlling data collection.
If Java is not installed or if OpsCenter cannot find JAVA_HOME, you may see an error such as:
/usr/share/opscenter-agent/bin/opscenter-agent: line 98: exec: -X: invalid option
exec: usage: exec [-cl] [-a name] [command [arguments ...]] [redirection ...]
To correct this problem, install Java or set JAVA_HOME:
export JAVA_HOME=<path_to_java>
Insufficient resource limits may result in an insufficient nofiles error:
2012-08-13 11:22:51-0400 [] INFO: Could not accept new connection (EMFILE)
See Recommended settings under Insufficient user resource limits errors in the Cassandra documentation.