if i'm reading that right, it looks like its crashing on a farFU call to get the default object (line 170) for the nav node after not finding any attached items? Perhaps FriendlyURLs somehow got turned off? I would start debugging around the getDefaultFUObject, as it seems not to be finding the friendly URL of some sort....
Do all nav nodes have at least an html page attached? Dunno, haven't seen that error before, Tomek On Fri, Nov 13, 2009 at 2:43 PM, Chris Roth <[email protected]> wrote: > I seem to have some sort of issue after a 5.2.7 upgrade... so far I > have only noticed this when trying to browse a partifuclar navnode > from the front end... when clicking the navnode from the navbar I get: > > coldfusion.tagext.sql.QueryTag.doFinally(QueryTag.java:660) at > cffarFU2ecfc1375497082$funcGETDEFAULTFUOBJECT.runFunction(E:\InetPub > \farcry\core\packages\types\farFU.cfc:170) at > coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at > coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at > coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java: > 360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke > (UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke > (FunctionAccessFilter.java:59) at > coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at > coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:463) at > coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2436) at > cffarFU2ecfc1375497082$funcCREATEURLSTRUCT.runFunction(E:\InetPub > \farcry\core\packages\types\farFU.cfc:800) at > coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at > coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java: > 360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke > (UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke > (FunctionAccessFilter.java:59) at > coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at > coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:463) at > coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2436) at > cffarFU2ecfc1375497082$funcSETMAPPING.runFunction(E:\InetPub\farcry > \core\packages\types\farFU.cfc:547) at > coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at > coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at > coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java: > 360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke > (UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke > (FunctionAccessFilter.java:59) at > coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at > coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:463) at > coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2436) at > cffarFU2ecfc1375497082$funcGETDEFAULTFUOBJECT.runFunction(E:\InetPub > \farcry\core\packages\types\farFU.cfc:177) at > coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at > coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at > coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java: > 360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke > (UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke > (FunctionAccessFilter.java:59) at > coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at > coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:463) at > coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2436) at > cffarFU2ecfc1375497082$funcCREATEURLSTRUCT.runFunction(E:\InetPub > \farcry\core\packages\types\farFU.cfc:800) at > coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at > coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java: > 360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke > (UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke > (FunctionAccessFilter.java:59) at > coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at > coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:463) at > coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2436) at > cffarFU2ecfc1375497082$funcSETMAPPING.runFunction(E:\InetPub\farcry > \core\packages\types\farFU.cfc:547) at > coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at > coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at > coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java: > 360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke > (UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke > (FunctionAccessFilter.java:59) at > coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at > coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:463) > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: > [email protected]<farcry-dev%[email protected]> > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
