JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-397  -  Improper parsing of JVM args in jppf.jvm.options configuration property
Posted May 22, 2015 - updated Aug 15, 2018
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
    Other
  • Resolution
    RESOLVED
  • Priority
    High
  • Reproducability
    Always
  • Severity
    Critical
  • Targetted for
    icon_milestones.png JPPF 5.0.x
Issue description
When launching a process (driver, OOTB node or slave node) that uses the options specified in the "jppf.jvm.options" configuration property, option values that contain spaces or \ characters are not parse correctly and sometimes prevent the process from launching
Steps to reproduce this issue
  • in a node configuration, set: "jppf.jvm.options = -server -Xmx128m -cp C:\temp\"
  • run the "startNode.bat" script (on Windows)
  • ==> this results in an error "Error: Could not find or load main class empjppf.classloader.delegation"

#3
Comment posted by
 lolo4j
May 26, 10:02
Fixed in: