Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): David Aden / David Aden (David Aden)
Created: 01/14/2009
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 217681
Priority/Frequency: Major / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
See thread:
https://prerelease.adobe.com/project/forum/post.html?cap=87529BDA13744B3DB718E841890B9240&forid={936680A8-3CD1-4D52-BCEE-9EF903D7FB02}&topid={A2A78970-5C9C-469F-8415-27CD90BAD571}&tp=1
which contains an example of defining relationships. Using those CFC's as-is, add the following code to the bottom of the CRUDArtist.cfm:
<cfdump var="#EntityLoad("Artists")#" />
or
<cfdump var="#EntityLoad("Art")#" />
both appear to crash the server.
To get around it, comment out one of the cfproperties which defines the relationship (either the one in Art.cfc which defines the relationship to Artists OR the one in Artists.cfc which defines the relationship to Art) and the dumps will work.
It appears that when there is a two-way relationship, cfdump can't handle it. Have also run into this in trying to set up a one-to-one relationship.
Method:
Result:
First time I try it, a blank screen returns. View source shows some CFDUMP related output.
The second time I try it, the error is:
Server Error
The server encountered an internal error and was unable to complete your request.
Application server is busy. Either there are too many concurrent requests or the server still is starting up.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3037250
External Customer Info:
External Company:
External Customer Name: David Aden
External Customer Email: 66F6181E441EC957992015D5
External Test Config: 01/14/2009
Attachments:
Comments: