RE: [coldbox:12465] Re: Strange error

Do you have a large number of mappings elsewhere that WireBox is processing? I have a couple hundred mappings that are all auto-discovered with mapDirectory() and it times out sometimes on my local environment when I restart CF and start the app for the first time. (I’m on CF8, and there’s a lot getMetaData() calls happening). Usually if I refresh, it will work the second time. That’s also why i asked what the stack traces were showing during execution-- i wanted to know if the ENTIRE time was spent processing that specific cfdirectory, or if it’s just a coincidence that it errors there every time.

What happens if you bump out your request timeout? Will it complete?

~Brad