strider icon indicating copy to clipboard operation
strider copied to clipboard

Error when watching at a job

Open jochenonline opened this issue 11 years ago • 2 comments

After running fine for a while strider stops working when clicking on a running or terminated job with the following error:

15 Jul 14:51:50 - debug: [job] error finding jobs connection closed due to parseError

What should we do to repair this?

jochenonline avatar Jul 15 '14 12:07 jochenonline

@jochenonline seems like nobody's been able to replicate it -- were you able to track down the root cause or learn anything more about this ?

kfatehi avatar Aug 09 '14 18:08 kfatehi

I have the same problem. It might be related to this:

https://github.com/Automattic/mongoose/issues/2229

I've got a similar problem now. I know for sure that my build log is really big. It could be well more than the acceptable BSON max file size. Which means that the way you store out and err should be done in a different way. More probably, you should use gridfs if possible to store the out/err files as they can get pretty big in some cases.

After the parseError is occuring, nothing works and I have to reboot strider.

llacroix avatar Oct 26 '15 11:10 llacroix