You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jayush Luniya (JIRA)" <ji...@apache.org> on 2015/02/03 07:15:35 UTC

[jira] [Created] (AMBARI-9441) Flume service from HDPWIN 2.2 fails to start because it is disabled

Jayush Luniya created AMBARI-9441:
-------------------------------------

             Summary: Flume service from HDPWIN 2.2 fails to start because it is disabled
                 Key: AMBARI-9441
                 URL: https://issues.apache.org/jira/browse/AMBARI-9441
             Project: Ambari
          Issue Type: Task
          Components: ambari-server
    Affects Versions: 2.0.0
         Environment: Windows
            Reporter: Jayush Luniya
            Assignee: Jayush Luniya
             Fix For: 2.0.0


We should enable Flume service before starting the service.

Traceback (most recent call last):
  File "cache\common-services\FLUME\1.4.0.2.0\package\scripts/flume_handler.py", line 125, in <module>
    FlumeHandler().execute()
  File "C:\ambari\ambari-agent\sbin\resource_management\libraries\script\script.py", line 184, in execute
    method(env)
  File "C:\ambari\ambari-agent\sbin\ambari_commons\os_family_impl.py", line 89, in thunk
    return fn(*args, **kwargs)
  File "cache\common-services\FLUME\1.4.0.2.0\package\scripts/flume_handler.py", line 63, in start
    Service(service_mapping.flume_win_service_name, action="start")
  File "C:\ambari\ambari-agent\sbin\resource_management\core\base.py", line 148, in __init__
    self.env.run()
  File "C:\ambari\ambari-agent\sbin\resource_management\core\environment.py", line 151, in run
    self.run_action(resource, action)
  File "C:\ambari\ambari-agent\sbin\resource_management\core\environment.py", line 117, in run_action
    provider_action()
  File "C:\ambari\ambari-agent\sbin\resource_management\core\providers\windows\service.py", line 35, in action_start
    win32service.StartService(self._service_handle, None)
pywintypes.error: (1058, 'StartService', 'The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.')



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