eelzinga
15 years agoOccasional Contributor
loadUI-cmd doesn't generate report
When i use the next command :
loadUI-cmd.bat -Dloadui.msl.globals.loadFactor=100 -Dsoapui.properties=my.properties -F PDF -L 130:0:0 -l -nofx -p "d:\Repos\msl\msl\app\my-load-project.xml" -r "d:/my_output_dir" -t "myTestCase"
There won't be any output generated (pdf) in the my_output_dir folder.
When i remvoe the -t command it will generate the pdf. Is this only available when running a 'complete' project instead of a testcase?
Also when i add -nofx i would expect not to see the next stacktrace on startup :
Or is the -nofx parameter not related to this stacktrace ?
loadUI-cmd.bat -Dloadui.msl.globals.loadFactor=100 -Dsoapui.properties=my.properties -F PDF -L 130:0:0 -l -nofx -p "d:\Repos\msl\msl\app\my-load-project.xml" -r "d:/my_output_dir" -t "myTestCase"
There won't be any output generated (pdf) in the my_output_dir folder.
When i remvoe the -t command it will generate the pdf. Is this only available when running a 'complete' project instead of a testcase?
Also when i add -nofx i would expect not to see the next stacktrace on startup :
ERROR: Error starting file:/D:/Apps/loadUI-1.0/bundle/loadui-fx-interface-1.0.1.jar (org.osgi.framework.BundleException: Unresolved constraint in bundl
e com.eviware.loadui.fx-interface [25]: Unable to resolve 25.0: missing requirement [25.0] package; (package=com.eviware.loadui.fx) - [25.0] package; (
package=com.eviware.loadui.fx))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.eviware.loadui.fx-interface [25]: Unable to resolve 25.0: missing requirement [
25.0] package; (package=com.eviware.loadui.fx) - [25.0] package; (package=com.eviware.loadui.fx)
at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3421)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1754)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1188)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
at java.lang.Thread.run(Thread.java:619)
Or is the -nofx parameter not related to this stacktrace ?