I'm seeing `lucee.runtime.exp.RequestTimeoutExcept...
# box-products
c
I'm seeing
lucee.runtime.exp.RequestTimeoutException: request /ping.cfm (/app/ping.cfm) has run into a timeout (timeout: 80 seconds) and has been stopped. The thread started 60693ms ago.
since upgrading to commandbox 5.6.. I am not getting a response from any page in 2 separate DEV applications. Reverting to commandbox=5.5.2-1 for the time being, under which pages return the expected response.
b
@chapmandu Are you seeing this in a server you've started?
As reported, this really isn't actionable without knowing more information.
If you have a page that's timing out, did you look at the stack trace in fusionreactor or a similar tool to see what it's doing?
c
Hey Brad.. Yes, it's a server I started with Docker Compose.. I was waiting to see what sort of info you needed.
Here is the stacktrace from tailing the docker logs.. https://gist.github.com/chapmandu/dbc38c73a76a9e897461a56b1e1b76ee
FYI, this is our Docker compose based development environment.. The timeout occurred on any page in 2 separate applications (containers)
b
@chapmandu I don't see anything in there that indicates the issue is specific to CommandBox. Are you using the same Lucee version in both tests?
I'd find out why your CFLock tag is timing out
Take a full thread dump and see what request is holding the lock
c
OK, I'll try upgrading to 5.6 again and rebuild the containers.. hopefully it's an odd coincidence
using the same Lucee version in both tests?
Yes, everything was exactly the same except for commandbox 5.5.2-1 vs 5.6.1-1
Seems it was an unfortunate coincidence.. pruning and rebuilding my containers resolved my issue.. Sorry for the false alarm