sethuk555
12 years agoOccasional Contributor
Loadui Project Import/Opening Error
I have set up a load ui project invoking a soap ui runner in it.But when the project xml file is exported and trying to import and open in another system it gives the below error.Can someone please provide possible cause for this.Thanks.
Current project file is Property[projectFile=soapuiprojects\Test-SOAPUI-Project-soapui-project.xml]
Initial project file will be set to null
UPDATING PROJECT FILE IN THE SELECTOR BECAUSE PROJECT WAS INIT ED
Updating project file property to soapuiprojects\Test-SOAPUI-Project-soapui-project.xml
Current project file is Property[projectFile=soapuiprojects\Test-SOAPUI-Project-soapui-project.xml]
Initial project file will be set to null
UPDATING PROJECT FILE IN THE SELECTOR BECAUSE PROJECT WAS INIT ED
Updating project file property to soapuiprojects\Test-SOAPUI-Project-soapui-project.xml
Initializing ProjectView
java.lang.reflect.InvocationTargetException
/com/eviware/loadui/ui/fx/views/project/ProjectView.fxml
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2186)
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.project.ProjectView.<init>(ProjectView.java:178)
at com.eviware.loadui.ui.fx.views.window.MainWindowView$2$1$1.run(MainWindowView.java:178)
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.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
at com.sun.glass.ui.win.WinApplication$3$1.run(WinApplication.java:73)
at java.lang.Thread.run(Unknown Source)
Exception in runnable
java.lang.RuntimeException: Unable to load fxml view: bundle://22.0:1/com/eviware/loadui/ui/f ... tView.fxml
at com.eviware.loadui.ui.fx.util.FXMLUtils.load(FXMLUtils.java:103)
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.project.ProjectView.<init>(ProjectView.java:178)
at com.eviware.loadui.ui.fx.views.window.MainWindowView$2$1$1.run(MainWindowView.java:178)
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.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
at com.sun.glass.ui.win.WinApplication$3$1.run(WinApplication.java:73)
at java.lang.Thread.run(Unknown Source)
Caused by: javafx.fxml.LoadException: java.lang.reflect.InvocationTargetException
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2186)
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2028)
at com.eviware.loadui.ui.fx.util.FXMLUtils.load(FXMLUtils.java:99)
... 13 more
Caused by: java.lang.reflect.InvocationTargetException
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)
... 15 more
Caused by: com.google.common.util.concurrent.UncheckedExecutionException: java.util.NoSuchElementException
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263)
at com.google.common.cache.LocalCache.get(LocalCache.java:4000)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4880)
at com.google.common.cache.LocalCache$LocalLoadingCache.apply(LocalCache.java:4898)
at com.google.common.collect.Iterators$8.transform(Iterators.java:860)
at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48)
at com.google.common.collect.Lists.newArrayList(Lists.java:145)
at com.google.common.collect.Lists.newArrayList(Lists.java:125)
at com.eviware.loadui.ui.fx.util.ObservableLists$2.invalidated(ObservableLists.java:158)
at com.eviware.loadui.ui.fx.util.ObservableLists.transform(ObservableLists.java:162)
at com.eviware.loadui.ui.fx.views.canvas.CanvasView.<init>(CanvasView.java:218)
at com.eviware.loadui.ui.fx.views.project.ProjectCanvasView.<init>(ProjectCanvasView.java:56)
at com.eviware.loadui.ui.fx.views.project.ProjectCanvasView.forCanvas(ProjectCanvasView.java:50)
at com.eviware.loadui.ui.fx.views.project.ProjectView.initialize(ProjectView.java:191)
... 25 more
Caused by: java.util.NoSuchElementException
at com.google.common.collect.AbstractIterator.next(AbstractIterator.java:154)
at com.google.common.collect.Iterators.find(Iterators.java:775)
at com.google.common.collect.Iterables.find(Iterables.java:646)
at com.eviware.loadui.ui.fx.views.canvas.CanvasView$3.apply(CanvasView.java:128)
at com.eviware.loadui.ui.fx.views.canvas.CanvasView$3.apply(CanvasView.java:123)
at com.eviware.loadui.ui.fx.util.ObservableLists$1.load(ObservableLists.java:149)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257)
... 40 more
Current project file is Property[projectFile=soapuiprojects\Test-SOAPUI-Project-soapui-project.xml]
Initial project file will be set to null
UPDATING PROJECT FILE IN THE SELECTOR BECAUSE PROJECT WAS INIT ED
Updating project file property to soapuiprojects\Test-SOAPUI-Project-soapui-project.xml
Current project file is Property[projectFile=soapuiprojects\Test-SOAPUI-Project-soapui-project.xml]
Initial project file will be set to null
UPDATING PROJECT FILE IN THE SELECTOR BECAUSE PROJECT WAS INIT ED
Updating project file property to soapuiprojects\Test-SOAPUI-Project-soapui-project.xml
Initializing ProjectView
java.lang.reflect.InvocationTargetException
/com/eviware/loadui/ui/fx/views/project/ProjectView.fxml
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2186)
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.project.ProjectView.<init>(ProjectView.java:178)
at com.eviware.loadui.ui.fx.views.window.MainWindowView$2$1$1.run(MainWindowView.java:178)
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.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
at com.sun.glass.ui.win.WinApplication$3$1.run(WinApplication.java:73)
at java.lang.Thread.run(Unknown Source)
Exception in runnable
java.lang.RuntimeException: Unable to load fxml view: bundle://22.0:1/com/eviware/loadui/ui/f ... tView.fxml
at com.eviware.loadui.ui.fx.util.FXMLUtils.load(FXMLUtils.java:103)
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.project.ProjectView.<init>(ProjectView.java:178)
at com.eviware.loadui.ui.fx.views.window.MainWindowView$2$1$1.run(MainWindowView.java:178)
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.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
at com.sun.glass.ui.win.WinApplication$3$1.run(WinApplication.java:73)
at java.lang.Thread.run(Unknown Source)
Caused by: javafx.fxml.LoadException: java.lang.reflect.InvocationTargetException
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2186)
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2028)
at com.eviware.loadui.ui.fx.util.FXMLUtils.load(FXMLUtils.java:99)
... 13 more
Caused by: java.lang.reflect.InvocationTargetException
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)
... 15 more
Caused by: com.google.common.util.concurrent.UncheckedExecutionException: java.util.NoSuchElementException
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263)
at com.google.common.cache.LocalCache.get(LocalCache.java:4000)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4880)
at com.google.common.cache.LocalCache$LocalLoadingCache.apply(LocalCache.java:4898)
at com.google.common.collect.Iterators$8.transform(Iterators.java:860)
at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48)
at com.google.common.collect.Lists.newArrayList(Lists.java:145)
at com.google.common.collect.Lists.newArrayList(Lists.java:125)
at com.eviware.loadui.ui.fx.util.ObservableLists$2.invalidated(ObservableLists.java:158)
at com.eviware.loadui.ui.fx.util.ObservableLists.transform(ObservableLists.java:162)
at com.eviware.loadui.ui.fx.views.canvas.CanvasView.<init>(CanvasView.java:218)
at com.eviware.loadui.ui.fx.views.project.ProjectCanvasView.<init>(ProjectCanvasView.java:56)
at com.eviware.loadui.ui.fx.views.project.ProjectCanvasView.forCanvas(ProjectCanvasView.java:50)
at com.eviware.loadui.ui.fx.views.project.ProjectView.initialize(ProjectView.java:191)
... 25 more
Caused by: java.util.NoSuchElementException
at com.google.common.collect.AbstractIterator.next(AbstractIterator.java:154)
at com.google.common.collect.Iterators.find(Iterators.java:775)
at com.google.common.collect.Iterables.find(Iterables.java:646)
at com.eviware.loadui.ui.fx.views.canvas.CanvasView$3.apply(CanvasView.java:128)
at com.eviware.loadui.ui.fx.views.canvas.CanvasView$3.apply(CanvasView.java:123)
at com.eviware.loadui.ui.fx.util.ObservableLists$1.load(ObservableLists.java:149)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257)
... 40 more