Forum Discussion

viraptor's avatar
12 years ago

2.6.7 failing to start

Hi all,
I just tried to give LoadUI a go and downloaded 2.6.7, but I ran into this exception:

13:12:48,675 ERROR [err] java.lang.NullPointerException
/com/eviware/loadui/ui/fx/views/workspace/WorkspaceView.fxml:65
at javafx.fxml.FXMLLoader$ValueElement.processValue(FXMLLoader.java:644)
at javafx.fxml.FXMLLoader$ValueElement.processEndElement(FXMLLoader.java:584)
at javafx.fxml.FXMLLoader.processEndElement(FXMLLoader.java:2430)
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2136)
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2028)
at com.eviware.loadui.ui.fx.util.FXMLUtils.load(FXMLUtils.java:99)
at com.eviware.loadui.ui.fx.util.FXMLUtils.load(FXMLUtils.java:68)
at com.eviware.loadui.ui.fx.util.FXMLUtils.load(FXMLUtils.java:48)
at com.eviware.loadui.ui.fx.util.FXMLUtils.load(FXMLUtils.java:39)
at com.eviware.loadui.ui.fx.views.workspace.WorkspaceView.<init>(WorkspaceView.java:114)
at com.eviware.loadui.ui.fx.views.window.MainWindowView.showWorkspace(MainWindowView.java:264)
at com.eviware.loadui.ui.fx.views.window.MainWindowView.initialize(MainWindowView.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.reflect.misc.Trampoline.invoke(Unknown Source)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.reflect.misc.MethodUtil.invoke(Unknown Source)
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2182)
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2028)
at com.eviware.loadui.ui.fx.util.FXMLUtils.load(FXMLUtils.java:99)
at com.eviware.loadui.ui.fx.util.FXMLUtils.load(FXMLUtils.java:68)
at com.eviware.loadui.ui.fx.util.FXMLUtils.load(FXMLUtils.java:48)
at com.eviware.loadui.ui.fx.util.FXMLUtils.load(FXMLUtils.java:39)
at com.eviware.loadui.ui.fx.views.window.MainWindowView.<init>(MainWindowView.java:91)
at com.eviware.loadui.ui.fx.MainWindow$3.run(MainWindow.java:112)
at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:176)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:176)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication$3$1.run(GtkApplication.java:82)
at java.lang.Thread.run(Unknown Source)

This happens whether I'm using openjdk or sun java. Is that fixable from the client side, or a proper bug?

1 Reply

  • Hi!

    Can you please give some idea on what system you are running on?
    Preferably operating system, distribution (if linux), architecture, version of jvm and the likes.

    LoadUI uses the internally bundled JRE by default if it is still there.
    Could you try removing it and see it it works out better?

    You could probably try installing oracle Java 7 if it still has no effect.

    See the following link (for ubuntu):
    https://help.ubuntu.com/community/Java

    Best regards,
    Mikael