Troubleshooting Steps for iUnique
iUnique is a clustering tool that helps identify ticket resolutions for groups of tickets rather than individual ones. This troubleshooting guide provides steps to resolve common issues such as service not starting, internal server errors, resource not found errors, and not receiving any response.
iUnique helps in clustering of tickets with similar ticket descriptions. This helps in identifying resolution over a group rather than catering to individual tickets. It is a component developed using python and is hosted on Apache Web Server as a service under the name HCL.iAutomate.iUnique
HCL.iAutomate.iUnique service is not starting
Issue Description | HCL.iAutomate.iUnique service is not starting |
---|---|
Modules Impacted | iUnique |
Probable Root Cause | Invalid “iUnique.conf” file content |
Steps to resolve
For e.g. - “C:/Apache24/conf” has <Apache_Root_Folder_Path> as “C:/Apache24”.
<VirtualHost *> WSGIScriptAlias /iAutomate C:/iAutomate/Comp/HCL.iAutomate.iUnique/iUnique/app.wsgi SSLVerifyClient require SSLVerifyDepth 10 <Directory C:/iAutomate/Comp/HCL.iAutomate.iUnique/ iUnique> WSGIApplicationGroup %{GLOBAL} Require all granted </Directory> </VirtualHost>
sc config HCL.iAutomate.iUnique obj= “ID” password= “PSWD” where ID is the [Domain\SA ID] and PSWD is the [Password of SA] and SA is [Service Account]. ‘Log On As’ field corresponding to the service HCL.iAutomate.iUnique should be changed to ‘Service Account’. Click Start to start the service. |
Service returns Internal Server Error - status code 500
Issue Description | Service is reachable but returns Internal Server Error with status code 500 |
---|---|
Modules Impacted | iUnique |
Probable Root Cause | Python package not available |
Steps to resolve
pip install package_name
pip install package_name.whl |
‘404 Resource Not Found’
Issue Description | Error message ‘404 Resource Not Found’ when iUnique is hit |
---|---|
Modules Impacted | iUnique |
Probable Root Cause |
|
Steps to resolve
e.g. – Here the image below shows the port set for iUnique component is 9000. # Listen 9000 # ports, instead of the default. See also the <VirtualHost> # directive
|
‘Could not get any response’
Issue Description | Error message ‘Could not get any response’ appears when iUnique is being hit |
---|---|
Modules Impacted | iUnique |
Probable Root Cause | HCL.iAutomate.iUnique service is not running |
Steps to resolve
|