Skip to content

Fix ptl suite list failing#17873

Closed
wendigo wants to merge 1 commit intotrinodb:masterfrom
wendigo:serafin/fix-pt-suite-list
Closed

Fix ptl suite list failing#17873
wendigo wants to merge 1 commit intotrinodb:masterfrom
wendigo:serafin/fix-pt-suite-list

Conversation

@wendigo
Copy link
Copy Markdown
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