Adrian Lynch wrote: > Manually track it down with cfabort, cfdump, cfoutput. Put tracer code > throughout the app's execution path and you'll see what's happening.
Yeah that's what I ended up doing. Kind of obnoxious that CF can't tell you where it happened. Turned out I was creating a java HashMap object to pass as a parameter to another java object, but I did not initialize the HashMap object. That worked fine in CFMX7 but generated the nullpointerexception in CFMX 6.1 So I just added an .init() constructor to make everything happy. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231171 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

