From: Jeff H. <Je...@Je...> - 2022-12-24 17:23:47
|
<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> <p>I am getting an error I can not trace. I'd like to try to compile a pipe and keep the JAVA file, but am failing.</p> <p>The Pipelines Guide and Reference, page 33, says <br> </p> <blockquote> <p>The following options can be used on the pipc command, in addition to the ones specified in the previous chapter for the Pipes Runner: <br> </p> <p><font face="monospace">-gen</font> Generate the NetREXX source file. The pipeline needs a name.</p> <p><font face="monospace">-keep</font> Keep the Java source which is generated from the NetREXX source. <br> </p> <p>Example: <font face="monospace">pipe (testpipe -gen -keep)</font> <br> </p> <p>This will generate the NetREXX source as well as keep the java source.</p> </blockquote> <p>First off, I am assuming, in the Example, that should be <font face="monospace">pipc</font> and be followed by the name of the njp file. But Windows PowerShell does not like any of the combinations I try.</p> <p>Any pointers in getting the JAVA file would be appreciated.</p> <p>-------</p> <p>The error I am getting trying to compile a test pipe -- with a test version of the SPEC stage, is</p> <div style="display:inline-block;white-space:pre;background-color:#012456;font-family:'Cascadia Code',monospace;font-size:10pt;padding:4px;"><span style="color:#D3D7CF;background-color:#012456;">java.lang.NullPointerException at org.netrexx.njpipes.stages.specz.stageExit(specz.java:1198) at org.netrexx.njpipes.pipes.compiler.compile(compiler.java:574) at org.netrexx.njpipes.pipes.compiler.compile(compiler.java:166) at org.netrexx.njpipes.pipes.pipe2nrx.run(pipe2nrx.java:47) at org.netrexx.njpipes.pipes.ThreadPool.run(ThreadPool.java:76) at java.lang.Thread.run(Unknown Source) Exiting due to uncaught Exception null</span></div> <p></p> <p>It is that "specz.java:1198" that I'd like to locate and tie back to my NR source.<br> </p> </body> </html> |