Summary
How to make sense of the very verbose Accelerator install log.
Solution
Install the attached tcl script.
run the following command to parse EA_Install.log:
tclsh parseEAInstallLog.tcl EA_Install.log > parsed_EA_Install.log
The tcl script will filter out unnecessary information, making it much easier to analyze the output
Example
tclsh parseEAInstallLog.tcl EA_Install.log > parsed_EA_Install.log ----------+ 1 jbowen Domain Users 571910 Apr 16 09:55 EA_Install.log -rw-r--r--+ 1 jbowen Domain Users 6584 Sep 21 16:57 parsed_EA_Install.log $ wc EA_Install.log 5984 49311 571910 EA_Install.log $ wc parsed_EA_Install.log 84 749 6584 parsed_EA_Install.log
For this particular log file, it reduced the content from 5984 lines to 84.
See Also
Applies to
Product versions:All
OS versions:All
This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.