[
https://issues.apache.org/jira/browse/ARTEMIS-4319?focusedWorklogId=866327&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-866327
]
ASF GitHub Bot logged work on ARTEMIS-4319:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jun/23 15:46
Start Date: 19/Jun/23 15:46
Worklog Time Spent: 10m
Work Description: jbertram opened a new pull request, #4512:
URL: https://github.com/apache/activemq-artemis/pull/4512
Also improves the wording of some several related statements.
Issue Time Tracking
-------------------
Worklog Id: (was: 866327)
Remaining Estimate: 0h
Time Spent: 10m
> Mitigate NPE in paging log statement
> ------------------------------------
>
> Key: ARTEMIS-4319
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4319
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> From the user's mailing list:
> {quote}
> ...when we remove the limit, as it was too less for our case, we got null
> pointer exception in logs so we are currently forced to use less page limit.
> Since the error here tries to convert to longValue...
> {noformat}
> [org.apache.activemq.artemis.core.server] AMQ222225: Sending unexpected
> exception to the client java.lang.NullPointerException: Cannot invoke
> "java.lang.Long.longValue()" because "this.pageLimitBytes" is null
> at
> org.apache.activemq.artemis.core.paging.impl.PagingStoreImpl.checkNumberOfPages(PagingStoreImpl.java:324)
> ~[artemis-server-2.28.0.jar:2.28.0]{noformat}{quote}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)