Hiram
I'm testing out ActiveMQ-CPP against the 50 RC2 binary and when I run
our Durable Consumer Integration test I keep getting the error below
returned from the broker. I'm not sure what this means, any clues.
This test works fine on a 4.1.1 broker.
1) test: integration::connector::openwire::OpenwireDurableTest::test (F)
line:
156 ../../../src/test-integration/integration/connector/openwire/OpenwireDurableTest.cpp
assertion failed
- Expression: false
- *** BEGIN SERVER-SIDE STACK TRACE ***
Message: java.io.IOException: Failed to read to journal for: offset =
2374, file = 1, size = -1, type = 0. Reason: java.io.IOException: Could
not locate data file data--1
Cause: 0x31
Exception Class java.lang.RuntimeException
*** END SERVER-SIDE STACK TRACE ***
FILE: ../../../src/main/activemq/connector/openwire/OpenWireConnector.cpp, LINE: 1358
FILE: ../../../src/main/activemq/connector/openwire/OpenWireConnector.cpp, LINE: 1372
FILE: ../../../src/main/activemq/connector/openwire/OpenWireConnector.cpp, LINE: 847
FILE: ../../../src/main/activemq/core/ActiveMQSession.cpp, LINE:
675
FILE: ../../../src/main/activemq/core/ActiveMQProducer.cpp,
LINE: 194
FILE: ../../../src/main/activemq/core/ActiveMQProducer.cpp,
LINE: 149
FILE: ../../../src/main/activemq/core/ActiveMQProducer.cpp,
LINE: 108
FILE: ../../../src/test-integration/integration/TestSupport.cpp,
LINE: 150
On Thu, 2007-10-25 at 12:43 -0400, Hiram Chirino wrote: