Skip Headers
Oracle® Real User Experience Insight Installation Guide
Release 4.5.2 for Linux x86-64

Part Number E14989-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

A Troubleshooting

This appendix highlights the most common problems encountered when installing RUEI, and offers solutions to locate and correct them. The information in this appendix should be reviewed before contacting Customer Support.

Support Web sites

Information on a wide variety of topics is available via the Oracle Web site (http://www.oracle.com/enterprise_manager/user-experience-management.html). It is recommended that you visit it regularly for support announcements.

In addition, detailed technical information is available via the Support Web site (https://metalink.oracle.com). This includes information about service pack availability, FAQs, training material, tips and tricks, and the latest version of the product documentation. A valid user name and password is required to access this Web site.

Contacting Customer Support

If you experience problems with the installation or configuration of the RUEI, you can contact Customer Support. However, before doing so, it is strongly recommended that you create a Helpdesk report file of your installation. To do so, select System, then Configuration, and then Helpdesk report. This file contains extended system information that is extremely useful to Customer Support when handling any issues that you report.

A.1 The prepare_uxinsight_db.sh Script Fails

If the prepare_uxinsight_db.sh script fails, this can be because the database listener has not been started correctly due to a failing DNS look up. To resolve this problem, do the following:

A.2 The Applying Settings Dialog Hangs

If the Applying settings dialog (Figure 3-6) hangs after performing the initial configuration (described in Section 3.1, "Performing Initial RUEI Configuration"), it is recommended that you do the following:

A.3 Starting Problems

If the system does not seem to start, or does not listen to the correct ports, do the following:

Resources and Log Files

If during, or directly after running the Initial setup wizard (described in Section 3.1, "Performing Initial RUEI Configuration"), the system returns an error, there are the following resources and log files available to help you in debugging:

Root-Cause Analysis

Before starting to address specific issues, it is important to understand the basic operation of data collection, data processing, and data reporting. Any root-cause analysis of RUEI problems should take the following:

A.4 Data Collection Problems

If the data collection service is not running, or will not start, do the following:

A.5 Data Processing Problems

If, for any reason, data processing does not start, try to restart it by selecting System, then Maintenance, and then System Reset. The System reset wizard appears. Select the Restart system processing option. Note that restarting system processing can take between 5 and 30 minutes.

In general, if no data is being processed, verify your system's configuration as described in Section 3.4, "Verifying and Evaluating Your Configuration". If you do not apply any configuration to the system, no data processing will take place.

If you are using an environment with multiple Collectors, ensure all Collectors are up and running normally. To do so, select System, then Status, and then Collector status. An failing Collector can become a block to further data processing of the system's data.

A.6 E-Mail Problems

Sending E-mails is RUEI functionality that is handled on a system level, together with your Mail Transfer Agent (MTA), such as Sendmail or Postfix. If problems occur when sending E-mails, do the following:

Common issues with E-mail delivery often involve an incorrectly configured MTA, or an MTA that is not allowed to send E-mail within the Data Center or corporate network.

A.7 SSL Decryption Problems

In order to decrypt SSL traffic, the Collector needs to have the SSL key and certificate available. To enable SSL decryption, you should do the following:

The certificate needs to be uploaded to the Collector(s) by selecting Configuration, then Security, and then SSL keys. To check the status of the SSL decryption, select System, then Status, and then Collector status, and select the Collector for which you want SSL decryption analysis. Within the SSL encryption page, note the following:

RUEI accepts PKCS#12 and PEM/DER encoding of SSL keys and certificates. Basically, this means both the certificate and key should be concatenated into one file. If you have separate key and certificate files, you can create a PKCS#12-compliant file by issuing the following command:

openssl pkcs12 -export -in certificate.cer -inkey key.key -out pkcs12file.p12 -passout pass:yourpassphrase

Where:

For example, consider the situation where the CA root certificate filename is ca_mydomainroot.cer, the server's SSL key is appsrv12.key, you want the output file to be called uxssl.p12, and want to protect this file with the passphrase thisismysecretpassphrase. The following command is required:

Openssl pkcs12 -export -in ca_mydomainroot.cer -inkey appsrv12.key -out uxssl.p12 -passout pass:thisismysecretpassphrase

A.8 Missing Packages and Fonts Error Messages

It is strongly recommended that you follow the installation procedure and settings described in Section 2.2.5, "Package Installation". In particular, you should not perform a "minimal" installation of Oracle Enterprise Linux. If you do so, it can lead to a wide range of reported problems, depending on the components not included in the installation, but required by RUEI.

The most common of these are reported fontconfig error messages in the /var/log/http/error_log file. These can be fixed by installing the following fonts:

However, other possible error messages include reported missing packages (such as librsvg2).

When a Yum repository is available, all dependencies available on the Enterprise Linux 5.x CDs can be installed by issuing following command:

yum -y install gcc gcc-c++ compat-libstdc++-33 glibc-devel libstdc++-devel \ elfutils-libelf-devel glibc-devel libaio-devel sysstat perl-URI net-snmp \ sendmail-cf httpd php php-gd php-pear php-mbstring bitstream-vera-fonts librsvg2 \ xorg-x11-xinit

However, be aware that additional RPMs shipped with the RUEI.zip file still need to be installed according to the procedure described in Section 2.5, "Installing the RUEI Software".

A.9 ORA-xxxxx Errors

If you receive any Oracle database errors, do the following:

A.10 Instant Client-Related Error Message

If during step 7 of Section 2.5.4, "Installation of the RUEI Software" you receive an error similar to the following

mklookup: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory

you should ensure that the symlinks for Oracle database Instant Client (described in Section 2.5.1, "Installing the Oracle Database Instant Client") have been correctly defined.

A.11 Removing Software

If the actions described in the previous sections do not resolve an encountered issue, it is recommended that you remove all RUEI RPMs using the following command:

rpm -e ux-*

In addition, it is recommended that you contact Customer Support for further assistance.

A.12 General (Non-Specific) Problems

If you are experiencing problems with the reporting module, or find its interface unstable, it is recommended that you do the following: