You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by raxlee <80...@sohu.com> on 2006/08/11 10:40:51 UTC

Help!Hope somebody point out the question

hi,all

      i use activemq for jms server,but recently the activemq always
shutdown strangely.even when the server is free,no productor and cusumer
connect it

      the follow is the log the activemq server output

      2006-08-10 21:52:07,606 [eckpoint Worker] DEBUG DefaultJDBCAdapter            
- Deleted 0 old message(s).
2006-08-10 21:52:07,606 [eckpoint Worker] DEBUG JDBCPersistenceAdapter        
- Cleanup done.
2006-08-10 21:52:07,606 [eckpoint Worker] DEBUG JournalPersistenceAdapter     
- Checkpoint done.
2006-08-10 21:57:37,602 [eckpoint Worker] DEBUG JournalPersistenceAdapter     
- Checkpoint started.
2006-08-10 21:57:37,605 [eckpoint Worker] DEBUG JDBCPersistenceAdapter        
- Cleaning up old messages.
2006-08-10 21:57:37,605 [eckpoint Worker] DEBUG DefaultJDBCAdapter            
- Executing SQL: DELETE FROM ACTIVEMQ_MSGS WHERE ( EX
PIRATION<>0 AND EXPIRATION<?) OR ID <= ( SELECT
min(ACTIVEMQ_ACKS.LAST_ACKED_ID) FROM ACTIVEMQ_ACKS WHERE
ACTIVEMQ_ACKS.CONTAINER=AC
TIVEMQ_MSGS.CONTAINER)
2006-08-10 21:57:37,608 [eckpoint Worker] DEBUG DefaultJDBCAdapter            
- Deleted 0 old message(s).
2006-08-10 21:57:37,608 [eckpoint Worker] DEBUG JDBCPersistenceAdapter        
- Cleanup done.
2006-08-10 21:57:37,608 [eckpoint Worker] DEBUG JournalPersistenceAdapter     
- Checkpoint done.
2006-08-10 21:59:50,062 [MQ ShutdownHook] INFO  BrokerService                 
- ActiveMQ Message Broker (localhost, ID:unknow-48015
-1155214083906-1:0) is shutting down
2006-08-10 21:59:50,075 [MQ ShutdownHook] DEBUG BrokerService                 
- Caught exception, must be shutting down: java.lang.
IllegalStateException: Shutdown in progress
2006-08-10 21:59:50,238 [Discovery: null] ERROR MulticastDiscoveryAgent       
- failed to process packet: java.net.SocketException:
 Socket closed
2006-08-10 21:59:50,238 [MQ ShutdownHook] INFO  NetworkConnector              
- Network Connector default Stopped
2006-08-10 21:59:51,922 [MQ ShutdownHook] INFO  TransportConnector            
- Connector default Stopped
2006-08-10 21:59:52,136 [MQ ShutdownHook] INFO  VMTransportFactory            
- Shutting down VM connectors for broker: localhost
2006-08-10 21:59:52,137 [eckpoint Worker] DEBUG JournalPersistenceAdapter     
- Checkpoint started.
2006-08-10 21:59:52,140 [eckpoint Worker] DEBUG JournalPersistenceAdapter     
- Checkpoint done.
2006-08-10 21:59:52,140 [MQ ShutdownHook] DEBUG JournalPersistenceAdapter     
- Waking for checkpoint to complete.
2006-08-10 21:59:52,212 [MQ ShutdownHook] INFO  BrokerService                 
- ActiveMQ JMS Message Broker (localhost, ID:unknow-4
8015-1155214083906-1:0) stopped


i want to konw why,or if i hava some problem on using activemq

hope somebody can help me

many thanks
     
-- 
View this message in context: http://www.nabble.com/Help%21Hope-somebody-point-out-the-question-tf2089398.html#a5758763
Sent from the ActiveMQ - User forum at Nabble.com.


Re: Help!Hope somebody point out the question

Posted by James Strachan <ja...@gmail.com>.
I replied to your other thread
http://www.nabble.com/need-hlep-on-using-activemq-tf2089422.html#a5758810

On 8/11/06, raxlee <80...@sohu.com> wrote:
>
> hi,all
>
>       i use activemq for jms server,but recently the activemq always
> shutdown strangely.even when the server is free,no productor and cusumer
> connect it
>
>       the follow is the log the activemq server output
>
>       2006-08-10 21:52:07,606 [eckpoint Worker] DEBUG DefaultJDBCAdapter
> - Deleted 0 old message(s).
> 2006-08-10 21:52:07,606 [eckpoint Worker] DEBUG JDBCPersistenceAdapter
> - Cleanup done.
> 2006-08-10 21:52:07,606 [eckpoint Worker] DEBUG JournalPersistenceAdapter
> - Checkpoint done.
> 2006-08-10 21:57:37,602 [eckpoint Worker] DEBUG JournalPersistenceAdapter
> - Checkpoint started.
> 2006-08-10 21:57:37,605 [eckpoint Worker] DEBUG JDBCPersistenceAdapter
> - Cleaning up old messages.
> 2006-08-10 21:57:37,605 [eckpoint Worker] DEBUG DefaultJDBCAdapter
> - Executing SQL: DELETE FROM ACTIVEMQ_MSGS WHERE ( EX
> PIRATION<>0 AND EXPIRATION<?) OR ID <= ( SELECT
> min(ACTIVEMQ_ACKS.LAST_ACKED_ID) FROM ACTIVEMQ_ACKS WHERE
> ACTIVEMQ_ACKS.CONTAINER=AC
> TIVEMQ_MSGS.CONTAINER)
> 2006-08-10 21:57:37,608 [eckpoint Worker] DEBUG DefaultJDBCAdapter
> - Deleted 0 old message(s).
> 2006-08-10 21:57:37,608 [eckpoint Worker] DEBUG JDBCPersistenceAdapter
> - Cleanup done.
> 2006-08-10 21:57:37,608 [eckpoint Worker] DEBUG JournalPersistenceAdapter
> - Checkpoint done.
> 2006-08-10 21:59:50,062 [MQ ShutdownHook] INFO  BrokerService
> - ActiveMQ Message Broker (localhost, ID:unknow-48015
> -1155214083906-1:0) is shutting down
> 2006-08-10 21:59:50,075 [MQ ShutdownHook] DEBUG BrokerService
> - Caught exception, must be shutting down: java.lang.
> IllegalStateException: Shutdown in progress
> 2006-08-10 21:59:50,238 [Discovery: null] ERROR MulticastDiscoveryAgent
> - failed to process packet: java.net.SocketException:
>  Socket closed
> 2006-08-10 21:59:50,238 [MQ ShutdownHook] INFO  NetworkConnector
> - Network Connector default Stopped
> 2006-08-10 21:59:51,922 [MQ ShutdownHook] INFO  TransportConnector
> - Connector default Stopped
> 2006-08-10 21:59:52,136 [MQ ShutdownHook] INFO  VMTransportFactory
> - Shutting down VM connectors for broker: localhost
> 2006-08-10 21:59:52,137 [eckpoint Worker] DEBUG JournalPersistenceAdapter
> - Checkpoint started.
> 2006-08-10 21:59:52,140 [eckpoint Worker] DEBUG JournalPersistenceAdapter
> - Checkpoint done.
> 2006-08-10 21:59:52,140 [MQ ShutdownHook] DEBUG JournalPersistenceAdapter
> - Waking for checkpoint to complete.
> 2006-08-10 21:59:52,212 [MQ ShutdownHook] INFO  BrokerService
> - ActiveMQ JMS Message Broker (localhost, ID:unknow-4
> 8015-1155214083906-1:0) stopped
>
>
> i want to konw why,or if i hava some problem on using activemq
>
> hope somebody can help me
>
> many thanks
>
> --
> View this message in context: http://www.nabble.com/Help%21Hope-somebody-point-out-the-question-tf2089398.html#a5758763
> Sent from the ActiveMQ - User forum at Nabble.com.
>
>


-- 

James
-------
http://radio.weblogs.com/0112098/