Versions Compared

Key

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

...

In this case, you will be presented with the same dialog than before

Image Removed

Image Removed

 

But if you click on “Analyzer log” link to open a window where log file (temp/agentGUI.log) is displayed, you will see following error message.

Image RemovedImage Added

 

You will find some lines as the following indicating that a JVM has exited with error 1.

...

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

Image RemovedImage Added

Solution

Panel
bgColor#fff

To solve it,

  1. try stopping processes in your local machine (to free memory)
  2. configure Kiuwan max.memory to a lower value (visit Out of Memory for help on how to change memory-related parameters)

If your problem persists, please contact Kiuwan Technical Support.

Info

Some times this error appears when you are using 32-bits Java VM and you are allocating more than 1GB. In this case, use 64-bits JVM instead of 32-bits.

If you are not use abiut what version your are using, please run next command

java -version

...