Intermittent Error "Element VIEWPATH is undefined in VIEWLOCATIONS"

CB:3.1
Not using CacheBox
CF9.01 on Win 2008

Im getting quite a few of these. Intermittent on the live site and
hard to reproduce.

I have code like this
<cfoutput>
  <div id="narrowSideBar">
    #renderView(view='modules/xsite/
mostPopularNoTab',cache=true,cacheTimeout=40)#
  </div>
</cfoutput>

Any ideas?

Are you doing a framework reinit when this error appears?

Curt

I have same exact issue.

Looking at the time stamps they are clumped together so this could be
the case. They are a few fwreinit on the urls at about that time too.
Thanks

Last night, I updated servers to 3.1 and I’ve seen this same error. Have not debugged yet.

It does appear to be occurring during, or near, a reinit.

Aaron

Makes sense then. I would guess that the fw isn’t ready yet and someone hits a page, thus throwing this error.

Curt

Yes, and that would be normal as your view discovery caching is now lost since you reinited.

Luis F. Majano
President
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

is this fixed in 3.1?

Luis said it’s fixed in 3.5 beta of you read the complete thread.

Jason Durham

i didnt read the complete thread. thanks.