Page tree
Skip to end of metadata
Go to start of metadata
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

Note: The warning: cannot resolve a web file has no impact on the analysis and should not appear in the log. You may ignore it.

The error: Package tiles-default inherited by package workflow Template does not exist may have an impact on links not being resolved

Applicable in CAST Version
Release
Yes/No
8.3.x(erreur) 
8.2.x(tick)
8.1.x(tick)
8.0.x(tick)
7.3.x(tick)
Observed on RDBMS
RDBMS
Yes/No
CSS2(tick)
Microsoft SQL Server(tick)
Oracle Server(tick)
Step by step scenario
  1. Discover the source
  2. Accept delivery and run the analysis
  3. Open logs and observe the warnings.
Action Plan
  1. Verify that Tiles are correctly defined in configuration files. This is because tiles plugin needs to be defined in struts-config.xml.
  2. Verify that you have correct definitions for tiles in tiles-definitions.xml file.

    Note: the path in the tile-definitions.xml should be relative to the root path you have defined in the job configuration. For e.g. in the current job, you have selected the root path as S:\SOURCE\company,

    So all the relative paths defined in your applications, should be relative to this root path or it will give errors and the files will not be processed.

  3. 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
  4. 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

 

  • No labels