You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by appi03 <ar...@sparta.com> on 2007/10/25 22:08:47 UTC

is this a bug?

I will try to explain it as well as i can.

Producer box( Windows - running a broker - Producer configuration:
persistent messages)
Consumer box(Linux - with durable topics for persistence)

Configuration is attached.

Behavior:

I ran the producer and made my consumer stop in between so that not all the
messages were consumed. Then i ran my consumer again but it wasn't consuming
any messages even though the persistent option was set. Producer had stopped
by now. So i restarted my broker just to see if there was anything there but
same problem persisted. Now I am at the stage where it doesn't matter what
configuration I use for my topics, my ram usage goes up and producer doesn't
produce and consumer doesn't consume messages.

So decided to switch back to queues, which worked fine. Switch back to
topics, I see the same issue.

I also decided to increase my memory size, which didn't work either. let me
attach the log messages so you guys can see what's going on.


Here is the message from the producer window:

response from futureResponse was invalid
        FILE: ..\src\main\activemq\transport\filters\ResponseCorrelator.cpp,
LIN
E: 146
        FILE: ..\src\main\activemq\transport\filters\ResponseCorrelator.cpp,
LIN
E: 153
        FILE:
..\src\main\activemq\connector\openwire\OpenWireFormatNegotiator.c
pp, LINE: 105
        FILE: ..\src\main\activemq\connector\openwire\OpenWireConnector.cpp,
LIN
E: 1454
        FILE: ..\src\main\activemq\connector\openwire\OpenWireConnector.cpp,
LIN
E: 924
        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


Here is my broker log:

2007-10-25 15:56:32,576 [main           ] INFO  BrokerService                 
- ActiveMQ 4.1.1 JMS Message Broker (localhost) is starting
2007-10-25 15:56:32,576 [main           ] INFO  BrokerService                 
- For help or more information please see:
http://incubator.apache.org/activemq/
2007-10-25 15:56:32,654 [JMX connector  ] INFO  ManagementContext             
- JMX consoles can connect to
service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
2007-10-25 15:56:33,154 [main           ] INFO  JDBCPersistenceAdapter        
- Database driver recognized: [apache_derby_embedded_jdbc_driver]
2007-10-25 15:56:33,904 [main           ] INFO  DefaultDatabaseLocker         
- Attempting to acquire the exclusive lock to become the Master broker
2007-10-25 15:56:33,904 [main           ] INFO  DefaultDatabaseLocker         
- Becoming the master on dataSource:
org.apache.derby.jdbc.EmbeddedDataSource@8a2023
2007-10-25 15:56:34,748 [main           ] INFO  JournalPersistenceAdapter     
- Journal Recovery Started from: Active Journal: using 5 x 20.0 Megs at:
C:\ActiveMQ\apache-activemq-4.1.1\apache-activemq-4.1.1\activemq-data\journal
2007-10-25 15:56:34,764 [main           ] INFO  JournalPersistenceAdapter     
- Journal Recovered: 0 message(s) in transactions recovered.
2007-10-25 15:56:34,967 [main           ] INFO  TransportServerThreadSupport  
- Listening for connections at: tcp://PCSHAH:61616
2007-10-25 15:56:34,967 [main           ] INFO  TransportConnector            
- Connector openwire Started
2007-10-25 15:56:35,280 [main           ] INFO  TransportServerThreadSupport  
- Listening for connections at: ssl://PCSHAH:61617
2007-10-25 15:56:35,280 [main           ] INFO  TransportConnector            
- Connector ssl Started
2007-10-25 15:56:35,280 [main           ] INFO  TransportServerThreadSupport  
- Listening for connections at: stomp://PCSHAH:61613
2007-10-25 15:56:35,280 [main           ] INFO  TransportConnector            
- Connector stomp Started
2007-10-25 15:56:35,358 [main           ] INFO  NetworkConnector              
- Network Connector default-nc Started
2007-10-25 15:56:35,358 [main           ] INFO  BrokerService                 
- ActiveMQ JMS Message Broker (localhost, ID:PCSHAH-2327-1193342192311-1:0)
started
2007-10-25 15:56:51,421 [85.37.184:44137] INFO  KahaStore                     
- Kaha Store deleted data directory activemq-data\localhost\tmp_storage



http://www.nabble.com/file/p13415027/activemq.xml activemq.xml 

-- 
View this message in context: http://www.nabble.com/is-this-a-bug--tf4693334s2354.html#a13415027
Sent from the ActiveMQ - User mailing list archive at Nabble.com.