You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by "Lionel Cons (JIRA)" <ji...@apache.org> on 2013/02/21 07:54:13 UTC

[jira] [Created] (APLO-297) java.lang.IllegalArgumentException in recent snapshot

Lionel Cons created APLO-297:
--------------------------------

             Summary: 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


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira