JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-527  -  Admin console's job data view does not display anything when client pool size is greater than 1
Posted Mar 14, 2018 - updated Mar 21, 2019
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Bug report
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    Management / Monitoring
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Reproducability
    Always
  • Severity
    Normal
  • Targetted for
    icon_milestones.png JPPF 5.1.x
Issue description
When the admin console's configuration specifies a pool size greater than 1 for the client connnections ot the driver(s), the "Job data" view is and remains empty.

This happens in 5.1.x releases, but has been fixed in 5.2.x releases and later.
Steps to reproduce this issue
- Start a local grid with 1 driver and 1 node, along with an admin console, all on the same machine, with the following in the admin console's configuration:
jppf.discovery.enabled = false
jppf.drivers = driver1
driver1.jppf.host = localhost
driver1.jppf.port = 11111
driver1.jppf.pool.size = 10
- in the console, switch to the "Job data" view ==> it is empty (see attached screenshot)

#3
Comment posted by
 lolo4j
Mar 14, 08:26
A file was uploaded.
EmptyJobDataView.png
EmptyJobDataView.pngicon_open_new.png
#4
Comment posted by
 lolo4j
Mar 14, 08:34
Fixed in branch b5.1 revision 4750