[
https://issues.apache.org/jira/browse/AMBARI-22030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16175603#comment-16175603
]
Hudson commented on AMBARI-22030:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8119 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/8119/])
AMBARI-22030. OOZIE/OOZIE_SERVER restart failed saying AttributeError: (ncole:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=5d5f9749e82bf815a1c8f82f090b769421d39949])
* (delete)
ambari-common/src/main/python/resource_management/libraries/functions/copy_tarball.py.rej
> OOZIE/OOZIE_SERVER restart failed saying AttributeError: 'NoneType' object
> has no attribute 'upper' during EU
> -------------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-22030
> URL: https://issues.apache.org/jira/browse/AMBARI-22030
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Reporter: Nate Cole
> Assignee: Nate Cole
> Priority: Critical
> Fix For: 2.6.0
>
> Attachments: AMBARI-22030.patch
>
>
> {noformat}
> Traceback (most recent call last):
> File
> "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_server.py",
> line 150, in <module>
> OozieServer().execute()
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
> line 327, in execute
> method(env)
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
> line 879, in restart
> self.pre_upgrade_restart(env, upgrade_type=upgrade_type)
> File
> "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_server.py",
> line 123, in pre_upgrade_restart
> OozieUpgrade.prepare_libext_directory(upgrade_type=upgrade_type)
> File
> "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_server_upgrade.py",
> line 94, in prepare_libext_directory
> source_ext_zip_paths = oozie.get_oozie_ext_zip_source_paths(upgrade_type,
> params)
> File
> "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie.py",
> line 230, in get_oozie_ext_zip_source_paths
> source_ext_js_path = "/usr/share/" + params.source_stack_name.upper() +
> "-oozie/" + params.ext_js_file
> AttributeError: 'NoneType' object has no attribute 'upper'
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)