Title:
Specifying the server="" attribute within cfobject crashes and restarts the ColdFusion server x64 (server="remote" is not working with 64-bit CF)
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Matt Davis / Matt Davis (Matt Davis)
Created: 06/23/2014
Components: COM/DCOM
Versions: 10.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 0
Problem Description:
We have a COM application (c#) that is installed on three remote servers for redundancy. When we specify the server attribute it will crash the ColdFusion application server and make it restart. The response on the page is as follows:
"Bad Gateway" ... it received an invalid response from the content server.
Jakarta/ISAPI/isapi_redirector/1.2.32()"
For example (this crashes and restarts ColdFusion application server):
<cfobject type="com" name="obj" class="WrapperObject.Webservice" action="create" server="comserv2">
** If we do NOT specify the server="" attribute it works just fine, it will successfully connect to the particular server that is set within the installed object.
This works fine when we do NOT specify the server attribute (the installed COM object on the webserver will use the remote server name that is set within the activation-tab of the object):
<cfobject type="com" name="obj" class="WrapperObject.Webservice" action="create">
Steps to Reproduce:
Attempt to connect to a remote COM object using the server="" attribute/argument.
Actual Result:
Crashes and restarts the ColdFusion server each and every time.
Expected Result:
A successful connection
Any Workarounds: none
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3780066
External Customer Info:
External Company:
External Customer Name: Avatar
External Customer Email:
External Test Config: My Hardware and Environment details:
Windows Server 2008 R2, Service Pack 1 64-bit
IIS 7.5 64-bit
ColdFusion 10 Update 13 (ColdFusion 10,287689) Enterprise Edition 64-bit
Attachments:
Comments: