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.
In the event of a licensing issue, follow these steps to enable logging and reveal
potential problems before contacting GE Support.
- Open the
logback.xml
file located here:<Directory where Operations Hub is installed>\iqp-tomcat\webapps\<site/app/eventengine>\WEB-INF\classes\logback.xml
- Find the following line of code and change
"ERROR"
to"DEBUG"
.<Logger name="com.iqp" level="ERROR">
- Save and close the
logback.xml
file. - Replicate the licensing error to log messages in the
app.log/site.log
oreventengine.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.