Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Andrew Scott / Andrew Scott (Andrew Scott)
Created: 09/18/2013
Components: Core Runtime
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final / CF11 Update5,CF10 Update18
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win 2008 Server
Vote Count: 6
Problem Description:
There seems to be a certain condition, where the getApplicationMetaData is throwing an exception. Not sure how or why this is occurring and has been seen in my application logs on Hostek for the last 10 months.
It appears that somewhere when getting the settings, it is throwing an exception on line 1246. Which seems to indicate that a variable is actually null or something, it would be nice to try to track this down. Problem is that to date, there is no known way to duplicate the problem, but looking at the code on that line may indicate better than what I can't see.
java.lang.NullPointerException at coldfusion.runtime.AppHelper.getApplicationMetaData(AppHelper.java:1246) at coldfusion.runtime.CFPage.GetApplicationMetadata(CFPage.java:10394) at cfCFORMUtil2ecfc1165099099$funcGETDEFAULTDATASOURCE.runFunction(D:\home\andyscott.id.au\wwwroot\coldbox\system\orm\hibernate\util\CFORMUtil.cfc:83) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2659) at cfCFORMUtil2ecfc1165099099$funcGETENTITYDATASOURCE.runFunction(D:\home\andyscott.id.au\wwwroot\coldbox\system\orm\hibernate\util\CFORMUtil.cfc:67) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at cfVirtualEntityService2ecfc1611247811$funcINIT.runFunction(D:\home\andyscott.id.au\wwwroot\coldbox\system\orm\hibernate\VirtualEntityService.cfc:67) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3634391
External Customer Info:
External Company:
External Customer Name: ascott67
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: