tracker issue : CF-4203232

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

cfhttp errors to Could not access a java object field called query_string

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/NeedMoreInfo

Reporter/Name(from Bugbase): Christopher Tierney / ()

Created: 08/03/2018

Components: Language

Versions: 2016

Failure Type: Incorrectly functioning

Found In Build/Fixed In Build: 2016.0.06.308055 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Win 2012 Server x64

Vote Count: 1

Problem Description:
Running "cfhttp" with a "cfhttpparam" results in the error ": Could not access a java object field called query_string. The Application.cfc and test CFM only contain code relevant to this specific issue to recreate. It has same issue in a fully functioning application on same ColdFusion instance.

Steps to Reproduce:
Run code:
<cfhttp url="http://www.cfwebtools.com">
	<cfhttpparam type="url" name="test1" value="test2">
	<cfhttpparam type="url" name="test3" value="test4"> 
</cfhttp>

Actual Result:
Error: Could not access a java object field called query_string.

Expected Result:
No error

Any Workarounds:
For URL params, add inline to URL, removing cfhttpparam
FOR formField types, there are no workarounds

Attachments:

Comments:

This ended up being from installing FusionReactor build fusionreactor.8032.79581
Comment by Christopher T.
29430 | August 03, 2018 09:50:29 PM GMT
This has been fixed in FusionReactor 7.4.1 and above. Download the latest version here - http://www.fusion-reactor.com/download
Comment by David T.
29463 | August 10, 2018 01:37:36 PM GMT
Hi Christopher, To confirm, are you hitting this issue with "https://www.cfwebtools.com". This is a secured site.
Comment by Poonam J.
29531 | August 17, 2018 10:11:54 AM GMT
Hi Christopher, Any update on this? -Poonam  
Comment by Poonam J.
29581 | August 22, 2018 03:39:05 AM GMT
This issue was resolved by upgrading to FusionReactor 7.4.1
Comment by Christopher T.
29611 | August 23, 2018 02:47:31 PM GMT