On 3/16/06, j s <[EMAIL PROTECTED]> wrote: > After installing cf_flexconnect_b1_0123_en.exe (coldfusion connector for > flex). I can nolonger access the admin page from dreamweaver or directly > from a web browser. > > http://localhost:8500/cfide/administrator/datasources/index.cfm. The file is > located in the wwwroot/cfide directory > > I have jre1.5.0_06. In jvm.config I tried java.home=C:\Program > Files\Java\jre1.5.0_06 and java.home=D:\CFusionMX7\runtime\jre (D is the > installation drive). > > If I access the file directly for firefox I get this error message: > > The selected method getAdminHash was not found. > Either there are no methods with the specified method name and argument > types, or the method getAdminHash is overloaded with arguments types that > ColdFusion can't decipher reliably. If this is a Java object and you verified > that the method exists, you may need to use the javacast function to reduce > ambiguity. > > The error occurred in Application.cfm: line 128 > > -1 : Unable to display error's location in a CFML template. >
<snip> A couple of things.... 1) Certain key features of ColdFusion MX 7 won't work with the 1.5 JVM. In particular, the Axis engine for webservices doesn't work. Seeing as interaction between Flex and ColdFusion is likely going to happen via web services, you're best bet is to downgrade to the latest 1.4.2_11 JVM. 2) Check out the comments in this blog entry. The third one down should help you: http://www.horwith.com/index.cfm?mode=entry&entry=9CD55578-E081-0478-47B1AE93DE51D620 Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235574 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

