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

Start Launcher without args will cause a NPE #744

Closed
kyo-tom opened this issue Apr 22, 2022 · 0 comments · Fixed by #780
Closed

Start Launcher without args will cause a NPE #744

kyo-tom opened this issue Apr 22, 2022 · 0 comments · Fixed by #780
Labels
bug Something isn't working

Comments

@kyo-tom
Copy link
Contributor

kyo-tom commented Apr 22, 2022

Describe the bug
Start Launcher without args will cause a NPE

To Reproduce
image

Expected behavior
Throw a ClusterDeploymentException instead of NPE

Screenshots

Exception in thread "main" java.lang.NullPointerException
	at java.util.Hashtable.put(Hashtable.java:460)
	at java.util.Properties.setProperty(Properties.java:166)
	at java.lang.System.setProperty(System.java:798)
	at com.dtstack.flinkx.client.Launcher.findDefaultFlinkxDistDir(Launcher.java:190)
	at com.dtstack.flinkx.client.Launcher.findDefaultConfigDir(Launcher.java:130)
	at com.dtstack.flinkx.client.Launcher.main(Launcher.java:66)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant