-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RUN-989: Rundeck 2.0.0 Fails On Launch #453
Comments
if you are using RD_INSECURE_SSL, you can try also setting |
gschueler
changed the title
Rundeck 2.0.0 Fails On Launch
RUN-989: Rundeck 2.0.0 Fails On Launch
Jun 14, 2022
gschueler
added a commit
that referenced
this issue
Jun 15, 2022
…-launch RUN-989: Fix #453 RD_INSECURE_SSL causes npe
That did it! Thanks!
On Tue, Jun 14, 2022 at 10:22 PM Greg Schueler ***@***.***> wrote:
if you are using RD_INSECURE_SSL, you can try also setting
RD_INSECURE_SSL_NO_WARN=true
—
Reply to this email directly, view it on GitHub
<#453 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEHDCC7NM3PXPVCPPMJRAADVPDZ27ANCNFSM5YY4SRYQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Yours,
Niall.
|
This was referenced Jun 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This isn't giving me much to work with, I fear:
$ ./rd
Exception in thread "main" java.lang.NullPointerException
at org.rundeck.client.tool.Main.setup(Main.java:352)
at org.rundeck.client.tool.Main.createRd(Main.java:167)
at org.rundeck.client.tool.Main.main(Main.java:99)
$ java -version
openjdk version "1.8.0_252"
OpenJDK Runtime Environment (Zulu 8.46.0.20-SA-macosx) (build 1.8.0_252-b14)
OpenJDK 64-Bit Server VM (Zulu 8.46.0.20-SA-macosx) (build 25.252-b14, mixed mode)
Running MacOS Monterey 12.3.1 (21E258) on an Intel Macbook Pro 13-inch, 2020, Four Thunderbolt 3 ports), 16GB RAM.
The text was updated successfully, but these errors were encountered: