Was following <https://docs.pinot.apache.org/opera...
# troubleshooting
e
Was following https://docs.pinot.apache.org/operators/tutorials/configuring-tls-ssl#http-https-multi-ingress-secure-egress , but getting the error
Copy code
> pinot-admin.sh StartController -zkAddress localhost:2181 -controllerPort 9000 -controllerProtocol https
[0.002s][warning][gc] -Xloggc is deprecated. Will use -Xlog:gc:gc-pinot-controller.log instead.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/Users/teaugene/pinot/pinot-tools/target/pinot-tools-pkg/lib/groovy-all-2.4.21.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2022/09/08 13:54:17.253 ERROR [PinotAdministrator] [main] Exception caught: 
picocli.CommandLine$UnmatchedArgumentException: Unknown options: '-controllerProtocol', 'https'
        at picocli.CommandLine$Interpreter.validateConstraints(CommandLine.java:13143) ~[picocli-4.6.1.jar:task ':jar' property 'archiveVersion']
        at picocli.CommandLine$Interpreter.parse(CommandLine.java:13095) ~[picocli-4.6.1.jar:task ':jar' property 'archiveVersion']
        at picocli.CommandLine$Interpreter.processSubcommand(CommandLine.java:13343) ~[picocli-4.6.1.jar:task ':jar' property 'archiveVersion']
        at picocli.CommandLine$Interpreter.processArguments(CommandLine.java:13260) ~[picocli-4.6.1.jar:task ':jar' property 'archiveVersion']
        at picocli.CommandLine$Interpreter.parse(CommandLine.java:13072) ~[picocli-4.6.1.jar:task ':jar' property 'archiveVersion']
        at picocli.CommandLine$Interpreter.parse(CommandLine.java:13041) ~[picocli-4.6.1.jar:task ':jar' property 'archiveVersion']
        at picocli.CommandLine$Interpreter.parse(CommandLine.java:12942) ~[picocli-4.6.1.jar:task ':jar' property 'archiveVersion']
        at picocli.CommandLine.parseArgs(CommandLine.java:1478) ~[picocli-4.6.1.jar:task ':jar' property 'archiveVersion']
        at org.apache.pinot.tools.admin.PinotAdministrator.execute(PinotAdministrator.java:149) [pinot-tools-0.10.10-SNAPSHOT.jar:0.10.10-SNAPSHOT-9e97a5d4cc8ef2c8835825574bece4a7819c975f]
        at org.apache.pinot.tools.admin.PinotAdministrator.main(PinotAdministrator.java:192) [pinot-tools-0.10.10-SNAPSHOT.jar:0.10.10-SNAPSHOT-9e97a5d4cc8ef2c8835825574bece4a7819c975f]