Versions Compared

Key

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

...

Note
titleVirtual Machine Check

If you are installing Weave in a virtual machine it may be that the installer has incorrectly determined that you're running on a 32-bit operating system rather than a 64-bit one and has chosen the incorrect Java Runtime to install, or does not provide the option to install with a 64-but Java Runtime at all.

If it is possible you should change the Java Runtime in this group to switch to the 64-bit version.

If not, then you will need to restart the installer and force it to recognise the system as being 64-bit. To do this you should re-start the installer with and add the following command line parameters:

-Dis64=true, which

This will force the installer to assume that the server is 64-bit and not 32-bit. Similarly, if it is guessing 64-bit on a 32-bit server you can use -Dis64=false to force 32-bit as the default.

"c:\program files\java\jre1.8.0_45\bin\java" -Dis64=true -jar d:\temp\weave-installer-2.5.jar

...