Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

ERROR: Failure in AnalysisManager.run #2973

Open
xcampax opened this issue Mar 4, 2020 · 2 comments
Open

ERROR: Failure in AnalysisManager.run #2973

xcampax opened this issue Mar 4, 2020 · 2 comments

Comments

@xcampax
Copy link

xcampax commented Mar 4, 2020

Thanks for creating an issue! But first: did you read our community guidelines?
https://cuckoo.sh/docs/introduction/community.html

My issue is: ERROR: Failure in AnalysisManager.run

Traceback (most recent call last):
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/scheduler.py", line 755, in run
self.launch_analysis()
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/scheduler.py", line 541, in launch_analysis
self.guest_manage(options)
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/scheduler.py", line 404, in guest_manage
self.guest_manager.start_analysis(options, monitor)
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/guest.py", line 488, in start_analysis
self.get("/pinning")
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/core/guest.py", line 320, in get
do_raise and r.raise_for_status()
File "/home/cuckoo/venv/local/lib/python2.7/site-packages/requests/models.py", line 909, in raise_for_status
raise HTTPError(http_error_msg, response=self)
HTTPError: 500 Server Error: Internal Server Error for url: http://192.168.56.10:8000/pinning

My Cuckoo version and operating system are: Cuckoo 2.0.7 on Ubuntu 18.04.4 LTS
This can be reproduced by: attempting to run an analysis
The log, error, files etc can be found at:
@RicoVZ
Copy link
Contributor

RicoVZ commented Mar 4, 2020

Hi xcampax,

Thanks for posting an issue.

Hmm odd. Can you try the following:

  1. Restore the snapshot for this VM manually.
  2. Start the VM manually.
  3. curl http://<vm ip>:8000/pinning
  4. Post the output.

@Al33t
Copy link

Al33t commented Sep 18, 2020

Checkout #3105, are those the same conditions?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants