Details
Description
Cannot import examples because user with primary key 1100713 does not exist. Sample user should be created with ID 1100713.
[28/Jan/2013 19:44:15 +0000] middleware INFO Processing exception: insert or update on table "oozie_job" violates foreign key constraint "owner_id_refs_id_19565ed1a993eb09" DETAIL: Key (owner_id)=(1100713) is not present in table "auth_user". : Traceback (most recent call last): File "/usr/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 response = callback(request, *callback_args, **callback_kwargs) File "/usr/share/hue/apps/oozie/src/oozie/views/editor.py", line 531, in setup_app oozie_setup.Command().handle_noargs() File "/usr/share/hue/apps/oozie/src/oozie/management/commands/oozie_setup.py", line 58, in handle_noargs management.call_command('loaddata', 'initial_oozie_examples.json', verbosity=2) File "/usr/share/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/core/management/__init__.py", line 166, in call_command return klass.execute(*args, **defaults) File "/usr/share/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/core/management/base.py", line 220, in execute output = self.handle(*args, **options) File "/usr/share/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/core/management/commands/loaddata.py", line 219, in handle transaction.commit(using=using) File "/usr/share/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/db/transaction.py", line 199, in commit connection._commit() File "/usr/share/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/db/backends/__init__.py", line 32, in _commit return self.connection.commit() IntegrityError: insert or update on table "oozie_job" violates foreign key constraint "owner_id_refs_id_19565ed1a993eb09" DETAIL: Key (owner_id)=(1100713) is not present in table "auth_user".