We need help solving a problem with Adobe LiveCycle Data Services. Here's what is happeing:
A message originating from a flex 3 client is sent through LiveCycle Data Services (LCDS) to the ColdFusionGateway destination with the event gateway name in the message header, in this case, 'flexChat'. This is not working on our dev server, but works well in a local CF8, multiserver, environment. Messages that do not incorporate ColdFusion Event Gateways, ie sending a message directly over a, LCDS subtopic, are delivered and received just fine. My assumtion is that there is an error with the way LCDS delivers messages to the ColdFusion Event Gateway. Below is the error generated from visiting the URI endpoint directly (http://chat.callmeasurement.com/flex2gateway/cfamfpolling) 500 java.lang.NullPointerException at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:285) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) |