erki
12 years agoOccasional Contributor
unable to convert load test to loadui test in soapui
Using free versions of soapui 4.60 and loadui 2.6.2 (running as admin)
I have a loadtest in soapui -> i click "Convert To loadUI" -> save the project (loadUI is already open) -> set all options to <Create New> -> Click OK -> New empty project is created in loadui, nothing else.
PS C:\Windows\system32> cd "C:\Program Files (x86)\SmartBear\soapUI-4.6.0\bin"
PS C:\Program Files (x86)\SmartBear\soapUI-4.6.0\bin> .\soapui.bat
Configuring log4j from [C:\Program Files (x86)\SmartBear\soapUI-4.6.0\bin\soapui-log4j.xml]
11:54:35,055 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Users\erkman\soapui-settings.xml]
11:54:35,729 INFO [WorkspaceImpl] Loading workspace from [C:\Users\erkman\default-soapui-workspace.xml]
.... skipped
11:54:36,364 INFO [SoapUI] Used java version: 1.7.0_15
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:54:54,651 INFO [DefaultSoapUICore] Settings saved to [C:\Users\erkman\soapui-settings.xml]
11:55:09,633 INFO [WsdlProject] Saved project xxxxxxxxxxxxxx - 2560
934 bytes
11:56:24,706 INFO [WsdlProject] Saved project xxxxxxxxxxxxxx - 2560
934 bytes
11:56:30,744 INFO [SoapUI] Connected SoapUI cajo server, but with exception:
java.lang.NullPointerException
at com.eviware.loadui.integration.LoadUIIntegrator.createRunner(LoadUIIntegrator.java:228)
at com.eviware.loadui.integration.LoadUIIntegrator.exportSoapUILoadTestToLoadUI(LoadUIIntegrator.java:313)
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 gnu.cajo.invoke.Remote.invoke(Unknown Source)
at gnu.cajo.invoke.Remote.invoke(Unknown Source)
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.rmi.server.UnicastServerRef.dispatch(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.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)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at gnu.cajo.invoke.Remote_Stub.invoke(Unknown Source)
at gnu.cajo.invoke.Remote.invoke(Unknown Source)
at com.eviware.soapui.integration.impl.CajoClient.invoke(CajoClient.java:59)
at com.eviware.soapui.integration.loadui.IntegrationUtils.exportLoadTestToLoadUI(IntegrationUtils.java:214)
at com.eviware.soapui.impl.wsdl.actions.loadtest.ConvertToLoadUIAction.exportToLoadUI(ConvertToLoadUIAction.java
:132)
at com.eviware.soapui.impl.wsdl.actions.loadtest.ConvertToLoadUIAction.perform(ConvertToLoadUIAction.java:120)
at com.eviware.soapui.impl.wsdl.actions.loadtest.ConvertToLoadUIAction.perform(ConvertToLoadUIAction.java:33)
at com.eviware.soapui.support.action.swing.SwingActionDelegate.actionPerformed(SwingActionDelegate.java:89)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Rest of the stack: http://pastebin.com/UxcPHmV2
I have a loadtest in soapui -> i click "Convert To loadUI" -> save the project (loadUI is already open) -> set all options to <Create New> -> Click OK -> New empty project is created in loadui, nothing else.
PS C:\Windows\system32> cd "C:\Program Files (x86)\SmartBear\soapUI-4.6.0\bin"
PS C:\Program Files (x86)\SmartBear\soapUI-4.6.0\bin> .\soapui.bat
Configuring log4j from [C:\Program Files (x86)\SmartBear\soapUI-4.6.0\bin\soapui-log4j.xml]
11:54:35,055 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Users\erkman\soapui-settings.xml]
11:54:35,729 INFO [WorkspaceImpl] Loading workspace from [C:\Users\erkman\default-soapui-workspace.xml]
.... skipped
11:54:36,364 INFO [SoapUI] Used java version: 1.7.0_15
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:54:54,651 INFO [DefaultSoapUICore] Settings saved to [C:\Users\erkman\soapui-settings.xml]
11:55:09,633 INFO [WsdlProject] Saved project xxxxxxxxxxxxxx - 2560
934 bytes
11:56:24,706 INFO [WsdlProject] Saved project xxxxxxxxxxxxxx - 2560
934 bytes
11:56:30,744 INFO [SoapUI] Connected SoapUI cajo server, but with exception:
java.lang.NullPointerException
at com.eviware.loadui.integration.LoadUIIntegrator.createRunner(LoadUIIntegrator.java:228)
at com.eviware.loadui.integration.LoadUIIntegrator.exportSoapUILoadTestToLoadUI(LoadUIIntegrator.java:313)
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 gnu.cajo.invoke.Remote.invoke(Unknown Source)
at gnu.cajo.invoke.Remote.invoke(Unknown Source)
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.rmi.server.UnicastServerRef.dispatch(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.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)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at gnu.cajo.invoke.Remote_Stub.invoke(Unknown Source)
at gnu.cajo.invoke.Remote.invoke(Unknown Source)
at com.eviware.soapui.integration.impl.CajoClient.invoke(CajoClient.java:59)
at com.eviware.soapui.integration.loadui.IntegrationUtils.exportLoadTestToLoadUI(IntegrationUtils.java:214)
at com.eviware.soapui.impl.wsdl.actions.loadtest.ConvertToLoadUIAction.exportToLoadUI(ConvertToLoadUIAction.java
:132)
at com.eviware.soapui.impl.wsdl.actions.loadtest.ConvertToLoadUIAction.perform(ConvertToLoadUIAction.java:120)
at com.eviware.soapui.impl.wsdl.actions.loadtest.ConvertToLoadUIAction.perform(ConvertToLoadUIAction.java:33)
at com.eviware.soapui.support.action.swing.SwingActionDelegate.actionPerformed(SwingActionDelegate.java:89)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Rest of the stack: http://pastebin.com/UxcPHmV2