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

Compare with Current View Page History

« Previous Version 2 Next »

Problem

Some JVM implementations try to allocate the memory.max value at start-up time. If your machine could not allocate that amount of free memory, the JVM will not start and therefore the Kiuwan analysis will fail.

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

 

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.

 

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

ERROR 2016-10-03 17:59:52,820 - ERROR running target "run.rules" - Java returned: 1
C:\Luis\Kiuwan\Nuevo\KiuwanLocalAnalyzer\bin\analyzerCommon.xml:79: Java returned: 1

Most of the times, this indicates that operating system is not able to allocate the configured memory to the JVM process.

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

Solution

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.

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

  • No labels