Configure Logs to Troubleshoot Licensing Issue
With Operations Hub licensing enforcement, you may be asked to purchase a license even when you have a valid license activated on your license client.
- Open the
log4j.xml
file located here:C:\ProgramData\GE\Operations Hub\iqp-config\IQP
- Find the following line of code and change
"ERROR"
to"DEBUG"
.<Logger name="com.iqp" level="ERROR" additivity="false">
- Save and close the
log4j.xml
file. - Replicate the licensing error to log messages in the
iqptomcat-stdout.log
file located here:C:\ProgramData\OphubLogs\iqp-tomcat
- Look for log entries similar to the
following:
"2021-3-2 13:24:11 - Project65.isLicenseVersionValid() : lc_license_ophub = 20 2021-03-02 14:37:41,720 [pool-6-thread-1] DEBUG com.iqp.common.utils.other.lc - LicenseClient.getLicenseValue(): isLicenseDateValid() = 1 isLicenseVersionValid() = 1 isLicenseVersionValid() = 4"
Tip: Look for keywords such as Project65, LicenseClient, and LicenseService to investigate licensing related issues. - Provide the log file details to the Support team.