12 years ago
2.5.4 Issue when opening existing load test
Hi,
I have a load ui project linking to multiple soap ui projects. I closed the project, but when I re-opened to make some changes to the load test the project doesn't load. (Displays loading project, then returns to the main dashboard) This has happened with a couple of load tests, on different hosts (XP and Windows 7)
Version: Load UI 2.5.4
Test Case consists of, 1 Fixed Rate Generator, Linking to splitter, distribuiting to some Soap testcase runners
The error log shows:
Is there any way of resolving this so I do not need to re-build the whole test?
Thanks
Mitchell
I have a load ui project linking to multiple soap ui projects. I closed the project, but when I re-opened to make some changes to the load test the project doesn't load. (Displays loading project, then returns to the main dashboard) This has happened with a couple of load tests, on different hosts (XP and Windows 7)
Version: Load UI 2.5.4
Test Case consists of, 1 Fixed Rate Generator, Linking to splitter, distribuiting to some Soap testcase runners
The error log shows:
java.lang.NullPointerException
at com.eviware.loadui.components.soapui.TestCasePropertiesTableModel$PropertiesTableListener.tableChanged(TestCasePropertiesTableModel.java:174)
at javax.swing.table.AbstractTableModel.fireTableChanged(Unknown Source)
at javax.swing.table.AbstractTableModel.fireTableRowsInserted(Unknown Source)
at com.eviware.loadui.api.ui.table.StringToStringTableModel.addRow(StringToStringTableModel.java:125)
at com.eviware.loadui.components.soapui.TestCasePropertiesTableModel.putTestCaseProperties(TestCasePropertiesTableModel.java:55)
at com.eviware.loadui.components.soapui.SoapUISamplerComponent$SoapUITestCaseRunner.setTestCase(SoapUISamplerComponent.java:1012)
at com.eviware.loadui.components.soapui.SoapUISamplerComponent$SoapUITestCaseRunner.reloadTestCase(SoapUISamplerComponent.java:947)
at com.eviware.loadui.components.soapui.SoapUISamplerComponent.<init>(SoapUISamplerComponent.java:265)
at com.eviware.loadui.components.soapui.SoapUIBehaviorProvider.loadBehavior(SoapUIBehaviorProvider.java:38)
at com.eviware.loadui.impl.component.ComponentRegistryImpl.loadBehavior(ComponentRegistryImpl.java:150)
at com.eviware.loadui.impl.model.CanvasItemImpl.loadComponent(CanvasItemImpl.java:329)
at com.eviware.loadui.impl.model.CanvasItemImpl.createComponents(CanvasItemImpl.java:210)
at com.eviware.loadui.impl.model.CanvasItemImpl.init(CanvasItemImpl.java:189)
at com.eviware.loadui.impl.model.ProjectItemImpl.init(ProjectItemImpl.java:179)
at com.eviware.loadui.impl.model.ProjectItemImpl.loadProject(ProjectItemImpl.java:146)
at com.eviware.loadui.impl.model.ProjectRefImpl.loadProject(ProjectRefImpl.java:166)
at com.eviware.loadui.impl.model.ProjectRefImpl.setEnabled(ProjectRefImpl.java:187)
at com.eviware.loadui.ui.fx.views.window.MainWindowView$2$1.call(MainWindowView.java:173)
at com.eviware.loadui.ui.fx.views.window.MainWindowView$2$1.call(MainWindowView.java:166)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1259)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Is there any way of resolving this so I do not need to re-build the whole test?
Thanks
Mitchell