java - DEBUG: Using PENTAHO_JAVA_HOME -
am trying start pentaho, getting below mentioned error
debug: using pentaho_java_home debug: _pentaho_java_home=/usr/java/jdk1.7.0_67-cloudera/jre/bin debug: _pentaho_java=/usr/java/jdk1.7.0_67-cloudera/jre/bin/bin/java using catalina_base: /home/nathan/biserver-ce/tomcat using catalina_home: /home/nathan/biserver-ce/tomcat using catalina_tmpdir: /home/nathan/biserver-ce/tomcat/temp using jre_home: /usr/java/jdk1.7.0_67-cloudera/jre/bin using classpath: /home/nathan/biserver-ce/tomcat/bin/bootstrap.jar
i have given java_home path too. still getting error , unable start pentaho. please help
the clues here:
debug: _pentaho_java_home=/usr/java/jdk1.7.0_67-cloudera/jre/bin debug: _pentaho_java=/usr/java/jdk1.7.0_67-cloudera/jre/bin/bin/java
it thinks path java command "/usr/java/jdk1.7.0_67-cloudera/jre/bin/bin/java". wrong. (".../bin/bin/..."? really??)
working backwards, launch script has done because have pointed _pentaho_java_home variable @ "bin" directory. incorrect. should point @ top directory of jre or jdk; i.e. either:
/usr/java/jdk1.7.0_67-cloudera/jre/
or
/usr/java/jdk1.7.0_67-cloudera/
(i suspect either work if have jdk install ... apparently here.)
Comments
Post a Comment