You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 26 Next »

The information on this page refers to License Statistics v4.12 or newer, which eliminated the need to run an Apache web server manually by copying the command from the log file. If your are using an earlier version, please refer to the documentation for releases prior to v4.12.

Apache errors

If there are problems with an Apache web server, you may see one or more of the following errors in the License Statistics log file, licstat.log.

Starting secondary apache process timed out. Unable to start apache web server.

Already running apache web server sends failed respond. Failed to start apache web server.

To investigate the cause of these errors:

  1. Start License Statistics in debug mode. (See Enabling License Statistics debug logs for instructions on enabling debug mode.)
     
  2. Review the information stored in License Statistics log file, licstat.log. 

You may also see an error similar to the following:

External apache stopped running.

To investigate the cause of this error, you should verify this Apache instance.

Note: When using Linux, make sure all 32-bit compatible libraries are installed, as mentioned in Operating system and resource requirements. An installation wizard will keep you informed which libraries are missing. If not all 32-bit libraries are installed, you may see one or more of the errors listed at the top of the page.

"Unable to open http server on port" error

The License Statistics Usage Monitor is configured by default to use port 80 for the http server, which is used to display License Statistics web-based UI pages in the browser. If this port (or another port you specified in the configuration file) is already being used by another application, you will see an error similar to the following in the License Statistics log file, licstat.log.

Apache is not responding to HTTP requests! Please make sure no other application is blocking port .. or your DNS service works properly!
Please verify that configured port is not in use by other application.
Please make sure that current user has permissions to use configured port.

To resolve this issue:

  1. Free up the port by ending the applications that are using it or specify a different port.
  2. Restart License Statistics.
  3. Recheck the log file to ensure the error is resolved.

Apache version

Note: Essentially, License Statistics does not support an Apache web server that has a version other than the delivered one. Therefore, when you decide to use an Apache web server that has a version other than the delivered one, you should find a solution to a related problem on your own.

However, when you decide to run License Statistics with an Apache web server that has a version other than the delivered one, make sure that your Apache server is compatible with the License Statistics Apache configuration. You can configure the server settings in the apache/config directory inside the License Statistics installation directory.

Note that License Statistics is delivered with Apache/PHP version that is sufficient to meet current product requirements. Therefore, it is recommended not to upgrade an Apache/PHP server, unless you are certain that such change is necessary.

"RSA server certificate CommonName (CN) does NOT match server name" error

You may receive the following error in apache_error.log after enabling SSL for Apache:

RSA server certificate CommonName (CN) does NOT match server name

This problem occurs when License Statistics becomes inoperative, i.e. shuts down immediately after the startup.

To resolve this issue, you need to specify the URL in the HTTP_BASE_URL line in the License Statistics configuration file, xflicstat.cfg. The URL should match the name visible in your certificate file.

  • No labels