Pentaho

 View Only

 Error installing pentaho

  • General
  • UserGuide
  • Pentaho
  • Pentaho
Mateus Silva Menezes's profile image
Mateus Silva Menezes posted 05-08-2021 19:19

Follows detail of the error:

 

 

 

DEBUG: Using JAVA_HOME

 

DEBUG: _PENTAHO_JAVA_HOME=C:\Program Files (x86)\Java\jre1.8.0_241

 

DEBUG: _PENTAHO_JAVA=C:\Program Files (x86)\Java\jre1.8.0_241\bin\java.exe

 

 

 

d:\users\hwu46627\Documents\pdi-ce-9.0.0.0-423\data-integration>"C:\Program Files (x86)\Java\jre1.8.0_241\bin\java.exe" "-Xms1024m" "-Xmx2048m" "-XX:MaxPermSize=256m" "-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2" "-Djava.library.path=libswt\win32" "-Djava.endorsed.dirs=C:\Program Files (x86)\Java\jre1.8.0_241\jre\lib\endorsed;C:\Program Files (x86)\Java\jre1.8.0_241\lib\endorsed;d:\users\hwu46627\Documents\pdi-ce-9.0.0.0-423\data-integration\system\karaf\lib\endorsed" "-DKETTLE_HOME=" "-DKETTLE_REPOSITORY=" "-DKETTLE_USER=" "-DKETTLE_PASSWORD=" "-DKETTLE_PLUGIN_PACKAGES=" "-DKETTLE_LOG_SIZE_LIMIT=" "-DKETTLE_JNDI_ROOT=" -jar launcher\launcher.jar -lib ..\libswt\win32 /level:Debug 

 

Error occurred during initialization of VM

 

Could not reserve enough space for 2097152KB object heap

 

Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0

 


#Pentaho
#UserGuide
Sergio Ribeiro's profile image
Sergio Ribeiro

Hello @Mateus Silva Menezes​,

 

It seems that your system was low on memory and the JVM (Java virtual machine) could not find 2GB of RAM to run.

Try to close some applications before trying to run again.

You may also lower the maximum memory size for the JVM by editing spoon.bat (look for the -Xmx argument). But note that this will, most probably, have a huge impact on PDI performance.

 

Regards,

 

Sérgio Ribeiro

Porto - Portugal.

 

Mateus Silva Menezes's profile image
Mateus Silva Menezes

Hello @Sergio Ribeiro​ ,

 

Thank you very much I tested the change in memory and the Pentaho initialized.