Test cases will not run on Load UI

This is the community board for the loadUI Community. Here the members can exchange experiences and help each other improving their loadUI testing.

Test cases will not run on Load UI

Postby sandeepbichkar » 30 Jul 2010 19:11

I downloaded SoapUI and LoadUI recently. I created a soapUI Project and all the testcase work fine on SoapUI. But when I try to run the same on LoadUI, it just hangs. On multiple retries, the Request and Running count goes up. But the Other counters (Samples, Queued, Discarded, Failed) do not change. I cant even abort running the Test Case.

The System logs even do not show any errors.

Anyone else face the issue?
sandeepbichkar
Newbie
Newbie
 
Posts: 4
Joined: 30 Jul 2010 18:42

Re: Test cases will not run on Load UI

Postby eviware support » 30 Jul 2010 21:46

Hi!

hmm.. .are you using the latest nightly build? If not, can you try it? (http://www.eviware.com/nightly-builds/loadui) If that doesn't help, can you share the soapUI Project containing this TestCase?

regards!

/Ole
eviware.com
eviware support
Administrator
Administrator
 
Posts: 3149
Joined: 16 Feb 2009 10:53

Re: Test cases will not run on Load UI

Postby sandeepbichkar » 31 Jul 2010 17:29

Yes, I am using the latest install from nightly build.

Another thing I noticed is that when I start Load UI, I get a MalformedURLException. May be that is the reason?

java.net.MalformedURLException: Unknown protocol: socket
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URI.toURL(Unknown Source)
at com.sun.deploy.net.proxy.DeployProxySelector.connectFailed(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at com.sun.javafx.io.http.impl.desktop.DesktopConnection.connect(Unknown Source)
at com.sun.javafx.io.http.impl.HttpTask.tryRun(Unknown Source)
at com.sun.javafx.io.http.impl.HttpTask.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$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
sandeepbichkar
Newbie
Newbie
 
Posts: 4
Joined: 30 Jul 2010 18:42

Re: Test cases will not run on Load UI

Postby eviware support » 31 Jul 2010 17:55

Hi!

I don't think this is the reason.. hm... can you attach or mail us your soapUI project so we can try to run it in loadUI? (mail to support@eviware.com)

regards!

/Ole
eviware.com
eviware support
Administrator
Administrator
 
Posts: 3149
Joined: 16 Feb 2009 10:53

Re: Test cases will not run on Load UI

Postby sandeepbichkar » 31 Jul 2010 17:57

I got this to work. I had to change the proxy server setting for the Java Run Time

1. go to Control Panel -> Java
2. click the Network Settings button
3. Click "Use Proxy server" option and give proxy server details

After restarting LoadUI should work (I had to reopen 2 times after change to get it to work)
sandeepbichkar
Newbie
Newbie
 
Posts: 4
Joined: 30 Jul 2010 18:42

Re: Test cases will not run on Load UI

Postby eviware support » 31 Jul 2010 22:04

Hi!

Thanks for sharing this, we'll try to improve the installer to ask for proxy settings so the javafx download works correctly..

does your TestCase run ok now?

regards!

/Ole
eviware.com
eviware support
Administrator
Administrator
 
Posts: 3149
Joined: 16 Feb 2009 10:53

Re: Test cases will not run on Load UI

Postby sandeepbichkar » 02 Aug 2010 18:04

Yes it does now. Thanks!
sandeepbichkar
Newbie
Newbie
 
Posts: 4
Joined: 30 Jul 2010 18:42

Re: Test cases will not run on Load UI

Postby Beno_Iskratel » 16 Aug 2010 09:07

Hello!

This is what I get in LoadUI (tablelog):
0 [javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target] 1281945716077 Cancelling due to failed test step

When I start (open) project in SoapUI i have to enter username and password, LoadUI doesn't ask me to do the same. Of course project works in SoapUI without problems.

I'm using 1.0-beta2/ 06-Aug-2010 03:27.
Is there anything I can do?

Thanks!

Beno
Beno_Iskratel
soapui pro users
soapui pro users
 
Posts: 31
Joined: 10 Sep 2009 13:01

Re: Test cases will not run on Load UI

Postby eviware support » 16 Aug 2010 09:50

Hi,

hmm.. two things here;
- the PKIX-issue might be solved by the updated JRE used in the latest nightly builds
- the username/password prompt in soapUI; for what is this? A target URL? The project itself?

regards!

/Ole
eviware.com
eviware support
Administrator
Administrator
 
Posts: 3149
Joined: 16 Feb 2009 10:53


Return to loadUI Community Board