Purpose (problem description)
This page is a troubleshooting guide for warning - Unable to find the object end for type XXXX which occurs during PHP analysis
Error Free Logs - CMS Snapshot Analysis - Run Universal Analyzer - PHP - Error Free Logs - CAST AIP 8
Observed in CAST AIP
Release | Yes/No |
---|---|
8.3.x | |
8.2.x | |
8.1.x | |
8.0.x | |
7.3.x | |
7.2.x | |
7.0.x |
Observed on RDBMS
RDBMS | Yes/No |
---|---|
Oracle Server | |
Microsoft SQL Server | |
CSS3 | |
CSS2 | |
CSS1 |
Step by Step scenario
- Configure a UA PHP analysis
- Run analysis
- Open Log and see warning messages - Unable to find the object end for type XXXX
Action Plan
This warning occurs if the analyzed source file does not contain END for the object type being reported. For example "Unable to find the object end for type 'phpFunction'" means that the analyzed source file does not contain END for the function.
- Check for existence of END in the source file
- Open the file and check in the source code and see whether the reported object contains end or not. If it does not contain, then this explains the reason for warning.
- Else if the reported object contains END yet the analyzer is not able to recognize it then contact CAST Technical Support with the Relevant Input to reproduce issue.
Notes/comments
Related Pages