You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Clebert Suconic (Jira)" <ji...@apache.org> on 2021/03/23 19:15:00 UTC

[jira] [Moved] (ARTEMIS-3204) Resource Limiting on Queues is not working

     [ https://issues.apache.org/jira/browse/ARTEMIS-3204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clebert Suconic moved AMQ-8199 to ARTEMIS-3204:
-----------------------------------------------

         Key: ARTEMIS-3204  (was: AMQ-8199)
    Workflow: jira  (was: classic default workflow)
     Project: ActiveMQ Artemis  (was: ActiveMQ)

> Resource Limiting on Queues is not working
> ------------------------------------------
>
>                 Key: ARTEMIS-3204
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3204
>             Project: ActiveMQ Artemis
>          Issue Type: Task
>            Reporter: Clebert Suconic
>            Priority: Major
>
> there is a NullPointerException when the getQueueCounter is being done:
>  
> 2021-03-23 15:13:01,317 WARN  [org.apache.activemq.artemis.core.server] AMQ222225: Sending unexpected exception to the client: java.lang.NullPointerException
> at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.getQueueCountForUser(ActiveMQServerImpl.java:1750) [artemis-server-2.18.0-SNAPSHOT.jar:2.18.0-SNAPSHOT]
> at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.checkQueueCreationLimit(ActiveMQServerImpl.java:1740) [artemis-server-2.18.0-SNAPSHOT.jar:2.18.0-SNAPSHOT]
> at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.createQueue(ServerSessionImpl.java:737) [artemis-server-2.18.0-SNAPSHOT.jar:2.18.0-SNAPSHOT]
> at org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.slowPacketHandler(ServerSessionPacketHandler.java:377) [artemis-server-2.18.0-SNAPSHOT.jar:2.18.0-SNAPSHOT]
> at org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.onMessagePacket(ServerSessionPacketHandler.java:298) [artemis-server-2.18.0-SNAPSHOT.jar:2.18.0-SNAPSHOT]
> at org.apache.activemq.artemis.utils.actors.Actor.doTask(Actor.java:33) [artemis-commons-2.18.0-SNAPSHOT.jar:2.18.0-SNAPSHOT]
> at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65) [artemis-commons-2.18.0-SNAPSHOT.jar:2.18.0-SNAPSHOT]
> at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42) [artemis-commons-2.18.0-SNAPSHOT.jar:2.18.0-SNAPSHOT]
> at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31) [artemis-commons-2.18.0-SNAPSHOT.jar:2.18.0-SNAPSHOT]
> at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65) [artemis-commons-2.18.0-SNAPSHOT.jar:2.18.0-SNAPSHOT]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_261]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_261]
> at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) [artemis-commons-2.18.0-SNAPSHOT.jar:2.18.0-SNAPSHOT]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)