You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Dmytro Sen (JIRA)" <ji...@apache.org> on 2017/11/23 13:52:00 UTC

[jira] [Created] (AMBARI-22509) Fix DatabaseConsistencyCheckHelper in branch-feature-AMBARI-14714 branch

Dmytro Sen created AMBARI-22509:
-----------------------------------

             Summary: Fix DatabaseConsistencyCheckHelper in branch-feature-AMBARI-14714 branch
                 Key: AMBARI-22509
                 URL: https://issues.apache.org/jira/browse/AMBARI-22509
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 3.0.0
            Reporter: Dmytro Sen
            Assignee: Dmytro Sen
            Priority: Critical
             Fix For: 3.0.0


{noformat:title=/var/log/ambari-server/ambari-server-check-database.log}
2017-11-06 22:00:54,125  INFO - Executing query 'GET_SERVICES_WITHOUT_CONFIGS'
2017-11-06 22:00:54,129  WARN - Exception occurred during complex service check procedure:
org.postgresql.util.PSQLException: ERROR: column sc.service_name does not exist
  Position: 214
        at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2161)
        at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1890)
        at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)
        at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:559)
        at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:403)
        at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:283)
        at org.apache.ambari.server.checks.DatabaseConsistencyCheckHelper.checkServiceConfigs(DatabaseConsistencyCheckHelper.java:945)
        at org.apache.ambari.server.checks.DatabaseConsistencyCheckHelper.runAllDBChecks(DatabaseConsistencyCheckHelper.java:192)
        at org.apache.ambari.server.controller.AmbariServer.runDatabaseConsistencyCheck(AmbariServer.java:699)
        at org.apache.ambari.server.controller.AmbariServer.run(AmbariServer.java:325)
        at org.apache.ambari.server.controller.AmbariServer.main(AmbariServer.java:1101)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)