Which version of Mach-II are you using?

This happens when you call getProperty() or other methods in the bootstrapper before Mach-II loads. Do you have an additional Application.cfc in you rss.cfm folder?

Without a larger stack trace, it's impossible to tell what is calling getAppManager() prematurely since the stack is cut off. Do you have a larger stack trace?

.pjf

Brian Pickens said the following on 30/03/10 11:54:
Error","jrpp-1194","03/30/10","11:25:04","cms_v3","Element APPLOADER
is undefined in a CFML structure referenced as part of an expression.
The specific sequence of files included or processed is: /home/cms/
public_html/rss/rss.cfm, line: 179 "
coldfusion.runtime.UndefinedElementException: Element APPLOADER is
undefined in a CFML structure referenced as part of an expression.
     at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1489)
     at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1477)
     at cfmach2dii2ecfc617979371$funcGETAPPMANAGER.runFunction(/home/
cms/public_html/MachII/mach-ii.cfc:179)...


Here is the deal. We are seeing this error occur fairly frequently on
our live cluster for about the last week or so. It has also been
reported on one of our developer's machines. I'm wondering what would
have to happen for this message to occur?

The first file referenced in the message is variable in all of our
logs. The second file down which is the mach-ii.cfc bootloader, line
179 is constant. Its a getter function that looks like this:
        <cffunction name="getAppManager" access="public"
returntype="MachII.framework.AppManager" output="false"
                hint="Get the Mach-II AppManager. Not available until 
loadFramework
has been called.">
                <cfreturn application[getAppKey()].appLoader.getAppManager() />
        </cffunction>

So, apparently the apploader element is not being found in the
application scope... Can anybody offer any insight into this?


--
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/
Wiki / Documentation / Tickets: 
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/

To unsubscribe from this group, send email to 
mach-ii-for-coldfusion+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to