Skip to content

z/OS Process launcher fails to load #390

Open
@Karthick-Popup

Description

@Karthick-Popup

Hi,

I am trying to test the COBOL-CHECK on z/OS(z/OS USS), but it fails with 'Null Pointer Exception'.

org.openmainframeproject.cobolcheck.features.launcher.LauncherController.runTest
org.openmainframeproject.cobolcheck.workers.CobolTestRunner.run(CobolTestRunner.
org.openmainframeproject.cobolcheck.Main.main(Main.java:24)

...and I see it is commented out in the code (launcher.java)

case ZOS :
Log.debug("Initializer launching z/OS process");
//launcher = new ZOSProcessLauncher(config, "zos");
break;

Can you please guide me on how to proceed?

Thanks.
Karthick.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions