<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: HUE 2.3, CDH 4.3 list_workflows, list_coordinators exceptions in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/3871#M354</link>
    <description>&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User.objects.get(username='oozie_sample').delete()&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2013 22:54:35 GMT</pubDate>
    <dc:creator>Romainr</dc:creator>
    <dc:date>2013-12-10T22:54:35Z</dc:date>
    <item>
      <title>HUE 2.3, CDH 4.3 list_workflows, list_coordinators exceptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/2115#M347</link>
      <description>&lt;P&gt;Hi, suddenly we've clicked&lt;/P&gt;&lt;PRE&gt;"GET /oozie/list_workflows/ HTTP/1.1"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And got exception. What do we do wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;19:19:54.000&lt;/TD&gt;&lt;TD&gt;INFO&lt;/TD&gt;&lt;TD&gt;access&lt;/TD&gt;&lt;TD&gt;&lt;PRE&gt;10.100.141.164 devops - "GET /oozie/list_workflows/ HTTP/1.1"&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;19:19:54.000&lt;/TD&gt;&lt;TD&gt;INFO&lt;/TD&gt;&lt;TD&gt;middleware&lt;/TD&gt;&lt;TD&gt;&lt;PRE&gt;Processing exception: User matching query does not exist.: Traceback (most recent call last):&lt;BR /&gt;  File "/opt/cloudera/parcels/CDH-4.3.0-1.cdh4.3.0.p0.22/share/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/core/handlers/base.py", line 100, in get_response&lt;BR /&gt;    response = callback(request, *callback_args, **callback_kwargs)&lt;BR /&gt;  File "/opt/cloudera/parcels/CDH-4.3.0-1.cdh4.3.0.p0.22/share/hue/apps/oozie/src/oozie/views/editor.py", line 70, in list_workflows&lt;BR /&gt;    'json_jobs': json.dumps(list(data.values_list('id', flat=True))),&lt;BR /&gt;  File "/opt/cloudera/parcels/CDH-4.3.0-1.cdh4.3.0.p0.22/share/hue/desktop/core/src/desktop/lib/django_util.py", line 221, in render&lt;BR /&gt;    **kwargs)&lt;BR /&gt;  File "/opt/cloudera/parcels/CDH-4.3.0-1.cdh4.3.0.p0.22/share/hue/desktop/core/src/desktop/lib/django_util.py", line 144, in _render_to_response&lt;BR /&gt;    return django_mako.render_to_response(template, *args, **kwargs)&lt;BR /&gt;  File "/opt/cloudera/parcels/CDH-4.3.0-1.cdh4.3.0.p0.22/share/hue/desktop/core/src/desktop/lib/django_mako.py", line 117, in render_to_response&lt;BR /&gt;    return HttpResponse(render_to_string(template_name, data_dictionary), **kwargs)&lt;BR /&gt;  File "/opt/cloudera/parcels/CDH-4.3.0-1.cdh4.3.0.p0.22/share/hue/desktop/core/src/desktop/lib/django_mako.py", line 106, in render_to_string_normal&lt;BR /&gt;    result = template.render(**data_dict)&lt;BR /&gt;  File "/opt/cloudera/parcels/CDH-4.3.0-1.cdh4.3.0.p0.22/share/hue/build/env/lib/python2.6/site-packages/Mako-0.7.2-py2.6.egg/mako/template.py", line 412, in render&lt;BR /&gt;    return runtime._render(self, self.callable_, args, data)&lt;BR /&gt;  File "/opt/cloudera/parcels/CDH-4.3.0-1.cdh4.3.0.p0.22/share/hue/build/env/lib/python2.6/site-packages/Mako-0.7.2-py2.6.egg/mako/runtime.py", line 766, in _render&lt;BR /&gt;    **_kwargs_for_callable(callable_, data))&lt;BR /&gt;  File "/opt/cloudera/parcels/CDH-4.3.0-1.cdh4.3.0.p0.22/share/hue/build/env/lib/python2.6/site-packages/Mako-0.7.2-py2.6.egg/mako/runtime.py", line 798, in _render_context&lt;BR /&gt;    _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)&lt;BR /&gt;  File "/opt/cloudera/parcels/CDH-4.3.0-1.cdh4.3.0.p0.22/share/hue/build/env/lib/python2.6/site-packages/Mako-0.7.2-py2.6.egg/mako/runtime.py", line 824, in _exec_template&lt;BR /&gt;    callable_(context, *args, **kwargs)&lt;BR /&gt;  File "/tmp/tmp6o407q/oozie/editor/list_workflows.mako.py", line 219, in render_body&lt;BR /&gt;    __M_writer(escape(unicode( workflow.owner.username )))&lt;BR /&gt;  File "/opt/cloudera/parcels/CDH-4.3.0-1.cdh4.3.0.p0.22/share/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/db/models/fields/related.py", line 302, in __get__&lt;BR /&gt;    rel_obj = QuerySet(self.field.rel.to).using(db).get(**params)&lt;BR /&gt;  File "/opt/cloudera/parcels/CDH-4.3.0-1.cdh4.3.0.p0.22/share/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/db/models/query.py", line 341, in get&lt;BR /&gt;    % self.model._meta.object_name)&lt;BR /&gt;DoesNotExist: User matching query does not exist.&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 21 Apr 2026 14:02:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/2115#M347</guid>
      <dc:creator>sergey.sheypak566881637</dc:creator>
      <dc:date>2026-04-21T14:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: HUE 2.3, CDH 4.3 list_workflows, list_coordinators exceptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/2131#M348</link>
      <description>&lt;P&gt;In the Hue shell, can you find the culprit?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;build/env/bin/hue shell&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;from django.contrib.auth.models import User&lt;BR /&gt;from oozie.models import Workflow&lt;BR /&gt;&lt;BR /&gt;sample_user = User.objects.get(username='sample')&lt;BR /&gt;&lt;BR /&gt;for workflow in Workflow.objects.all():&lt;BR /&gt;&amp;nbsp; try:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; workflow.owner&lt;BR /&gt;&amp;nbsp; except Exception, e:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print e&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print workflow&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Workflow.objects.filter(owner=None).update(owner=sample_user)&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2013 21:53:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/2131#M348</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2013-10-09T21:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: HUE 2.3, CDH 4.3 list_workflows, list_coordinators exceptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/2149#M349</link>
      <description>&lt;P&gt;This is very probably this bug: &lt;A target="_blank" href="https://issues.cloudera.org/browse/HUE-1091"&gt;https://issues.cloudera.org/browse/HUE-1091&lt;/A&gt; (workaround explained there)&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2013 07:25:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/2149#M349</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2013-10-10T07:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: HUE 2.3, CDH 4.3 list_workflows, list_coordinators exceptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/2151#M350</link>
      <description>&lt;P&gt;We are now migrating to 4.4, thanks, we'll check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are still in progress, I'll report later how thing go on.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2013 09:15:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/2151#M350</guid>
      <dc:creator>sergey.sheypak566881637</dc:creator>
      <dc:date>2013-10-17T09:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: HUE 2.3, CDH 4.3 list_workflows, list_coordinators exceptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/3765#M351</link>
      <description>&lt;P&gt;We tried to do as described here: &lt;A target="_blank" href="https://issues.cloudera.org/browse/HUE-1091"&gt;https://issues.cloudera.org/browse/HUE-1091&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Python 2.6.6 (r266:84292, Jul 10 2013, 22:48:45)&lt;BR /&gt;[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2&lt;BR /&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;BR /&gt;(InteractiveConsole)&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; from django.contrib.auth.models import User&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; User.objects.create(id=1100713, username='oozie_sample')&lt;BR /&gt;&amp;lt;User: oozie_sample&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But we still have an error&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2013 14:08:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/3765#M351</guid>
      <dc:creator>vyacheslav.artyukhov</dc:creator>
      <dc:date>2013-12-06T14:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: HUE 2.3, CDH 4.3 list_workflows, list_coordinators exceptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/3839#M352</link>
      <description>&lt;P&gt;You should try to get the workflows with the missing user with the above script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is not enought, you could try removing the 'oozie_sample' and replace him with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User.objects.create(id=1100713, username='sample')&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2013 22:37:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/3839#M352</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2013-12-09T22:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: HUE 2.3, CDH 4.3 list_workflows, list_coordinators exceptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/3853#M353</link>
      <description>&lt;P&gt;How can I delete user?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 09:15:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/3853#M353</guid>
      <dc:creator>vyacheslav.artyukhov</dc:creator>
      <dc:date>2013-12-10T09:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: HUE 2.3, CDH 4.3 list_workflows, list_coordinators exceptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/3871#M354</link>
      <description>&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User.objects.get(username='oozie_sample').delete()&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 22:54:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/3871#M354</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2013-12-10T22:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: HUE 2.3, CDH 4.3 list_workflows, list_coordinators exceptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/3873#M355</link>
      <description>&lt;P&gt;And I would recommend this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from django.contrib.auth.models import User&lt;BR /&gt;from oozie.models import Workflow&lt;BR /&gt;&lt;BR /&gt;sample_user = User.objects.get(username='sample')&lt;BR /&gt;&lt;BR /&gt;for workflow in Workflow.objects.all():&lt;BR /&gt;&amp;nbsp; try:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; workflow.owner&lt;BR /&gt;&amp;nbsp; except Exception, e:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print e&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print workflow&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Workflow.objects.filter(owner=None).update(owner=s&lt;/P&gt;&lt;P&gt;ample_user)&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 22:55:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/3873#M355</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2013-12-10T22:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: HUE 2.3, CDH 4.3 list_workflows, list_coordinators exceptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/3899#M356</link>
      <description>&lt;P&gt;I tryed&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; User.objects.get(username='oozie_sample').delete()&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; User.objects.get(username='sample').delete()&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But user 'sample' is still present on "useradmin" page... What do I do wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2013 13:48:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/3899#M356</guid>
      <dc:creator>vyacheslav.artyukhov</dc:creator>
      <dc:date>2013-12-11T13:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: HUE 2.3, CDH 4.3 list_workflows, list_coordinators exceptions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/5491#M357</link>
      <description>&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, FreeSans, Helvetica, sans-serif; font-size: 14.44444465637207px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 22.22222328186035px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f0f0f0; display: inline !important; float: none;"&gt;Magic tricks with ids didn't help. They brought more problem during migration later.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-family: arial, FreeSans, Helvetica, sans-serif; font-size: 14.44444465637207px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 22.22222328186035px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f0f0f0; display: inline !important; float: none;"&gt;We did partial migration (users+their saved pig/hive/impala scripts/queries) from sqlite to postgre and the problem gone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-family: arial, FreeSans, Helvetica, sans-serif; font-size: 14.44444465637207px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 22.22222328186035px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f0f0f0; display: inline !important; float: none;"&gt;The problem is solved for us.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2014 06:40:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HUE-2-3-CDH-4-3-list-workflows-list-coordinators-exceptions/m-p/5491#M357</guid>
      <dc:creator>sergey.sheypak566881637</dc:creator>
      <dc:date>2014-01-31T06:40:45Z</dc:date>
    </item>
  </channel>
</rss>

