solved Queue server errors

alt=
DannyA
@dannya
9 years ago
584 posts
I keep getting things stuck in the queue.
I see the following errors in the activity log (tx1 is the queue server):

jrCore_load_url: http://tx1.cleartracks.com/cloudqueueserver/get/search_index returned code 0 - error #28 (Operation timed out after 30001 milliseconds with 0 bytes received)"

jrCore_load_url: https://tx1.cleartracks.com/cloudqueueserver/get/send_email returned code 100 - error #28 (Operation timed out after 30000 milliseconds with 0 bytes received)

I also have things sitting in queues with no idea why or how to clear them.


Can somebody PLEEEEEESE put together a guide on troubleshooting cloud queues.
updated by @dannya: 06/07/15 02:24:01AM
brian
@brian
9 years ago
10,148 posts
This error means exactly what it says:

Quote:
jrCore_load_url: http://tx1.cleartracks.com/cloudqueueserver/get/search_index returned code 0 - error #28 (Operation timed out after 30001 milliseconds with 0 bytes received)"

It means it tried to load this URL:

http://tx1.cleartracks.com/cloudqueueserver/get/search_index

but that URL failed to load after 30 seconds (30,000 milliseconds).

This was likely because the network was down between your 2 machines OR the tx1 server was down.

We talked about this via a Skype chat but wanted to follow up here as well.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags