Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psort-studentpc1-services end-to-end test failing with QueueFull #3145

Closed
2 tasks done
joachimmetz opened this issue Jul 2, 2020 · 1 comment · Fixed by #3148
Closed
2 tasks done

psort-studentpc1-services end-to-end test failing with QueueFull #3145

joachimmetz opened this issue Jul 2, 2020 · 1 comment · Fixed by #3148
Assignees
Labels

Comments

@joachimmetz
Copy link
Member

joachimmetz commented Jul 2, 2020

a previous instance of this issue #3001

2020-06-28 00:54:56,187 [INFO] (MainProcess) PID:4328 <data_location> Determined data location: /tmp/workspace/psort-linux-services/data
Traceback (most recent call last):
  File "./tools/psort.py", line 99, in <module>
    if not Main():
  File "./tools/psort.py", line 76, in Main
    tool.ProcessStorage()
  File "/tmp/workspace/psort-linux-services/plaso/cli/psort_tool.py", line 556, in ProcessStorage
    worker_memory_limit=self._worker_memory_limit)
  File "/tmp/workspace/psort-linux-services/plaso/multi_processing/psort.py", line 947, in AnalyzeEvents
    storage_writer, analysis_plugins, event_filter=event_filter)
  File "/tmp/workspace/psort-linux-services/plaso/multi_processing/psort.py", line 308, in _AnalyzeEvents
    event_queue.PushItem((event, event_data, event_data_stream))
  File "/tmp/workspace/psort-linux-services/plaso/engine/zeromq_queue.py", line 457, in PushItem
    raise errors.QueueFull
plaso.lib.errors.QueueFull
@joachimmetz
Copy link
Member Author

joachimmetz commented Jul 2, 2020

Traceback (most recent call last):
  File "plaso/multi_processing/analysis_process.py", line 246, in _ProcessEvent
    self._analysis_plugin.ExamineEvent(
  File "plaso/analysis/windows_services.py", line 281, in ExamineEvent
    service = WindowsService.FromEventData(event_data, event_data_stream)
  File "plaso/analysis/windows_services.py", line 137, in FromEventData
    event_data.start_type, event_data.object_name, source,
AttributeError: 'EventData' object has no attribute 'object_name'
Traceback (most recent call last):
  File "plaso/multi_processing/analysis_process.py", line 246, in _ProcessEvent
    self._analysis_plugin.ExamineEvent(
  File "plaso/analysis/windows_services.py", line 281, in ExamineEvent
    service = WindowsService.FromEventData(event_data, event_data_stream)
  File "plaso/analysis/windows_services.py", line 138, in FromEventData
    service_dll=event_data.service_dll)
AttributeError: 'EventData' object has no attribute 'service_dll'

joachimmetz added a commit to joachimmetz/plaso that referenced this issue Jul 2, 2020
@joachimmetz joachimmetz removed this from the 2020 June release milestone Jul 2, 2020
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Jul 4, 2020
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Jul 4, 2020
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Jul 4, 2020
@joachimmetz joachimmetz added close after review Issue as outstanding pull request(s) and can be closed once these have been reviewed and merged and removed close after review Issue as outstanding pull request(s) and can be closed once these have been reviewed and merged labels Jul 4, 2020
@joachimmetz joachimmetz linked a pull request Jul 8, 2020 that will close this issue
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Jul 14, 2020
joachimmetz added a commit to joachimmetz/plaso that referenced this issue Jul 14, 2020
@joachimmetz joachimmetz removed the close after review Issue as outstanding pull request(s) and can be closed once these have been reviewed and merged label Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant