You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Problem

When Kiuwan analyzes an application uses the Model associated to the application (or that one indicated at time of execution).

This error happens when the Model used for the analysis does not contain rules/metrics for the technologies contained in the application.

A typical example is when you are analyzing a Java application and you select “PHP Symfony” model. As this model only contains rules and metrics for PHP and Javascript, analysis will not be executed and this error will appear.

 

GUI mode

If you are using Kiuwan Local Analyzer in GUI mode, a dialog will open indicating this error:

 

You can click on “Analyzer log” link to open a window where log file (temp/agentGUI.log) is displayed.

You will find messages indicating the error.

 

CLI mode

If you are using Kiuwan Local Analyzer in CLI mode, this error is reported to the standard output.

 

An error code will be returned to the calling process.

Please visit Local Analyzer Return Codes for further info con return codes.

Solution

There are different solutions you can apply:

  • Select an appropriate model for your analysis that supports the technologies of your application
  • Modify the model to include those technologies not currently supported

You can change help on managing Models on https://www.kiuwan.com/docs/display/K5/Basic+Model+Management and https://www.kiuwan.com/docs/display/K5/Advanced+Model+Management

  • No labels