JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-448  -  JMXMPServer generates malformed JMX service urls for IPv6 addresses
Posted Apr 24, 2016 - 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
    Rarely
  • Severity
    Normal
  • Targetted for
    icon_milestones.png JPPF 5.1.x
Issue description
From this forum thread. In some cases, the following exception is raised when the JMX srver of a node or driver is istarted:

java.net.MalformedURLException: Address inside [...] must be numeric IPv6 address
  at javax.management.remote.JMXServiceURL.<init>(Unknown Source)
  at org.jppf.management.JMXMPServer.start(JMXMPServer.java:99)
  at org.jppf.server.node.JPPFNode.getJmxServer(JPPFNode.java:460)
  at org.jppf.server.node.JPPFNode.init(JPPFNode.java:287)
  at org.jppf.server.node.JPPFNode.run(JPPFNode.java:133)
  at org.jppf.node.NodeRunner.main(NodeRunner.java:136)
Steps to reproduce this issue
  • set "jppf.management.host = localhost" in the driver config
  • add "localhost ::1" in the hosts file
  • start the driver
==> you will see the stack trace in the driver's log

#7
Comment posted by
 lolo4j
Apr 24, 10:45
Fixed in: