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

Exception when running test case script #58

Closed
avine01 opened this issue Jan 22, 2016 · 2 comments
Closed

Exception when running test case script #58

avine01 opened this issue Jan 22, 2016 · 2 comments
Assignees
Milestone

Comments

@avine01
Copy link

avine01 commented Jan 22, 2016

mqtt-spy-0.4.0-beta-b10-jar-with-dependencies.jar

When attempting to run a test case from within MQTT spy, the following exception occurs:

2016-01-22 10:27:54,168 ERROR [SpyUncaughtExceptionHandler ] - Thread Thread[JavaFX Application Thread,5,main] failed with java.lang.NullPointerExc
eption: Input stream must not be null
java.lang.NullPointerException: Input stream must not be null
at javafx.scene.image.Image.validateInputStream(Unknown Source)
at javafx.scene.image.Image.(Unknown Source)
at pl.baczkowicz.mqttspy.ui.TestCaseExecutionController.getIconForStatus(TestCaseExecutionController.java:250)
at pl.baczkowicz.mqttspy.ui.TestCaseExecutionController$2$1.updateItem(TestCaseExecutionController.java:127)
at pl.baczkowicz.mqttspy.ui.TestCaseExecutionController$2$1.updateItem(TestCaseExecutionController.java:119)
at javafx.scene.control.TableCell.updateItem(Unknown Source)
at javafx.scene.control.TableCell.layoutChildren(Unknown Source)
at javafx.scene.Parent.layout(Unknown Source)
at javafx.scene.Parent.layout(Unknown Source)
at javafx.scene.Parent.layout(Unknown Source)
at javafx.scene.Parent.layout(Unknown Source)
at javafx.scene.Parent.layout(Unknown Source)
at javafx.scene.Parent.layout(Unknown Source)
at javafx.scene.Parent.layout(Unknown Source)
at javafx.scene.Parent.layout(Unknown Source)
at javafx.scene.Parent.layout(Unknown Source)
at javafx.scene.Parent.layout(Unknown Source)
at javafx.scene.Parent.layout(Unknown Source)
at javafx.scene.Parent.layout(Unknown Source)
at javafx.scene.Parent.layout(Unknown Source)
at javafx.scene.Parent.layout(Unknown Source)
at javafx.scene.Scene.doLayoutPass(Unknown Source)
at javafx.scene.Scene$ScenePulseListener.pulse(Unknown Source)
at com.sun.javafx.tk.Toolkit.lambda$runPulse$30(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.tk.Toolkit.runPulse(Unknown Source)
at com.sun.javafx.tk.Toolkit.firePulse(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$404(Unknown Source)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$148(Unknown Source)
at java.lang.Thread.run(Unknown Source)

@kamilfb kamilfb added the bug label Jan 23, 2016
@kamilfb kamilfb added this to the 0.4.0 milestone Jan 23, 2016
@kamilfb kamilfb self-assigned this Jan 23, 2016
@kamilfb
Copy link
Owner

kamilfb commented Jan 24, 2016

Many thanks for reporting this - should be fixed in 0.4.0 beta build 12. Please check if that's any good now.

@kamilfb
Copy link
Owner

kamilfb commented Jan 31, 2016

Fix released in v0.4.0.

@kamilfb kamilfb closed this as completed Jan 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants