You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Eric de Boer (JIRA)" <ji...@apache.org> on 2017/02/02 19:10:51 UTC

[jira] [Created] (KARAF-4976) JAVA_HOME autodiscovery not working on FreeBSD

Eric de Boer created KARAF-4976:
-----------------------------------

             Summary: JAVA_HOME autodiscovery not working on FreeBSD
                 Key: KARAF-4976
                 URL: https://issues.apache.org/jira/browse/KARAF-4976
             Project: Karaf
          Issue Type: Bug
          Components: karaf-os-integration
         Environment: FreeBSD
            Reporter: Eric de Boer
            Priority: Minor


If JAVA_HOME isn't set setenv tries to detect it from the path of java. On FreeBSD this is /usr/local/bin/java,  while java resides in /usr/local/openjdk8/. This leads to setting JAVA_HOME to a non existing path

It would be nice to have it autodetect correctly, but at least check if the guessed JAVA_HOME  is really a JDK/JRE, so it can be set correctly manually.

Currently Karaf starts ok, but some functions that rely on a correct setting of JAVA_HOME fail with unrelated error messages (e.g. doing a https call only throws a premaster secret key error, because the Java ext dir is set incorrectly)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)