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

WARNING: BsonParser decoding problem bad eoo on data[:50] #520

Closed
tysonmax20042003 opened this issue Apr 11, 2015 · 6 comments
Closed

WARNING: BsonParser decoding problem bad eoo on data[:50] #520

tysonmax20042003 opened this issue Apr 11, 2015 · 6 comments

Comments

@tysonmax20042003
Copy link

Hello,

On the web interface when submitting a file once in a while I get this error, cuckoo fails and the report states analysis failure. After sending the same job again the job finishes.

2015-04-10 15:11:30,594 [lib.cuckoo.core.plugins] DEBUG: Running non-evented signatures
2015-04-10 15:11:30,594 [lib.cuckoo.core.plugins] DEBUG: Running signature "creates_exe"
2015-04-10 15:11:30,594 [lib.cuckoo.core.plugins] DEBUG: Running signature "generic_metrics"
2015-04-10 15:11:30,644 [lib.cuckoo.common.netlog] WARNING: BsonParser decoding problem bad eoo on data[:50] '\x8d\x00\x00\x00\x10I\x00\x9b\x00\x00\x00\x10T\x00\x18\x04\x00\x00\x10t\x00\x1f\x00\x00\x00\x04args\x00m\x00\x00\x00\x100\x00\x01\x00\x00\x00\x101\x00\x00\x00\x00\x00\x10'
2015-04-10 15:11:30,645 [lib.cuckoo.common.netlog] CRITICAL: BSON message larger than MAX_MESSAGE_LENGTH, stopping handler.
2015-04-10 15:11:30,657 [lib.cuckoo.core.plugins] DEBUG: Executed reporting module "JsonDump"
2015-04-10 15:11:30,797 [lib.cuckoo.common.netlog] WARNING: BsonParser decoding problem bad eoo on data[:50] '\x8d\x00\x00\x00\x10I\x00\x9b\x00\x00\x00\x10T\x00\x18\x04\x00\x00\x10t\x00\x1f\x00\x00\x00\x04args\x00m\x00\x00\x00\x100\x00\x01\x00\x00\x00\x101\x00\x00\x00\x00\x00\x10'
2015-04-10 15:11:30,797 [lib.cuckoo.common.netlog] CRITICAL: BSON message larger than MAX_MESSAGE_LENGTH, stopping handler.
2015-04-10 15:11:30,798 [lib.cuckoo.core.plugins] DEBUG: Executed reporting module "MongoDB"
2015-04-10 15:11:30,964 [lib.cuckoo.common.netlog] WARNING: BsonParser decoding problem bad eoo on data[:50] '\x8d\x00\x00\x00\x10I\x00\x9b\x00\x00\x00\x10T\x00\x18\x04\x00\x00\x10t\x00\x1f\x00\x00\x00\x04args\x00m\x00\x00\x00\x100\x00\x01\x00\x00\x00\x101\x00\x00\x00\x00\x00\x10'
2015-04-10 15:11:30,968 [lib.cuckoo.common.netlog] CRITICAL: BSON message larger than MAX_MESSAGE_LENGTH, stopping handler.
2015-04-10 15:11:31,089 [lib.cuckoo.core.plugins] DEBUG: Executed reporting module "ReportHTML"
2015-04-10 15:11:31,089 [lib.cuckoo.core.scheduler] INFO: Task # 23: reports generation completed (path=/home/cuckoo/bin/cuckoo/storage/analyses/23)
2015-04-10 15:11:31,370 [lib.cuckoo.core.scheduler] INFO: Task # 23: analysis procedure completed

@tysonmax20042003 tysonmax20042003 changed the title WARNING: BsonParser decoding problem bad eoo on data[:50] on web interface WARNING: BsonParser decoding problem bad eoo on data[:50] Apr 11, 2015
@jbremer
Copy link
Member

jbremer commented Apr 11, 2015

You probably don't have a bson library installed. Nowadays in order to do that, you have to run the following: pip install pymongo.

@tysonmax20042003
Copy link
Author

I already had it installed. Hummm....I ran pip install pymongo --upgrade
This reinstalled the module. I don't see the issue yet but not sure. Is there any place else I can check in logs to see what caused the issue or if its fully resolved? Thanks for responding. :)

@tysonmax20042003
Copy link
Author

I will mark this closed but I say its unknown issue lol

@sust4in
Copy link

sust4in commented Aug 28, 2017

i get this error in https://github.com/spender-sandbox/cuckoo-modified
spender-sandbox/cuckoo-modified#483

I can not figure out , is there any news about this issue?

@doomedraven
Copy link
Contributor

Is not corret rpo for your issue

@sust4in
Copy link

sust4in commented Aug 28, 2017

yes, i know but the issue output is similar.

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

4 participants