CF 9.01 Upgrade breaks Flex Gateway - Help!!!!
I have an AIR app which is using DataServicesMessaging with subtopics enabled. I can create the Consumer in AIR but when I subscribe, I get the following error:
"Error","cfthread-0","08/31/10","21:03:35",,"CATALOG_ATTRIBUTES_831AE0FE-B7D2-90A5-87AD-CAC5E01116D9: Event handler exception."
flex.messaging.MessageException: Event handler exception.
at coldfusion.flex.CFEventGatewayAdapter.allowSend(CFEventGatewayAdapter.java:376)
at flex.messaging.services.messaging.SubscriptionManager.addSubtopicSubscribers(SubscriptionManager.java:330)
at flex.messaging.services.messaging.SubscriptionManager.addSubtopicSubscribers(SubscriptionManager.java:311)
at flex.messaging.services.messaging.SubscriptionManager.getSubscriberIds(SubscriptionManager.java:264)
at flex.messaging.services.MessageService.pushMessageToClients(MessageService.java:495)
at coldfusion.flex.CFEventGatewayAdapter.send(CFEventGatewayAdapter.java:250)
at coldfusion.eventgateway.flex.FlexMessagingGateway.outgoingMessage(FlexMessagingGateway.java:204)
at coldfusion.runtime.CFPage.SendGatewayMessage(CFPage.java:269)
at cfCatalogService2ecfc315059253$func_CFFUNCCFTHREAD_CFCATALOGSERVICE2ECFC3150592531.runFunction(C:\inetpub\wwwroot\staging9sites\staging9si\com\pmdm\suppliers\services\CatalogService.cfc:110)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:201)
at coldfusion.thread.Task.invokeFunction(Task.java:274)
at coldfusion.thread.Task.run(Task.java:140)
at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201)
at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
