[
https://issues.apache.org/jira/browse/ARTEMIS-3858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17554282#comment-17554282
]
Erwin Dondorp commented on ARTEMIS-3858:
----------------------------------------
the code tried to use a field "session", but the only field available is
"sessionID"
solved by using that field instead
> navigating from session to related consumers/producers gives NPE
> ----------------------------------------------------------------
>
> Key: ARTEMIS-3858
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3858
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 2.22.0
> Reporter: Erwin Dondorp
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> on an Artemis cluster, go to page Sessions.
> then click on the value in either columns "Consumer Count" or "Producer
> Count".
> see the resulting error message "could not invoke list
> sessionsjava.lang.NullPointerException : no mapping for value". the resulting
> consumer/producer table is always empty.
> the browser console shows the error message "Uncaught TypeError:
> $scope.workspace is undefined"
> a PR is added
--
This message was sent by Atlassian Jira
(v8.20.7#820007)