[ 
https://issues.apache.org/jira/browse/ARTEMIS-3858?focusedWorklogId=781691&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-781691
 ]

ASF GitHub Bot logged work on ARTEMIS-3858:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Jun/22 15:03
            Start Date: 15/Jun/22 15:03
    Worklog Time Spent: 10m 
      Work Description: brusdev commented on code in PR #4113:
URL: https://github.com/apache/activemq-artemis/pull/4113#discussion_r898098471


##########
artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/consumers.js:
##########
@@ -204,7 +204,7 @@ var Artemis;
             Artemis.log.debug("navigating to consumer = " + 
artemisConsumer.consumer.session);

Review Comment:
   Should we change the log too?
   ```suggestion
               Artemis.log.debug("navigating to consumer = " + 
artemisConsumer.consumer.sessionID);
   ```





Issue Time Tracking
-------------------

    Worklog Id:     (was: 781691)
    Time Spent: 20m  (was: 10m)

> 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: 20m
>  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)

Reply via email to