You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Bill Farner (JIRA)" <ji...@apache.org> on 2015/04/30 20:22:06 UTC

[jira] [Created] (AURORA-1299) UpdateConfigError results in stack trace

Bill Farner created AURORA-1299:
-----------------------------------

             Summary: UpdateConfigError results in stack trace
                 Key: AURORA-1299
                 URL: https://issues.apache.org/jira/browse/AURORA-1299
             Project: Aurora
          Issue Type: Story
          Components: Client
            Reporter: Bill Farner
            Priority: Minor


{noformat}
$ aurora update start devcluster/vagrant/test/http_example /vagrant/src/test/sh/org/apache/aurora/e2e/http/http_example.aurora
Fatal error running command: Pulse interval seconds must be at least 60 seconds.
Traceback (most recent call last):
  File "/usr/local/bin/aurora/apache/aurora/client/cli/__init__.py", line 307, in _execute
    result = noun.execute(context)
  File "/usr/local/bin/aurora/apache/aurora/client/cli/__init__.py", line 383, in execute
    return self.verbs[context.options.verb].execute(context)
  File "/usr/local/bin/aurora/apache/aurora/client/cli/update.py", line 158, in execute
    resp = api.start_job_update(config, context.options.message, instances)
  File "/usr/local/bin/aurora/apache/aurora/client/hooks/hooked_api.py", line 190, in start_job_update
    config, message, instances=instances))
  File "/usr/local/bin/aurora/apache/aurora/client/hooks/hooked_api.py", line 145, in _hooked_call
    resp = api_call()
  File "/usr/local/bin/aurora/apache/aurora/client/api/__init__.py", line 165, in start_job_update
    raise self.UpdateConfigError(str(e))
UpdateConfigError: Pulse interval seconds must be at least 60 seconds.
{noformat}



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