tracker issue : CF-3363366

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

Application mappings failing with a REST call

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Bob Gray / Bob Gray (Bob Gray)

Created: 11/09/2012

Components: REST Services

Versions: 10.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: Final / CF10_Update14

Priority/Frequency: Critical / Most users will encounter

Locale/System: English / Win 2008 Server R2 64 bit

Vote Count: 0

Problem Description:
Application mappings intermittently fail to find a cfc when called within a REST service. 

Steps to Reproduce:
Call CreateObject("root.cfc.foo") from within a REST service call where root is an application mapping and foo is located in /cfc/foo. It may be worth noting that foo is also being called remotely from the client in other situations - foo.cfc?method=getSomething and works as expected without k The REST service in this example is essentially a wrapper around foo.

Actual Result:
Every hour or two it errors - "Could not find the ColdFusion component or interface root.cfc.foo"
Otherwise it behaves as expected

Expected Result:
The same as if calling foo.cfc?method=getSomethin g

Any Workarounds:
When I get the error, I make another call directly to foo.cfc?method=getSomething and then the REST service wrapper can find the mappings on the next call to the REST service without any change to the source code or the environment.

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

Watson Bug ID:	3363366

Deployment Phase:	Release Candidate

External Customer Info:
External Company:  
External Customer Name: gray.bob98
External Customer Email:

Attachments:

Comments:

This is fixed in the latest build no.: 287438 Test case location in perforce: qa\cf\regression\newmanual\REST\Bugs\CF-3363366 (Comment added from ex-user id:nawani)
Comment by Adobe D.
17257 | December 19, 2013 04:34:58 AM GMT