Project

General

Profile

Actions

Bug #16236

closed

Cannot publish new content view version, pulp error

Added by Dylan Baars over 8 years ago. Updated over 6 years ago.

Status:
Rejected
Priority:
Normal
Category:
-
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

When promoting a RHEL content view, I receive the following error:
PLP0000: Pulp exception occurred: PulpExecutionException

Resuming the task doesn't help - it immediately errors again, stuck at 80%

from /var/log/messages, grepping for pulp

Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) Exception from importer [yum_importer] while importing units into repository [NIWA-RHEL7_Server_Kickstart-4_0-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server]
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) Traceback (most recent call last):
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) File "/usr/lib/python2.7/site-packages/pulp/server/managers/repo/unit_association.py", line 273, in associate_from_repo
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) units=transfer_units)
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/importers/yum/importer.py", line 57, in import_units
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) return associate.associate(source_repo, dest_repo, import_conduit, config, units)
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/importers/yum/associate.py", line 53, in associate
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) associated_units = set([_associate_unit(dest_repo, unit) for unit in units])
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/importers/yum/associate.py", line 333, in associate_unit
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) return associate_copy_for_repo(unit, dest_repo, True)
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/importers/yum/associate.py", line 373, in associate_copy_for_repo
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) new_unit.safe_import_content(unit._storage_path)
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) File "/usr/lib/python2.7/site-packages/pulp/server/db/model/
_init__.py", line 905, in safe_import_content
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) self.import_content(path, location)
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) File "/usr/lib/python2.7/site-packages/pulp/server/db/model/__init__.py", line 877, in import_content
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) raise exceptions.PulpCodedException(error_code=error_codes.PLP0037, path=path)
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.managers.repo.unit_association:ERROR: (4193-14144) PulpCodedException: Content import of /var/lib/pulp/content/units/yum_repo_metadata_file/b6/86a3f3969741abeff744699c9fdd663406ec955470b70649508652cb82a903/productid.gz failed - must be an existing file.
Aug 23 15:34:52 wellkatello.niwa.local pulp: pulp.server.async.tasks:INFO: Task failed : [623489f7-c7f0-43ce-bd7c-aebb2e6ff105]
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) Task pulp.server.managers.repo.unit_association.associate_from_repo[623489f7-c7f0-43ce-bd7c-aebb2e6ff105] raised unexpected: PulpExecutionException()
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) Traceback (most recent call last):
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) R = retval = fun(*args, **kwargs)
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 473, in call
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) return super(Task, self).__call__(*args, **kwargs)
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 103, in call
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) return super(PulpTask, self).__call__(*args, **kwargs)
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 437, in protected_call
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) return self.run(*args, **kwargs)
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) File "/usr/lib/python2.7/site-packages/pulp/server/managers/repo/unit_association.py", line 273, in associate_from_repo
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) units=transfer_units)
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/importers/yum/importer.py", line 57, in import_units
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) return associate.associate(source_repo, dest_repo, import_conduit, config, units)
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/importers/yum/associate.py", line 53, in associate
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) associated_units = set([_associate_unit(dest_repo, unit) for unit in units])
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/importers/yum/associate.py", line 333, in associate_unit
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) return associate_copy_for_repo(unit, dest_repo, True)
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/importers/yum/associate.py", line 373, in associate_copy_for_repo
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) new_unit.safe_import_content(unit._storage_path)
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) File "/usr/lib/python2.7/site-packages/pulp/server/db/model/
_init__.py", line 905, in safe_import_content
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) self.import_content(path, location)
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) File "/usr/lib/python2.7/site-packages/pulp/server/db/model/__init__.py", line 877, in import_content
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) raise exceptions.PulpCodedException(error_code=error_codes.PLP0037, path=path)
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:ERROR: (1945-14144) PulpExecutionException: Pulp exception occurred: PulpExecutionException
Aug 23 15:34:53 wellkatello.niwa.local pulp: celery.worker.job:INFO: Task pulp.server.async.tasks._release_resource[13572917-2ea9-4e91-a5ac-94eb61f7cce4] succeeded in 0.0105422929992s: None

In the dynaflow console, the erroring step is copy/pasted below

35: Actions::Pulp::Repository::CopyYumMetadataFile (error) [ 0.68s / 0.16s ] Skip
Started at: 2016-08-23 03:34:51 UTC

Ended at: 2016-08-23 03:34:52 UTC

Real time: 0.68s

Execution time (excluding suspended state): 0.16s

Input:

---
source_pulp_id: NIWA-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
target_pulp_id: NIWA-RHEL7_Server_Kickstart-4_0-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
clauses:
remote_user: admin
remote_cp_user: admin
Output:

---
pulp_tasks:
- exception:
task_type: pulp.server.managers.repo.unit_association.associate_from_repo
href: "/pulp/api/v2/tasks/623489f7-c7f0-43ce-bd7c-aebb2e6ff105/"
task_id: 623489f7-c7f0-43ce-bd7c-aebb2e6ff105
tags:
- pulp:repository:NIWA-RHEL7_Server_Kickstart-4_0-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
- pulp:repository:NIWA-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
- pulp:action:associate
finish_time: '2016-08-23T03:34:52Z'
_ns: task_status
start_time: '2016-08-23T03:34:52Z'
traceback: |
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task
R = retval = fun(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 473, in call
return super(Task, self).
_call__(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 103, in call
return super(PulpTask, self).__call__(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 437, in protected_call
return self.run(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pulp/server/managers/repo/unit_association.py", line 273, in associate_from_repo
units=transfer_units)
File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/importers/yum/importer.py", line 57, in import_units
return associate.associate(source_repo, dest_repo, import_conduit, config, units)
File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/importers/yum/associate.py", line 53, in associate
associated_units = set([_associate_unit(dest_repo, unit) for unit in units])
File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/importers/yum/associate.py", line 333, in associate_unit
return associate_copy_for_repo(unit, dest_repo, True)
File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/importers/yum/associate.py", line 373, in associate_copy_for_repo
new_unit.safe_import_content(unit._storage_path)
File "/usr/lib/python2.7/site-packages/pulp/server/db/model/
_init__.py", line 905, in safe_import_content
self.import_content(path, location)
File "/usr/lib/python2.7/site-packages/pulp/server/db/model/__init__.py", line 877, in import_content
raise exceptions.PulpCodedException(error_code=error_codes.PLP0037, path=path)
PulpExecutionException: Pulp exception occurred: PulpExecutionException
spawned_tasks: []
progress_report: {}
queue:
state: error
worker_name: reserved_resource_worker-5@wellkatello
error:
code: PLP0000
data: {}
description: 'Pulp exception occurred: PulpExecutionException'
sub_errors: []
_id:
"$oid": 57bbc45c81ad0ec786b9cad2
id: 57bbc45c81ad0ec786b9cad2
poll_attempts:
total: 1
failed: 1
Error:

Katello::Errors::PulpError

PLP0000: Pulp exception occurred: PulpExecutionException

---
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.2/app/lib/actions/pulp/abstract_async_task.rb:121:in
`block in external_task='"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.2/app/lib/actions/pulp/abstract_async_task.rb:119:in
`each'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.2/app/lib/actions/pulp/abstract_async_task.rb:119:in
`external_task='"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.2/app/lib/actions/pulp/repository/abstract_copy_content.rb:40:in
`external_task='"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action/polling.rb:98:in
`poll_external_task_with_rescue'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action/polling.rb:21:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action/cancellable.rb:9:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.2/app/lib/actions/pulp/abstract_async_task.rb:45:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action.rb:506:in
`block (3 levels) in execute_run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware/stack.rb:26:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware/stack.rb:26:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware.rb:17:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware.rb:30:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware/stack.rb:22:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware/stack.rb:26:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware.rb:17:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.2/app/lib/actions/middleware/remote_action.rb:16:in
`block in run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.2/app/lib/actions/middleware/remote_action.rb:40:in
`block in as_remote_user'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.2/app/models/katello/concerns/user_extensions.rb:20:in
`cp_config'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.2/app/lib/actions/middleware/remote_action.rb:27:in
`as_cp_user'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.2/app/lib/actions/middleware/remote_action.rb:39:in
`as_remote_user'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.2/app/lib/actions/middleware/remote_action.rb:16:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware/stack.rb:22:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware/stack.rb:26:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware.rb:17:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action/progress.rb:30:in
`with_progress_calculation'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action/progress.rb:16:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware/stack.rb:22:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware/stack.rb:26:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware.rb:17:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.2/app/lib/actions/middleware/keep_locale.rb:11:in
`block in run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.2/app/lib/actions/middleware/keep_locale.rb:22:in
`with_locale'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.0.2/app/lib/actions/middleware/keep_locale.rb:11:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware/stack.rb:22:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware/stack.rb:26:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware.rb:17:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware.rb:30:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware/stack.rb:22:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/middleware/world.rb:30:in
`execute'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action.rb:505:in
`block (2 levels) in execute_run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action.rb:504:in
`catch'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action.rb:504:in
`block in execute_run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action.rb:419:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action.rb:419:in
`block in with_error_handling'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action.rb:419:in
`catch'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action.rb:419:in
`with_error_handling'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action.rb:499:in
`execute_run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/action.rb:260:in
`execute'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:9:in
`block (2 levels) in execute'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/execution_plan/steps/abstract.rb:155:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/execution_plan/steps/abstract.rb:155:in
`with_meta_calculation'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:8:in
`block in execute'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:22:in
`open_action'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:7:in
`execute'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/executors/parallel/worker.rb:15:in
`block in on_message'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matchers/abstract.rb:74:in
`block in assigns'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matchers/abstract.rb:73:in
`tap'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matchers/abstract.rb:73:in
`assigns'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:56:in
`match_value'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:36:in
`block in match?'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:35:in
`each'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:35:in
`match?'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:23:in
`match'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/executors/parallel/worker.rb:12:in
`on_message'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/context.rb:46:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/executes_context.rb:7:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/abstract.rb:25:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.11/lib/dynflow/actor.rb:26:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/abstract.rb:25:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/awaits.rb:15:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/abstract.rb:25:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/sets_results.rb:14:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/abstract.rb:25:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/buffer.rb:38:in
`process_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/buffer.rb:31:in
`process_envelopes?'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/buffer.rb:20:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/abstract.rb:25:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/termination.rb:55:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/abstract.rb:25:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/removes_child.rb:10:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/abstract.rb:25:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/sets_results.rb:14:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/core.rb:161:in
`process_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/core.rb:95:in
`block in on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/core.rb:118:in
`block (2 levels) in schedule_execution'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/synchronization/mri_lockable_object.rb:38:in
`block in synchronize'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/synchronization/mri_lockable_object.rb:38:in
`synchronize'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/synchronization/mri_lockable_object.rb:38:in
`synchronize'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/core.rb:115:in
`block in schedule_execution'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/serialized_execution.rb:18:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/serialized_execution.rb:18:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/serialized_execution.rb:96:in
`work'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/serialized_execution.rb:77:in
`block in call_job'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:333:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:333:in
`run_task'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:322:in
`block (3 levels) in create_worker'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:305:in
`loop'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:305:in
`block (2 levels) in create_worker'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:304:in
`catch'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:304:in
`block in create_worker'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in
`block in create_with_logging_context'"

Actions

Also available in: Atom PDF