Technote (troubleshooting)
Problem(Abstract)
After installing Identity Insight 8.1, the pipeline will fail with "IOT/Abort trap" in the debug output when UTF-8 locale is not installed on the Operating System.
Symptom
pipeline debug output will show:
[pipeline:1] DBUG: ...Loading Configured Message Types.
[pipeline:1] DBUG: ...Loading Attribute Type Configuration.
[pipeline:1] DBUG: ...Initializing attribute scoring plugins
IOT/Abort trap
Cause
EN_US.UTF-8 locale was not installed on the OS (AIX).
Environment
AIX
Diagnosing the problem
Run pipeline -d to start the pipeline in debug mode and note the output.
Check the locales installed
Resolving the problem
- Install the locale 'EN_US.UTF-8'
- Next, set the LANG environment variable to match installed locale:
export LANG="EN_US.UTF-8" - Restart the pipeline in debug mode to confirm the fix
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.