You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a proxy was added without specifying any fcli modules for which to apply the proxy, a NullPointerException may occur when trying to use the proxy:
java.lang.NullPointerException
at com.fortify.cli.common.http.proxy.helper.ProxyDescriptor.matchesModule(ProxyDescriptor.java:54)
at com.fortify.cli.common.http.proxy.helper.ProxyDescriptor.matches(ProxyDescriptor.java:46)
at com.fortify.cli.common.http.proxy.helper.ProxyHelper.lambda$configureProxy$0(ProxyHelper.java:17)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:176)
at java.base/java.util.stream.SortedOps$RefSortingSink.end(SortedOps.java:400)
at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:258)
at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:258)
at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:503)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:543)
at com.fortify.cli.common.http.proxy.helper.ProxyHelper.configureProxy(ProxyHelper.java:18)
at com.fortify.cli.ssc.token.helper.SSCTokenHelper.configureUnirest(SSCTokenHelper.java:126)
at com.fortify.cli.ssc.token.helper.SSCTokenHelper.createToken(SSCTokenHelper.java:116)
at com.fortify.cli.ssc.token.helper.SSCTokenHelper.lambda$createToken$4(SSCTokenHelper.java:72)
at com.fortify.cli.common.rest.runner.GenericUnirestRunner.run(GenericUnirestRunner.java:40)
at com.fortify.cli.ssc.token.helper.SSCTokenHelper.createToken(SSCTokenHelper.java:72)
at com.fortify.cli.ssc.session.manager.SSCSessionData.generateToken(SSCSessionData.java:99)
at com.fortify.cli.ssc.session.manager.SSCSessionData.<init>(SSCSessionData.java:55)
at com.fortify.cli.ssc.session.cli.cmd.SSCSessionLoginCommand.login(SSCSessionLoginCommand.java:55)
at com.fortify.cli.ssc.session.cli.cmd.SSCSessionLoginCommand.login(SSCSessionLoginCommand.java:40)
at com.fortify.cli.common.session.cli.cmd.AbstractSessionLoginCommand._run(AbstractSessionLoginCommand.java:52)
at com.fortify.cli.common.session.cli.cmd.AbstractSessionCommand.run(AbstractSessionCommand.java:38)
at picocli.CommandLine.executeUserObject(CommandLine.java:2026)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
at picocli.CommandLine.execute(CommandLine.java:2170)
at com.fortify.cli.app.FortifyCLI.execute(FortifyCLI.java:83)
at com.fortify.cli.app.FortifyCLI.main(FortifyCLI.java:62)
The text was updated successfully, but these errors were encountered:
If a proxy was added without specifying any fcli modules for which to apply the proxy, a NullPointerException may occur when trying to use the proxy:
The text was updated successfully, but these errors were encountered: