Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): / ()
Created: 02/15/2019
Components: Core Runtime, Parser/Compiler
Versions: 2016,11.0
Failure Type: Others
Found In Build/Fixed In Build: 11.0.16.313933 / 314058
Priority/Frequency: Critical /
Locale/System: /
Vote Count: 1
Problem:
Error when returning the result of QueryExecute from a function in CFC.
Method:
see attached test case.
Result:
Issue on CF2016:
Exception #1:
"Error","http-nio-8503-exec-9","02/14/19","10:30:04","","(class: cfq2ecfc1993741597$funcGETROLES, method: runFunction signature: (Lcoldfusion/runtime/LocalScope;Ljava/lang/Object;Lcoldfusion/runtime/CFPage;Lcoldfusion/runtime/ArgumentCollection;)Ljava/lang/Object;) Unable to pop operand off an empty stack The specific sequence of files included or processed is: C:\ColdFusion12\cfusion\wwwroot\cf2016\testing\Bugs\queryexecute\repro\q.cfm'' "
java.lang.VerifyError: (class: cfq2ecfc1993741597$funcGETROLES, method: runFunction signature: (Lcoldfusion/runtime/LocalScope;Ljava/lang/Object;Lcoldfusion/runtime/CFPage;Lcoldfusion/runtime/ArgumentCollection;)Ljava/lang/Object;) Unable to pop operand off an empty stack
at cfq2ecfc1993741597.<clinit>(C:\ColdFusion12\cfusion\wwwroot\cf2016\testing\Bugs\queryexecute\repro\q.cfc)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java:616)
at coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java:587)
at coldfusion.runtime.TemplateProxyFactory.getCFCInstance(TemplateProxyFactory.java:284)
at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:177)
at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:162)
at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:152)
at coldfusion.cfc.ComponentProxyFactory.getProxy(ComponentProxyFactory.java:57)
at coldfusion.runtime.CFPage.___createObjectInternal(CFPage.java:11830)
at coldfusion.runtime.CFPage._createObject(CFPage.java:11815)
at cfq2ecfm1993741587.runPage(C:\ColdFusion12\cfusion\wwwroot\cf2016\testing\Bugs\queryexecute\repro\q.cfm:1)
Exception #2:
"Error","http-nio-8503-exec-7","02/14/19","10:30:04","","Could not initialize class cfq2ecfc1993741597 The specific sequence of files included or processed is: C:\ColdFusion12\cfusion\wwwroot\cf2016\testing\Bugs\queryexecute\repro\q.cfm, line: 1 "
java.lang.NoClassDefFoundError: Could not initialize class cfq2ecfc1993741597
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java:616)
at coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java:587)
at coldfusion.runtime.TemplateProxyFactory.getCFCInstance(TemplateProxyFactory.java:284)
at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:177)
at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:162)
at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:152)
at coldfusion.cfc.ComponentProxyFactory.getProxy(ComponentProxyFactory.java:57)
at coldfusion.runtime.CFPage.___createObjectInternal(CFPage.java:11830)
at coldfusion.runtime.CFPage._createObject(CFPage.java:11815)
at cfq2ecfm1993741587.runPage(C:\ColdFusion12\cfusion\wwwroot\cf2016\testing\Bugs\queryexecute\repro\q.cfm:1)
Attachments:
Comments: