We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I have installed whirpool-gui on MAC When I open the app I get this error in Setup:
CLI error: Please install JAVA 8+ (OpenJDK recommended). No valid CLI found. Please reinstall GUI.
In System: Status (Red button) , Config: CLI_API 0.9 could not be resolved
No resolved clicking Reset GUI + CLI configuration, either deleting the app and reinstalling.
In whirpool-gui.log I have these errors: [2023-02-07 21:40:16.258] [info] CLI reloading... [2023-02-07 21:40:16.684] [info] cliService is not configured. [2023-02-07 21:40:16.687] [info] cliService.setCliLocal: true [2023-02-07 21:40:16.703] [info] CLI reloading... [2023-02-07 21:40:41.574] [info] whirlpool-gui is terminating. [2023-02-07 21:41:18.467] [info] CLI reloading... [2023-02-07 21:41:18.899] [info] cliService is not configured. [2023-02-07 21:41:18.903] [info] cliService.setCliLocal: true [2023-02-07 21:41:18.911] [info] CLI reloading... [2023-02-07 21:41:33.928] [info] whirlpool-gui is terminating. [2023-02-07 21:54:17.149] [info] CLI reloading... [2023-02-07 21:54:17.574] [info] cliService is not configured. [2023-02-07 21:54:17.577] [info] cliService.setCliLocal: true [2023-02-07 21:54:17.587] [info] CLI reloading... [2023-02-07 21:54:28.141] [info] cliService.setCliLocal: true [2023-02-07 21:54:28.405] [info] CLI deleting local config... /Users/myname/Library/Application Support/whirlpool-gui/whirlpool-cli-config.properties
I have OpenJDK installed, in Terminal I can see the outputs
% java -version openjdk version "19.0.2" 2023-01-17 OpenJDK Runtime Environment (build 19.0.2+7-44) OpenJDK 64-Bit Server VM (build 19.0.2+7-44, mixed mode, sharing)
% javac -version javac 19.0.2
Thanks for help
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi I have installed whirpool-gui on MAC
When I open the app I get this error in Setup:
CLI error: Please install JAVA 8+ (OpenJDK recommended).
No valid CLI found. Please reinstall GUI.
In System: Status (Red button) , Config: CLI_API 0.9 could not be resolved
No resolved clicking Reset GUI + CLI configuration, either deleting the app and reinstalling.
In whirpool-gui.log I have these errors:
[2023-02-07 21:40:16.258] [info] CLI reloading...
[2023-02-07 21:40:16.684] [info] cliService is not configured.
[2023-02-07 21:40:16.687] [info] cliService.setCliLocal: true
[2023-02-07 21:40:16.703] [info] CLI reloading...
[2023-02-07 21:40:41.574] [info] whirlpool-gui is terminating.
[2023-02-07 21:41:18.467] [info] CLI reloading...
[2023-02-07 21:41:18.899] [info] cliService is not configured.
[2023-02-07 21:41:18.903] [info] cliService.setCliLocal: true
[2023-02-07 21:41:18.911] [info] CLI reloading...
[2023-02-07 21:41:33.928] [info] whirlpool-gui is terminating.
[2023-02-07 21:54:17.149] [info] CLI reloading...
[2023-02-07 21:54:17.574] [info] cliService is not configured.
[2023-02-07 21:54:17.577] [info] cliService.setCliLocal: true
[2023-02-07 21:54:17.587] [info] CLI reloading...
[2023-02-07 21:54:28.141] [info] cliService.setCliLocal: true
[2023-02-07 21:54:28.405] [info] CLI deleting local config... /Users/myname/Library/Application Support/whirlpool-gui/whirlpool-cli-config.properties
I have OpenJDK installed, in Terminal I can see the outputs
% java -version
openjdk version "19.0.2" 2023-01-17
OpenJDK Runtime Environment (build 19.0.2+7-44)
OpenJDK 64-Bit Server VM (build 19.0.2+7-44, mixed mode, sharing)
% javac -version
javac 19.0.2
Thanks for help
The text was updated successfully, but these errors were encountered: