I usually only relied on paste server for deployment, so I never faced that error. You might want to try to serve the application under Waitress (waitress#main) instead of Paste#http in development.ini and see if the error disappears.
On Mon, Mar 10, 2014 at 10:27 PM, Jdx Jedi <[email protected]> wrote: > Hi > Getting http://pastebin.com/YmRMWkMx after few hrs/days of running tg2 > (2.0.3). Does not seem to be associated with anything else. Has any one > seen this ? > Any ideas on how to narrow this down ? How to look for "other" > threads.. to see what they are doing ? How to know how many threads are > configured for http server. We use our own thread pool for running > application code. > > Thanks > /Jd > > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/turbogears. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

