2011/7/29 V SRAVANI-XPK437 <[email protected]> > Hi, > > > > We are using servicemix 3.2.1 version and I could see that service mix > is not responding under load conditions. > > > > We are doing performance testing and there will be huge number of > messages sent to servicemix.. > > After a day or so I could see that service mix is not responding and > throwing exceptions.. > > Please let me know what could be the reason. > > > > 18:11:30,475 | INFO | Timer-2 | AutoDeploymentService | > ramework.AutoDeploymentService 648 | Directory: hotdeploy: Finished > installation of archive: servicemix-shared-3.2.1-installer.zip > > 17:46:33,251 | WARN | ActiveMQ Transport: > tcp://localhost/127.0.0.1:61616 | ActiveMQConnection | > he.activemq.ActiveMQConnection 1529 | Async exception with no exception > listener: java.io.EOFException > > java.io.EOFException > > at java.io.DataInputStream.readInt(DataInputStream.java:358) > > at > org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.jav > a:267) > > at > org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport. > java:156) >
Hi, this may be due to the InactivityMonitor. This run every 10 seconds, maybe the load is too high and some connections are "timed out". You can configure the check delay changing the JMS url inside server.xml and activemq.xml tcp://localhost:61616?useInactivityMonitor=false&wireFormat.maxInactivityDuration=1800000 This could be a way to fix the symptom, maybe it should be fixed an another way. Bye Lorenzo
