I'm not a JMS expert, it seems like your config might be messed up and the JMS part of the server isn't working.
We've changed the samples in B3 to not rely on JMS so that you can get up and running more quickly. Matt -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of brownd_92 Sent: Friday, April 07, 2006 7:48 AM To: [email protected] Subject: [flexcoders] Chat not working in Dashboard and collaboration samples Hi there, I have managed to get the charting thing working now!! But ive ran into another problem, The chat dosent work in the dashboard and other collaboration samples. When you type anything in the box and press send - nothing happens!! I get this message in the integrated flex server console: [Flex] Before invoke service: message-service incomingMessage: Flex Message (flex.messaging.messages.AsyncMessage) clientId = 87279EBA-250F-E3AE-5EEA-1BC4D989E014 correlationId = destination = chat-topic-jms messageId = 4A6B6E7B-7A4E-283A-66AAFFFFFFFF0260 timestamp = 1144420869365 timeToLive = 0 body = {} hdr(userId) = brownd hdr(msg) = dssdsds hdr(endpoint) = my-rtmp [Flex] Exception when invoking service: message-service with message: Flex Message (flex.messaging.messages.AsyncMessage) clientId = 87279EBA-250F-E3AE-5EEA-1BC4D989E014 correlationId = destination = chat-topic-jms messageId = 4A6B6E7B-7A4E-283A-66AAFFFFFFFF0260 timestamp = 1144420869365 timeToLive = 0 body = {} hdr(userId) = brownd hdr(msg) = dssdsds hdr(endpoint) = my-rtmp hdr(timeToLive) = 0 exception: flex.messaging.MessageException: Error in createTopicConnection. Ex ception: Error in getDelegate. Exception: The connection to the remote JNDI serv er on host 0.1.0.6 at port 2907 has failed (as have all backup hosts listed, if any) - please verify that the server is running and the NamingService is availab le.. [Flex] Error handling rtmp message: flex.messaging.MessageException: Error in cr eateTopicConnection. Exception: Error in getDelegate. Exception: The connection to the remote JNDI server on host 0.1.0.6 at port 2907 has failed (as have all b ackup hosts listed, if any) - please verify that the server is running and the N amingService is available.. incomingMessage: Flex Message (flex.messaging.messages.AsyncMessage) clientId = 87279EBA-250F-E3AE-5EEA-1BC4D989E014 correlationId = destination = chat-topic-jms messageId = 4A6B6E7B-7A4E-283A-66AAFFFFFFFF0260 timestamp = 1144420869365 timeToLive = 0 body = {} hdr(userId) = brownd hdr(msg) = dssdsds hdr(endpoint) = my-rtmp hdr(timeToLive) = 0 errorReply: Flex Message (flex.messaging.messages.ErrorMessage) clientId = null correlationId = 4A6B6E7B-7A4E-283A-66AAFFFFFFFF0260 destination = null messageId = 87287446-1D0A-DA8B-1A42-FF0C6B585908 timestamp = 1144420891757 timeToLive = 0 body = null code = Server.Processing message = Error in createTopicConnection. Exception: Error in getDelegate. Exception: The connection to the remote JNDI server on host 0.1.0.6 at port 2907 has failed (as have all backup hosts listed, if any) - please verify that the s erver is running and the NamingService is available.. details = null rootCause = javax.jms.JMSException: Error in createTopicConnection. Excepti on: Error in getDelegate. Exception: The connection to the remote JNDI server on host 0.1.0.6 at port 2907 has failed (as have all backup hosts listed, if any) - please verify that the server is running and the NamingService is available.. body = null extendedData = null [Flex] cause=javax.jms.JMSException: Error in createTopicConnection. Exception: Error in getDelegate. Exception: The connection to the remote JNDI server on hos t 0.1.0.6 at port 2907 has failed (as have all backup hosts listed, if any) - pl ease verify that the server is running and the NamingService is available.. type =class javax.jms.JMSException javax.jms.JMSException: Error in createTopicConnection. Exception: Error in getD elegate. Exception: The connection to the remote JNDI server on host 0.1.0.6 at port 2907 has failed (as have all backup hosts listed, if any) - please verify t hat the server is running and the NamingService is available.. at jrun.jms.core.client.JmsTopicConnectionFactory.createTopicConnection( JmsTopicConnectionFactory.java:86) at jrun.jms.core.client.JmsTopicConnectionFactory.createTopicConnection( JmsTopicConnectionFactory.java:60) at jrun.jms.wrapper.enterprise.JRunConnectionFactoryWrapper.createTopicC onnection(JRunConnectionFactoryWrapper.java:402) at flex.messaging.services.messaging.adapters.JMSTopicProducer.start(JMS TopicProducer.java:64) at flex.messaging.services.messaging.adapters.JMSAdapter.invoke(JMSAdapt er.java:221) at flex.messaging.services.MessageService.serviceMessage (MessageService. java:92) at flex.messaging.MessageBroker.routeMessageToService (MessageBroker.java :506) at flex.messaging.endpoints.AbstractEndpoint.serviceMessage (AbstractEndp oint.java:266) at flex.messaging.endpoints.rtmp.AbstractRTMPServer.dispatchMessage(Abst ractRTMPServer.java:602) at flex.messaging.endpoints.rtmp.RTMPConnection$RtmpReader.run(RTMPConne ction.java:465) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Wor ker.runTask(ThreadPoolExecutor.java:643) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Wor ker.run(ThreadPoolExecutor.java:668) at java.lang.Thread.run(Unknown Source) Does anyone have any ideas? Thanks for the help. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

