Thank you, Bruce for the reply. I don't see out of memory error in the log.
I googed around and find one solution to the problem is to append '?wireFormat=openwire&transport.useAsyncSend=false" after URL, but this time, I got the following error: Could not find factory class for resource: META-INF/services/org/apache/activemq/wireformat/openwire I'm wondering how much do I need to drill this to get it to work.... bsnyder wrote: > > On Fri, Sep 26, 2008 at 9:56 AM, maned.ali <[EMAIL PROTECTED]> wrote: >> >> Can someone please help me on the exception error posted below? >> >> I finally got a stack semi-working where I have a Flex/BlazeDS as JMS >> client, which talks to a ActiveMQ JMS provider in the backend (the >> provider >> is embedded from Spring, and exposed through Tomcat JNDI). >> >> When the flex client starts, it seems to be able to make the connection >> alright, and I was able to send a message... but only a moment later, got >> the following exception: >> >> TransportConnector:162 - Could not accept connection from >> /0:0:0:0:0:0:0:1%0:57049: java.io.IOException: Wire format negociation >> timeout: peer did not send his wire format. >> java.io.IOException: Wire format negociation timeout: peer did not send >> his >> wire format. >> at >> org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:88) >> at >> org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:47) >> at >> org.apache.activemq.broker.TransportConnection.dispatch(TransportConnection.java:1138) >> at >> org.apache.activemq.broker.TransportConnection.processDispatch(TransportConnection.java:805) >> at >> org.apache.activemq.broker.TransportConnection.start(TransportConnection.java:885) >> at >> org.apache.activemq.broker.TransportConnector$1.onAccept(TransportConnector.java:148) >> at >> org.apache.activemq.transport.tcp.TcpTransportServer.run(TcpTransportServer.java:167) >> at java.lang.Thread.run(Thread.java:613) > > Do you have any OutOfMemoryErrors in the activemq.log file? If so, > these could be the cause of the error. > > Bruce > -- > perl -e 'print > unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" > );' > > Apache ActiveMQ - http://activemq.org/ > Apache Camel - http://activemq.org/camel/ > Apache ServiceMix - http://servicemix.org/ > > Blog: http://bruceblog.org/ > > -- View this message in context: http://www.nabble.com/ActiveMQ-exception-error-tp19691327p19694259.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.