ContributionsMost RecentMost LikesSolutionshow to change soapui key from one system to other systemHi Every One, I am a soapuipro user.I have licensed version of soapui pro.Now i want to change the licensed key from one system to another system.How can i move the key?Please help me. Thanks in advance.Calling Datasink test step using GroovyHello, Iam trying to run a test case from other test case , which has only datasink test step to insert values in access database tables. Below code is added to teardown script tab to run the datasink step at the end. ----------------------------------------------------------------------------- def project = testRunner.testCase.testSuite.project def runner = project.testSuites['TestReportLog'].testCases['ReportTestResults'].run( null, true ) runner.waitUntilFinished(); but test cases with datasink test step is not being called using groovy code. When I run datasink test step manually, results are being saved into tables correctly. Iam using SoapUI Pro 3.6 version. Could you please help me to get this working? Thanks Chary Chellojihow to display load test results of soap ui in jenkinsjenkins is not able to display the pdf reports that we get in soapui for load tests.How can we configure jenkins such that it displays loadv test results of soap uiChanging Parameterized response in the another requerstHello, Could you please help us with the directions for the below scenario automation, Scenario: We have a test case, comprises of 4 test steps of soap request type. Step 1 Step 2 Step 3 - It accepts 2 inputs. 1 input filed is taking the response of Step 2 as one of the input argument in step 3. Step 4 This flow automation is working fine. but at step 3, I need to change (Ex: adding of dynamic value to one of the data field in the parametrized response) the response coming from step2 before submission of Step 3. We are unable to alter the request since it is coming from step 2. Regards Chary Chellojijava.net.sockettimeoutexceptionHello, We are executing soapUi script and getting java.net.sockettimeoutexception very often. sometimes scripts are running fine. These scripts are running soapUI and not from TestRunner batch file. How can we handle this situation? where can we configure this. Looking forward for your reply.Re: [SoapUIProGroovyScriptEngineFactory] Missing scripts folder [C:\Program Files\evI have resolved this issue. I have verified Script Library path at File->Preferences->soapUIPro. It was pointed to C:\Program Files\eviware\soapUI-Pro-2.5.1\bin\scripts. During upgrade of soapUI, this is not updated. I have changed this and scripts ran successfully.Re: WARN [SoapUIProGroovyScriptEngineFactory] Missing scripts folderI have resolved this issue. I have verified Script Library path at File->Preferences->soapUIPro. It was pointed to C:\Program Files\eviware\soapUI-Pro-2.5.1\bin\scripts. During upgrade of soapUI, this is not updated. I have changed this and scripts ran successfully.[SoapUIProGroovyScriptEngineFactory] Missing scripts folder [C:\Program Files\evHello, I am using soapUI Pro 3.0.1 with Groovy Version: 1.7.0 JVM: 1.6.0_13. I have added one groovy file at C:\Program Files\eviware\soapUI-Pro-3.0.1\bin\scripts location and trying to access methods from soapUI groovy steps. But it is not allowing me to access the methods as this file not getting loaded when soapUI gets launched. Please see soapUI.log file for your reference, 2010-05-24 19:30:07,584 INFO [SoapUI] Added [file:/C:/Program%20Files/eviware/soapUI-Pro-3.0.1/bin/ext/postgresql-8.3-604.jdbc3.jar] to classpath 2010-05-24 19:30:07,584 INFO [SoapUI] Added [file:/C:/Program%20Files/eviware/soapUI-Pro-3.0.1/bin/ext/postgresql-8.3-604.jdbc4.jar] to classpath 2010-05-24 19:30:07,584 INFO [SoapUI] Added [file:/C:/Program%20Files/eviware/soapUI-Pro-3.0.1/bin/ext/sqljdbc.jar] to classpath 2010-05-24 19:30:08,226 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Documents and Settings\chenar\soapui-settings.xml] 2010-05-24 19:30:09,164 WARN [SoapUIProGroovyScriptEngineFactory] Missing scripts folder [C:\Program Files\eviware\soapUI-Pro-2.5.1\bin\scripts] 2010-05-24 19:30:09,180 INFO [DefaultSoapUICore] Adding listeners from [C:\Program Files\eviware\soapUI-Pro-3.0.1\bin\listeners\demo-listeners.xml] if you see above log details, soapUI is trying load files available at C:\Program Files\eviware\soapUI-Pro-2.5.1\bin\scripts. But this directory not existed in my system. It was there before, but I have removed all previous installations. It is hard coded somewhere in the soapUI installation files. Could you please help us on this issue?WARN [SoapUIProGroovyScriptEngineFactory] Missing scripts folderHello, I am using soapUI Pro 3.0.1 with Groovy Version: 1.7.0 JVM: 1.6.0_13. I have added one groovy file at C:\Program Files\eviware\soapUI-Pro-3.0.1\bin\scripts location and trying to access methods from soapUI groovy steps. But it is not allowing me to access the methods as this file not getting loaded when soapUI gets launched. Please see soapUI.log file for your reference, 2010-05-24 19:30:07,584 INFO [SoapUI] Added [file:/C:/Program%20Files/eviware/soapUI-Pro-3.0.1/bin/ext/postgresql-8.3-604.jdbc3.jar] to classpath 2010-05-24 19:30:07,584 INFO [SoapUI] Added [file:/C:/Program%20Files/eviware/soapUI-Pro-3.0.1/bin/ext/postgresql-8.3-604.jdbc4.jar] to classpath 2010-05-24 19:30:07,584 INFO [SoapUI] Added [file:/C:/Program%20Files/eviware/soapUI-Pro-3.0.1/bin/ext/sqljdbc.jar] to classpath 2010-05-24 19:30:08,226 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Documents and Settings\chenar\soapui-settings.xml] 2010-05-24 19:30:09,164 WARN [SoapUIProGroovyScriptEngineFactory] Missing scripts folder [C:\Program Files\eviware\soapUI-Pro-2.5.1\bin\scripts] 2010-05-24 19:30:09,180 INFO [DefaultSoapUICore] Adding listeners from [C:\Program Files\eviware\soapUI-Pro-3.0.1\bin\listeners\demo-listeners.xml] if you see above log details, soapUI is trying load files available at C:\Program Files\eviware\soapUI-Pro-2.5.1\bin\scripts. But this directory not existed in my system. It was there before, but I have removed all previous installations. It is hard coded somewhere in the soapUI installation files. Could you please help us on this issue?ConcurrentModificationException in SoapUIHi, While performing the load testing on SoapUI Mock service(By using an external Java application to generate the load) we are encountering the following exception : java.util.ConcurrentModificationException. We tried to handle concurrency using synchronized blocks (like how we handle in Java) in the Mock Service code, but still getting this exception. When we start the load test, for the initial few seconds (around 30-40 seconds) everything works as expected logging multiple players followed by transferring to/from accounts and also start and ending the games. After this, for few of the requests we are encountering this exception. On the whole, out of all the requests we send from bot server, 0.5% to 1% requests are failing due to this exception. While we are still exploring the solution for this, we wanted to know if you have encountered such issue before and if yes, how did you resolve it. Any inputs from your end would be of great help. Also please let us know if there is a way to explicitly handle concurrency in SoapUI. Here is the stack trace for your reference : 2009-11-19 08:05:22,271 ERROR [errorlog] java.util.ConcurrentModificationException java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:841) at java.util.HashMap$EntryIterator.next(HashMap.java:883) at java.util.HashMap$EntryIterator.next(HashMap.java:881) at java.util.HashMap.putAll(HashMap.java:569) at com.eviware.soapui.impl.wsdl.mock.WsdlMockRunContext.putAll(WsdlMockRunContext.java:196) at com.eviware.soapui.impl.wsdl.mock.WsdlMockResponse.execute(WsdlMockResponse.java:271) at com.eviware.soapui.impl.wsdl.mock.WsdlMockOperation.dispatchRequest(WsdlMockOperation.java:259) at com.eviware.soapui.impl.wsdl.mock.WsdlMockRunner.dispatchPostRequest(WsdlMockRunner.java:307) at com.eviware.soapui.impl.wsdl.mock.WsdlMockRunner.dispatchRequest(WsdlMockRunner.java:391) at com.eviware.soapui.monitor.JettyMockEngine$ServerHandler.handle(JettyMockEngine.java:693) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:535) at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:880) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520) Thanks, Chary