Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 31255 invoked from network); 25 Apr 2006 11:49:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Apr 2006 11:49:39 -0000 Received: (qmail 56260 invoked by uid 500); 25 Apr 2006 11:49:12 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 56211 invoked by uid 500); 25 Apr 2006 11:49:11 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 56198 invoked by uid 99); 25 Apr 2006 11:49:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 04:49:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 04:49:10 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DF69C7142BA for ; Tue, 25 Apr 2006 11:47:59 +0000 (GMT) Message-ID: <30444630.1145965679905.JavaMail.jira@brutus> Date: Tue, 25 Apr 2006 11:47:59 +0000 (GMT+00:00) From: "klaus terjung (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Commented: (AMQ-679) ActiveMQ 4 exception with with DB2 In-Reply-To: <1876325180.1144335411373.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ https://issues.apache.org/activemq/browse/AMQ-679?page=comments#action_36070 ] klaus terjung commented on AMQ-679: ----------------------------------- In the RC3 Snapshot I cant*t find the DB2Adapter. (incubator-activemq-4.0-RC3.zip 25.04.2006) > ActiveMQ 4 exception with with DB2 > ------------------------------------ > > Key: AMQ-679 > URL: https://issues.apache.org/activemq/browse/AMQ-679 > Project: ActiveMQ > Type: Bug > Components: Message Store > Versions: 4.0 RC 2 > Environment: IBM Blade JS20 AIX 5.3 > DB2 DataBase 8.2 > Driver 2.5.33 > Configuration: > > > > > > > > Reporter: klaus terjung > Priority: Blocker > Fix For: 4.0 RC3 > > > If start broker i get this message: > WARNING: Database driver NOT recognized: > [ibm_db2_jdbc_universal_driver_architecture]. Will use default JDBC > implementation. > But this seems to be o.k. so far, because after starting the broker, two new > tables (activemq_msgs/acks) get created. > Testing a Consumer to receive Messages > the broker throws this exception: > 2006-04-05 17:13:03,304 [.168.1.52:52134] > INFO Service - Sync error occurred: java.io.IOException: Non-atomic batch failure. The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. > java.io.IOException: Non-atomic batch failure. The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. > at org.apache.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:42) > at org.apache.activemq.store.jdbc.TransactionContext.close(TransactionContext.java:125) > at org.apache.activemq.store.jdbc.JDBCMessageStore.addMessage(JDBCMessageStore.java:73) > at org.apache.activemq.store.memory.MemoryTransactionStore.addMessage(MemoryTransactionStore.java:223) > at org.apache.activemq.store.memory.MemoryTransactionStore$1.addMessage(MemoryTransactionStore.java:116) > at org.apache.activemq.broker.region.Queue.send(Queue.java:246) > at org.apache.activemq.broker.region.AbstractRegion.send(AbstractRegion.java:196) > at org.apache.activemq.broker.region.RegionBroker.send(RegionBroker.java:307) > at org.apache.activemq.broker.TransactionBroker.send(TransactionBroker.java:192) > at org.apache.activemq.broker.BrokerFilter.send(BrokerFilter.java:108) > at org.apache.activemq.broker.CompositeDestinationBroker.send(CompositeDestinationBroker.java:97) > at org.apache.activemq.broker.MutableBrokerFilter.send(MutableBrokerFilter.java:120) > at org.apache.activemq.broker.AbstractConnection.processMessage(AbstractConnection.java:346) > at org.apache.activemq.command.ActiveMQMessage.visit(ActiveMQMessage.java:590) > at org.apache.activemq.broker.AbstractConnection.service(AbstractConnection.java:196) > at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:62) > at org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:88) > at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:70) > at org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:114) > at org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:122) > at org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:87) > at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:136) > at java.lang.Thread.run(Thread.java:570) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira