[coldbox-5.2.0+791] file or directory Connection Timeout not exist

Here’s a strange one: what would cause this…?

Messages: file or directory Connection Timeout not exist
Tag Context:
Template: C:\lucee\tomcat\webapps\ROOT\coldbox\system\EventHandler.cfc
87: any function _privateInvoker( required method, required argCollection ){
88: var _targetAction = variables[ arguments.method ];
LINE: 89: var _targetResults = _targetAction( argumentCollection=arguments.argCollection );
90: if( !isNull( _targetResults ) ){
91: return _targetResults;

Anybody?

Never heard of it. Do you have the full stack trace? (what you pasted was just the top of the tag context)

I think I found it: I’m doing a cfhttp that’s returning, “Connection Timeout,” and, for some reason, when I try to xmlparse() that non-XML, this is the error that’s being thrown. Weird.