Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9FECC1073B for ; Fri, 31 Jan 2014 14:10:14 +0000 (UTC) Received: (qmail 22732 invoked by uid 500); 31 Jan 2014 14:10:12 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 22531 invoked by uid 500); 31 Jan 2014 14:10:11 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 22284 invoked by uid 99); 31 Jan 2014 14:10:10 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jan 2014 14:10:10 +0000 Date: Fri, 31 Jan 2014 14:10:10 +0000 (UTC) From: "Hiram Chirino (JIRA)" To: commits@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (APLO-297) java.lang.IllegalArgumentException in recent snapshot MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/APLO-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiram Chirino resolved APLO-297. -------------------------------- Resolution: Cannot Reproduce Assignee: Hiram Chirino Have not been able to reproduce. > java.lang.IllegalArgumentException in recent snapshot > ----------------------------------------------------- > > Key: APLO-297 > URL: https://issues.apache.org/jira/browse/APLO-297 > Project: ActiveMQ Apollo > Issue Type: Bug > Environment: apollo-99-trunk-20130219.210724-202 > Reporter: Lionel Cons > Assignee: Hiram Chirino > > On a broker running apollo-99-trunk-20130219.210724-202, I saw in the logs: > 2013-02-21 07:18:45,967 | WARN | java.lang.IllegalArgumentException: Flat hash tables cannot contain null elements. | 13cf66e8a56 > 2013-02-21 07:18:45,974 | WARN | stackref=13cf66e8a56 > java.lang.IllegalArgumentException: Flat hash tables cannot contain null elements. > at scala.collection.mutable.FlatHashTable$HashUtils$class.elemHashCode(FlatHashTable.scala:391) > at scala.collection.mutable.HashSet.elemHashCode(HashSet.scala:41) > at scala.collection.mutable.FlatHashTable$class.removeEntry(FlatHashTable.scala:167) > at scala.collection.mutable.HashSet.removeEntry(HashSet.scala:41) > at scala.collection.mutable.HashSet.remove(HashSet.scala:68) > at org.apache.activemq.apollo.broker.store.DelayingStoreSupport$DelayableUOW.release(DelayingStoreSupport.scala:124) > at org.apache.activemq.apollo.broker.Queue$messages$.offer(Queue.scala:749) > at org.apache.activemq.apollo.broker.Queue$messages$.offer(Queue.scala:597) > at org.apache.activemq.apollo.broker.SessionSinkMux.drain_overflow(Sink.scala:438) > at org.apache.activemq.apollo.broker.Session$$anonfun$4.apply$mcV$sp(Sink.scala:498) > at org.fusesource.hawtdispatch.package$$anon$4.run(hawtdispatch.scala:357) > at org.fusesource.hawtdispatch.internal.HawtCustomDispatchSource$1.run(HawtCustomDispatchSource.java:127) > at org.fusesource.hawtdispatch.internal.SerialDispatchQueue.run(SerialDispatchQueue.java:96) > at org.fusesource.hawtdispatch.internal.pool.SimpleThread.run(SimpleThread.java:77) -- This message was sent by Atlassian JIRA (v6.1.5#6160)