[
https://issues.apache.org/activemq/browse/AMQCPP-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61373#action_61373
]
Søren Grønbech commented on AMQCPP-313:
---------------------------------------
server_debug.exe!decaf::util::StlMap<int,decaf::lang::Pointer<activemq::commands::Command,decaf::util::concurrent::atomic::AtomicRefCounter>,std::less<int>
>::remove(const int & key) Line 242 C++
server_debug.exe!activemq::transport::failover::FailoverTransportListener::onCommand(const
decaf::lang::Pointer<activemq::commands::Command,decaf::util::concurrent::atomic::AtomicRefCounter>
& command) Line 63 + 0x73 bytes C++
server_debug.exe!activemq::transport::TransportFilter::fire(const
decaf::lang::Pointer<activemq::commands::Command,decaf::util::concurrent::atomic::AtomicRefCounter>
& command) Line 58 + 0x17 bytes C++
server_debug.exe!activemq::wireformat::openwire::OpenWireFormatNegotiator::onCommand(const
decaf::lang::Pointer<activemq::commands::Command,decaf::util::concurrent::atomic::AtomicRefCounter>
& command) Line 175 C++
server_debug.exe!activemq::transport::TransportFilter::fire(const
decaf::lang::Pointer<activemq::commands::Command,decaf::util::concurrent::atomic::AtomicRefCounter>
& command) Line 58 + 0x17 bytes C++
server_debug.exe!activemq::transport::TransportFilter::onCommand(const
decaf::lang::Pointer<activemq::commands::Command,decaf::util::concurrent::atomic::AtomicRefCounter>
& command) Line 37 C++
server_debug.exe!activemq::transport::inactivity::InactivityMonitor::onCommand(const
decaf::lang::Pointer<activemq::commands::Command,decaf::util::concurrent::atomic::AtomicRefCounter>
& command) Line 300 C++
server_debug.exe!activemq::transport::TransportFilter::fire(const
decaf::lang::Pointer<activemq::commands::Command,decaf::util::concurrent::atomic::AtomicRefCounter>
& command) Line 58 + 0x17 bytes C++
server_debug.exe!activemq::transport::TransportFilter::onCommand(const
decaf::lang::Pointer<activemq::commands::Command,decaf::util::concurrent::atomic::AtomicRefCounter>
& command) Line 37 C++
server_debug.exe!activemq::transport::IOTransport::fire(const
decaf::lang::Pointer<activemq::commands::Command,decaf::util::concurrent::atomic::AtomicRefCounter>
& command) Line 92 C++
server_debug.exe!activemq::transport::IOTransport::run() Line 237 C++
server_debug.exe!decaf::lang::ThreadProperties::runCallback(decaf::lang::ThreadProperties
* properties) Line 135 + 0x11 bytes C++
server_debug.exe!`anonymous namespace'::threadWorker(void * arg) Line 206 +
0x9 bytes C++
server_debug.exe!_callthreadstartex() Line 314 + 0xf bytes C
server_debug.exe!_threadstartex(void * ptd) Line 297 C
> many Exceptions at startup when using failover
> ----------------------------------------------
>
> Key: AMQCPP-313
> URL: https://issues.apache.org/activemq/browse/AMQCPP-313
> Project: ActiveMQ C++ Client
> Issue Type: Bug
> Affects Versions: 2.2.4, 2.2.5, 2.2.6, 3.0, 3.0.1, 3.1, 3.1.1, 3.1.2,
> 3.1.3, 3.2.0, 3.2.1, 3.2.2
> Environment: Windows VS 2010, Win7
> Reporter: Søren Grønbech
> Assignee: Timothy Bish
>
> If I configure:
> tcp://myserver.com:61616
> then no problem
> but
> failover:(tcp://myserver.com:61616)?wireFormat.maxInactivityDuration=0&keepAlive=true
>
> then I got a lot of exceptions at start. Everthing seems to work fine, but I
> do get 30-40 exceptions (can see them in output area in VS)
> First-chance exception at 0x758cb727 in myserver_debug.exe: Microsoft C++
> exception: decaf::io::EOFException at memory location 0x0575f710..
> high level is : FailoverTransportListener::onCommand
> do you need more info ?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.