You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2016/06/24 16:29:16 UTC

[jira] [Created] (AMBARI-17430) Fix serviceconfig NPE in db consistency checker

Vitaly Brodetskyi created AMBARI-17430:
------------------------------------------

             Summary: Fix serviceconfig NPE in db consistency checker
                 Key: AMBARI-17430
                 URL: https://issues.apache.org/jira/browse/AMBARI-17430
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.4.0
            Reporter: Vitaly Brodetskyi
            Assignee: Vitaly Brodetskyi
            Priority: Critical
             Fix For: 2.4.0


During testting discovered this issue:
{code}
2016-06-23 18:07:46,467 ERROR - Unexpected error, database check failed
java.lang.NullPointerException
	at org.apache.ambari.server.checks.DatabaseConsistencyCheckHelper.checkServiceConfigs(DatabaseConsistencyCheckHelper.java:514)
	at org.apache.ambari.server.checks.DatabaseConsistencyChecker.main(DatabaseConsistencyChecker.java:115)
{code}
It should be fixed.



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