Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

 Image Added

Image Removed

 

Please note that this dialog also displays the support ticket code you can provide to Kiuwan Technical Support.

You can also detect this kind of error looking at the log file. In case this error happens, analysis windows will look like this:

Image RemovedImage Added

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

Image RemovedImage Added

You will find some line as the following indicating that a timeout has been produced.

...

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

Image RemovedImage Added

 

An error code will be returned to the calling process.

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

...

Panel
bgColor#fff

Sometimes, this default timeout is not enough to finish the analysis. Due to the size of your application code, the analysis might need more time to finish. Therefore, first action is to increase it to a higher value.

You can do it in two ways.

First, you can change the timeout value clicking on Advanced button, selecting Analysis Configuration tab and in modifying the “Analysis timeout (minutes)” property (set by default to 60 minutes).

 

Image RemovedImage Added

 

After modifying the value, clicking on Save button will open the next dialog:

Image RemovedImage Added

 

If you click “Save”, this configuration will apply only to the current applications.

If you click “Save as defaults”, configuration changes will apply to all the applications of your Kiuwan Local Analyzer installation.

 

An alternative way to change this timeout value is modifying con/analyzer.properties file. To do it, edit “timeout” property:

# Timeout to use for max execution time of each analysis step
timeout=3600000

Please, note that this property is specified in milliseconds !!!

 

If you have a specific configuration for an application and you want the change only to be applied to that specific application, you will need to modify this property in con/apps/<name_of_your_app>.properties file.

In case the problem persists, please contact Kiuwan Technical Support.

...