Technote (FAQ)
Question
How do you debug Impact Analysis errors in WebSphere Studio Asset Analyzer?
Answer
To help debug Impact Analysis errors, turn on logging for the Impact Analysis framework. Modify the LoggerMgr.xml file in your <InstallDir>\config directory, changing the xml file as below:
<Logger name='ImpactAnalysis'>
<Listener name='File' file='ImpactAnalysis.out' streams='out,err' msgFormat='Standard' msgLevel='2' traceLevel='2' />
<Listener name='File' file='ImpactAnalysis.err' streams='err' msgFormat='StandardError' msgLevel='3' traceLevel='3' />
</Logger>
<Logger name='ImpactAnalysisFrame'>
<Listener name='File' file='ImpactAnalysisFrame.out' streams='out,err' msgFormat='Standard' msgLevel='2' traceLevel='2' />
<Listener name='File' file='ImpactAnalysisFrame.err' streams='err' msgFormat='StandardError' msgLevel='3' traceLevel='3' />
</Logger>
Then restart your WebSphere Studio Asset Analyzer application from the WebSphere Application Server administration console, and try your failing Impact Analysis again.
Review the following output files and include them if you open a PMR:
- <WsaaLogs>\impactAnalysis*.out
- <WsaaLogs>\impactAnalysis*.err
- <WsaaLogs>\wsaa*.err
- <WsaaLogs>\wsaa*.out
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.