Details
Description
I tried to do a performance testing of AMQ 5.5.1, I generated 1 million of message, when I try to consume it, the AMQ service crashed with below error message, as I googled, this bug has been fixed in 5.4.X(http://apache-geronimo.328035.n3.nabble.com/Problem-starting-geronimo-ActiveMQ-td1563093.html), I'm not sure why I still get this bug.
AMQ is running on /tmp, there're roughly 10G disk space left.
[wcharry@grid03 kahadb]$ ls -sh
total 1.2G
33M db-10.log 33M db-14.log 33M db-18.log 33M db-22.log 33M db-4.log 33M db-8.log 0 lock
33M db-11.log 33M db-15.log 33M db-19.log 33M db-24.log 33M db-5.log 33M db-9.log
33M db-12.log 33M db-16.log 33M db-20.log 33M db-25.log 33M db-6.log 511M db.data
33M db-13.log 33M db-17.log 33M db-21.log 7.4M db-43.log 33M db-7.log 3.2M db.redo
Error Log:
2012-01-04 14:25:24,659 | INFO | Transport failed: java.io.EOFException: Chunk stream does not exist at page: 59068 | org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ Transport: tcp:///165.204.233.33:62756
2012-01-04 14:25:24,660 | INFO | ActiveMQ Message Broker (localhost, ID:peogrid03-39307-1325646129035-0:1) is shutting down | org.apache.activemq.broker.BrokerService | Stopping the broker due to IO exception
2012-01-04 14:25:24,716 | INFO | Connector openwire Stopped | org.apache.activemq.broker.TransportConnector | Stopping the broker due to IO exception
@
Attachments
Issue Links
- duplicates
-
AMQ-2935 java.io.EOFException: Chunk stream does not exist at page on broker start
- Resolved