ContributionsMost RecentMost LikesSolutionsSaving Table Log should included header in outputWhen I click "Save" on the Table Log component, the output file saved does not contain any header information. I think this would be useful to have, otherwise, make it a setting for this component.soapUI Pro 3.6 does not generate report for load testWhen I click on the report button, it goes through the motions of saying "filing report," but a report never pops up. This is for the Linux version of soapUI Pro 3.6.soapUI Pro 3.6.1-SNAPSHOT - opening REST request failsI'm trying to open up a REST request and all I see is a wait wheel spin and then nothing happens. The window doesn't come up. This is not the case with the released soapUI Pro 3.6.Re: Exception throw when trying to run loadUI from local buildThat makes perfect sense. I suppose what tripped me up is that I'm on Ubuntu and there does not seem to be a loadUItest.sh equivalent to the loadUItest.bat.command line invocation of agent issues ERRORThis is how I'm trying to run a loadUI project on an agent, using the command line: ./loadUI-cmd.command -p /home/jdoe/Workspace/loadUI-Projects/my-project.xml -t Main -L 60:0:0 -a 10.32.33.7 -r /home/jdoe/Desktop/loadUI-Reports/ -F PDF This is the error that I'm seeing: 19:26:00,725 ERROR [CommandRunner] An error occured when executing the script groovy.lang.MissingPropertyException: No such property: runners for class: com.eviware.loadui.impl.model.WorkspaceItemImpl at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:49) at org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.getProperty(GetEffectivePojoPropertySite.java:63) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:235) at Script1.run(Script1.groovy:40) at groovy.lang.GroovyShell.evaluate(GroovyShell.java:576) at groovy.lang.GroovyShell.evaluate(GroovyShell.java:614) at groovy.lang.GroovyShell.evaluate(GroovyShell.java:585) at com.eviware.loadui.cmd.CommandRunner$CommandRunnable.run(CommandRunner.java:86) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Stopping Framework... Re: loadUI GUI freezes when running tests on agentsThis seems to happen a lot less with loadUI-1.0.1-SNAPSHOT.Exception throw when trying to run loadUI from local buildcom.sun.deploy.net.JARSigningException: Found unsigned entry in resource: file:lib/loadui-launcher-1.0.1-SNAPSHOT.jar at com.sun.javaws.security.SigningInfo.getCommonCodeSignersForJar(SigningInfo.java:403) at com.sun.javaws.security.SigningInfo.check(SigningInfo.java:275) at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1498) at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1268) at com.sun.javaws.Launcher.prepareResources(Launcher.java:1206) at com.sun.javaws.Launcher.prepareAllResources(Launcher.java:618) at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:326) at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:226) at com.sun.javaws.Launcher.launch(Launcher.java:115) at com.sun.javaws.Main.launchApp(Main.java:412) at com.sun.javaws.Main.continueInSecureThread(Main.java:249) at com.sun.javaws.Main$1.run(Main.java:111) at java.lang.Thread.run(Thread.java:619)loadUI GUI freezes when running tests on agentsIs anyone having issues with the GUI freezing when trying to run distributed load tests?JMeter-like output filesI would like to have output similar to what JMeter produces. In JMeter, each request is collected in the output file. I would like to see: timeStamp elapsed label responseCode responseMessage dataType success bytes URL Latency Basically for every request sent I would like the URL hit and the stats associated with that URL. I posted this in Community Board and was told I could make this feature request here.Re: JMeter-like output filesHi Dain, I don't think this quite does what I want it to do. I have created a soapUI web load test which uses a DataSource. The DataSource is a list of urls. I have a HTTP Request step as well as a DataSource loop step. This test basically hits each url in the DataSource. If I use the Table Log Output component, in conjunction with the soapUI runner component, I do not have visibility into the individual URLs that were hit and their response times. Please let me know if I am mistaken. Thanks, Tim