Description
There are multiple error/warning messages reported in the analysis log file.
For example:
warning:cannot resolve a web file
error:Package tiles-default inherited by package workflowTemplate does not exist
File 'XXXX.xml' has been selected for analysis but is not handled by any of the environment profiles you selected
Package ssl-default inherited by package common does not exist
Package tiles-default inherited by package workflowTemplate does not exist
Applicable in CAST Version
Release | Yes/No |
---|---|
8.3.x | |
8.2.x | |
8.1.x | |
8.0.x | |
7.3.x |
Observed on RDBMS
RDBMS | Yes/No |
---|---|
CSS2 | |
Microsoft SQL Server | |
Oracle Server |
Step by step scenario
- Discover the source
- Accept delivery and run the analysis
- Open logs and observe the warnings.
Action Plan
- Verify that Tiles are correctly defined in configuration files. This is because tiles plugin needs to be defined in struts-config.xml.
Verify that you have correct definitions for tiles in tiles-definitions.xml file.
- Verify and add the environment profiles or jar files in the classpath when the warnings in the log file is : File 'XXXX.xml' has been selected for analysis but is not handled by any of the environment profiles you selected
These warnings, tells us that the some of the environment profiles or the jar files in the classpaths are missing. So, you need to verify these and add the environment profiles or jar files in the classpath.
e.g. weblogic.xml will require weblogic.jar fiel in the path
Refer the log files, for these warning and correct them accordingly - Verify whether corresponding plugging have been defined for the packages when the following errors are seen in the log file:
Package ssl-default inherited by package common does not exist
Package tiles-default inherited by package workflowTemplate does not exist
These errors, are because the corresponding plugging's have not been defined for these packages.
Also, you will require corresponding jar files in the class paths. These jar files are present in the struts installation directory.
Notes
Related Pages