You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error. What can I do to solve it?
[2023-02-01 10:27:41,376: WARNING/MainProcess] /usr/local/lib/python2.7/dist-packages/celery/fixups/django.py:265: UserWarning: Using settings.DEBUG leads to a memory leak, never use this setting in production environments!
warnings.warn('Using settings.DEBUG leads to a memory leak, never '
[2023-02-01 10:27:41,377: WARNING/MainProcess] celery@f59e334687f9 ready.
[2023-02-01 10:31:40,010: INFO/MainProcess] Received task: parsing.tasks.process_nmap[446d18ad-539b-4920-bc8e-40f6bb879a8b]
[2023-02-01 10:31:40,023: WARNING/Worker-3] [ NMAP ] ************************* Nmap Background Process running **************
[2023-02-01 10:31:40,023: WARNING/Worker-3] /opt/Xerror/xerror/reports/nm_144_192.168.0.198.xml
[2023-02-01 10:31:40,239: WARNING/Worker-3] [NMAP ] converting csv file
[2023-02-01 10:31:40,241: WARNING/Worker-3] [-] A an error occurred. The XML may not be well formed. Please review the error and try again: no element found: line 7, column 0
[2023-02-01 10:31:41,415: ERROR/MainProcess] Task parsing.tasks.process_nmap[446d18ad-539b-4920-bc8e-40f6bb879a8b] raised unexpected: WorkerLostError('Worker exited prematurely: exitcode 0.',)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/billiard/pool.py", line 1175, in mark_as_worker_lost
human_status(exitcode)),
WorkerLostError: Worker exited prematurely: exitcode 0.
Best regards
The text was updated successfully, but these errors were encountered:
Hello,
I get the following error. What can I do to solve it?
[2023-02-01 10:27:41,376: WARNING/MainProcess] /usr/local/lib/python2.7/dist-packages/celery/fixups/django.py:265: UserWarning: Using settings.DEBUG leads to a memory leak, never use this setting in production environments!
warnings.warn('Using settings.DEBUG leads to a memory leak, never '
[2023-02-01 10:27:41,377: WARNING/MainProcess] celery@f59e334687f9 ready.
[2023-02-01 10:31:40,010: INFO/MainProcess] Received task: parsing.tasks.process_nmap[446d18ad-539b-4920-bc8e-40f6bb879a8b]
[2023-02-01 10:31:40,023: WARNING/Worker-3] [ NMAP ] ************************* Nmap Background Process running **************
[2023-02-01 10:31:40,023: WARNING/Worker-3] /opt/Xerror/xerror/reports/nm_144_192.168.0.198.xml
[2023-02-01 10:31:40,239: WARNING/Worker-3] [NMAP ] converting csv file
[2023-02-01 10:31:40,241: WARNING/Worker-3] [-] A an error occurred. The XML may not be well formed. Please review the error and try again: no element found: line 7, column 0
[2023-02-01 10:31:41,415: ERROR/MainProcess] Task parsing.tasks.process_nmap[446d18ad-539b-4920-bc8e-40f6bb879a8b] raised unexpected: WorkerLostError('Worker exited prematurely: exitcode 0.',)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/billiard/pool.py", line 1175, in mark_as_worker_lost
human_status(exitcode)),
WorkerLostError: Worker exited prematurely: exitcode 0.
Best regards
The text was updated successfully, but these errors were encountered: