-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Labels
bugSomething isn't workingSomething isn't workinguiIssues related to GUI components, such as toolsUI or TdsMonitor.Issues related to GUI components, such as toolsUI or TdsMonitor.
Description
Versions impacted by the bug
5.9.1
What went wrong?
In my console I tried to start it and got.
c:\tools>java -Xmx1g -jar toolsUI-5.9.1.jar
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.lang.NullPointerException: inStream parameter is null
at java.base/java.util.Objects.requireNonNull(Objects.java:246)
at java.base/java.util.Properties.load(Properties.java:409)
at ucar.nc2.ui.BuildInfo.getToolsUIBuildInfo(BuildInfo.java:34)
at ucar.nc2.ui.ToolsUI.<clinit>(ToolsUI.java:62)
My system is Windows 10 PRO x86-64
And java is
C:\Users\VasilisAnagnostopoul>java -version
openjdk version "24.0.2" 2025-07-15
OpenJDK Runtime Environment Temurin-24.0.2+12 (build 24.0.2+12)
OpenJDK 64-Bit Server VM Temurin-24.0.2+12 (build 24.0.2+12, mixed mode, sharing)
Relevant stack trace
Relevant log messages
No response
If you have an example file that you can share, please attach it to this issue.
If so, may we include it in our test datasets to help ensure the bug does not return once fixed?
Note: the test datasets are publicly accessible without restriction.
Yes
Code of Conduct
- I agree to follow the UCAR/Unidata Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinguiIssues related to GUI components, such as toolsUI or TdsMonitor.Issues related to GUI components, such as toolsUI or TdsMonitor.