You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Jeremy Dyer (JIRA)" <ji...@apache.org> on 2017/01/02 21:22:58 UTC

[jira] [Created] (MINIFI-180) Duplicate Variable causes MINIFI_HOME to be NULL if ENV variable is not present

Jeremy Dyer created MINIFI-180:
----------------------------------

             Summary: Duplicate Variable causes MINIFI_HOME to be NULL if ENV variable is not present
                 Key: MINIFI-180
                 URL: https://issues.apache.org/jira/browse/MINIFI-180
             Project: Apache NiFi MiNiFi
          Issue Type: Bug
          Components: C++
    Affects Versions: 0.1.0
            Reporter: Jeremy Dyer
            Assignee: Jeremy Dyer
             Fix For: 0.2.0


If the MiNiFi-CPP binary is invoked without the MINIFI_HOME ENV variable being present on the system there is a condition where a duplicate std::string with the same name is declared and causes the resulting value of MINIFI_HOME to always be NULL. This subsequently causes MiNiFi to seg fault and not startup since no configuration files can be found.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)