tracker issue : CF-4010005

select a category, or use search below
(searches all categories and all time range)
Title:

new query in cfscript causes NoSuchFieldException error

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

Reporter/Name(from Bugbase): Pascal Destailleur / Pascal Destailleur (Pascal Destailleur)

Created: 06/19/2015

Components: Language

Versions: 10.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: Final /

Priority/Frequency: Normal / Unknown

Locale/System: English / Linux All

Vote Count: 0

Duplicate ID:	CF-4094726

Related Bugs:
CF-4094726 - Similar to


Problem Description: 
<cfscript>
	qryObj = new query();
	qryObj.setDatasource('test');
	qryObj.setSQL('select 1 from dual');
</cfscript>

<cfdump var="#qryObj#">

generates an error in : CustomTags/com/adobe/coldfusion/base.cfc: line 240 (at cfbase2ecfc1783254818$funcGETSUPPORTEDTAGATTRIBUTES)

java.lang.NoSuchFieldException: CFQUERY

Steps to Reproduce:

Actual Result:

Expected Result:

Any Workarounds:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4010005

External Customer Info:
External Company:  
External Customer Name: Pascal
External Customer Email:  
External Test Config: My Hardware and Environment details: coldfusion 10 hotfix 16

Attachments:

  1. August 19, 2015 00:00:00: 1_exception.pdf

Comments:

Can you let us know what update you are on? We tried on CF10U16 and it works without an error.
Comment by Vamseekrishna N.
7200 | June 26, 2015 03:32:37 AM GMT
version: 10,0,16,293499
Comment by External U.
7201 | June 26, 2015 03:38:33 AM GMT
Hi Pascal, We tried it with ColdFusion 10 Update 16(build# 293499) and it works fine. Can you please try to remove class file inside cfclasses folder(located: wwwroot/WEB-INF/cfclassess) and check, if you are still facing this issue?
Comment by Nimit S.
7202 | August 18, 2015 09:27:03 AM GMT
Hi, We did this several times already and the problem keeps returning.
Comment by External U.
7203 | August 18, 2015 09:38:44 AM GMT
Hi Pascal, Can you please provide the complete exception stacktrace?
Comment by Nimit S.
7204 | August 18, 2015 11:25:18 PM GMT
exception and stacktrace is attached
Comment by External U.
7205 | August 19, 2015 01:09:42 AM GMT
Hi Pascal, Have you started observing this issue after applying ColdFusion 10 Update 16? If yes, then please let us know previous update version on which you applied Update 16.
Comment by Nimit S.
7206 | August 19, 2015 01:24:45 AM GMT
We only wanted to start using query in cfscript after the update to hotfix 16. We were on hotfix 15 before the update.
Comment by External U.
7207 | August 19, 2015 01:29:44 AM GMT
Hi Pascal, Are you still observing this issue? We have tried it at our end but unable to replicate this issue.
Comment by Nimit S.
7208 | September 17, 2015 11:04:21 AM GMT
Hi Pascal, We are still waiting for your response. Please let us know if you are still facing this issue.
Comment by Nimit S.
7209 | September 21, 2015 11:33:28 PM GMT
yes, still facing this issue
Comment by External U.
7210 | September 22, 2015 03:48:28 AM GMT
Just got news from IT that Adobe provided them with a hotfix for this issue
Comment by External U.
7211 | December 07, 2015 07:30:24 AM GMT