Skip to content
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

Fix ptl suite list failing #17873

Closed
wants to merge 1 commit into from

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented Jun 13, 2023

It fails with:

[Guice/ErrorInjectingConstructor]: NullPointerException: environmentOptions.jdkDownloadPath is null
  at Zulu20JdkProvider.<init>(Zulu20JdkProvider.java:28)
  while locating Zulu20JdkProvider
  at EnvironmentModule.lambda$configure$2(EnvironmentModule.java:97)
  while locating JdkProvider annotated with @Element(setName=,uniqueId=378, type=MAPBINDER, keyType=String)

Description

Additional context and related issues

Release notes

( ) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

`suite list` fails with:

```
[Guice/ErrorInjectingConstructor]: NullPointerException: environmentOptions.jdkDownloadPath is null
  at Zulu20JdkProvider.<init>(Zulu20JdkProvider.java:28)
  while locating Zulu20JdkProvider
  at EnvironmentModule.lambda$configure$2(EnvironmentModule.java:97)
  while locating JdkProvider annotated with @element(setName=,uniqueId=378, type=MAPBINDER, keyType=String)
```
@cla-bot cla-bot bot added the cla-signed label Jun 13, 2023
@wendigo wendigo closed this Jun 13, 2023
@wendigo wendigo deleted the serafin/fix-pt-suite-list branch June 13, 2023 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants