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/04/05 11:23:25 UTC

[jira] [Created] (AMBARI-15707) Dev Deploy: Unexpected error, database check failed

Vitaly Brodetskyi created AMBARI-15707:
------------------------------------------

             Summary: Dev Deploy: Unexpected error, database check failed
                 Key: AMBARI-15707
                 URL: https://issues.apache.org/jira/browse/AMBARI-15707
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.4.0
            Reporter: Vitaly Brodetskyi
            Assignee: Vitaly Brodetskyi
            Priority: Blocker
             Fix For: 2.4.0


Database check failed with log:
{noformat}
2016-04-04 05:31:05,522 ERROR - Unexpected error, database check failed
com.google.inject.CreationException: Guice creation errors:

1) No implementation for org.apache.ambari.server.audit.AuditLogger was bound.
  while locating org.apache.ambari.server.audit.AuditLogger
    for field at org.apache.ambari.server.actionmanager.ActionDBAccessorImpl.auditLogger(ActionDBAccessorImpl.java:86)
  at org.apache.ambari.server.controller.ControllerModule.configure(ControllerModule.java:325)

2) No implementation for org.apache.ambari.server.audit.AuditLogger was bound.
  while locating org.apache.ambari.server.audit.AuditLogger
    for field at org.apache.ambari.server.api.services.LogoutService.auditLogger(LogoutService.java:41)
  at org.apache.ambari.server.controller.ControllerModule.bindByAnnotation(ControllerModule.java:524)

2 errors
	at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:435)
	at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:154)
	at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:106)
	at com.google.inject.Guice.createInjector(Guice.java:95)
	at com.google.inject.Guice.createInjector(Guice.java:72)
	at com.google.inject.Guice.createInjector(Guice.java:62)
	at org.apache.ambari.server.checks.CheckDatabaseHelper.main(CheckDatabaseHelper.java:523)
{noformat}



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