ContributionsMost RecentMost LikesSolutionsNot able to deactivate the license automatically via script in AWS [root@-------]# printf '1\ny\n1' | java -jar /opt/SmartBear/ready-api-license-manager-1.2.2.jar -x Please select the tool for which you want to deactivate the license: SoapUI NG LoadUI NG Secure ServiceV VirtServer Ready! API TestServer Deactivation of license: SoapUI NG: [2018-03-13 00:00:00] RAFU-1Y-SBN-NL - SO00043-1 [4] License will be removed from computer on deactivation. Are you sure you want to deactivate this license? [y/N]: ERROR: No line found Please find the attached logs and need help. Special character getting added with request When i sending the parameter value as like 3,6,7 .. it accepting as special character https://******ghtsholders=2%2C3%2C6%2C7 actual value 2,3,4 but sending as 2%2C3%2C6%2C7 How to run the python script in soap ui and get the proper log of python(like debug,warn,info) ?? How to run the python script in soap ui and get the proper log of python(like debug,warn,info) as its in soap ui logs. Example: Test.Py debug("user") error("Failer") println("password") same identification should be in soap ui. Re: Getting Error at JDBC Request : Can't get the Connection for specified properties for MySql connect Hi Rao, The video which you attached, I have tried it before itself but it didn't work out. Please find the attached error screenshot and credentials and jar which i am using. Connecting the DB , Mysql is installed in AWS. Re: Getting Error at JDBC Request : Can't get the Connection for specified properties for MySql connect Hi Rao, When i connection via script its working fine but JDBC request configuration. I am getting incorrect URL. import java.sql.DriverManager Class.forName("com.mysql.jdbc.Driver") def conn = DriverManager.getConnection("jdbc:mysql://jupiter***:3306/jupiter","**","***") def stat = conn.createStatement() def result = stat.executeQuery("select * from **") Even I tried placing the Jar file in ext. it didn't work out. Getting Error at JDBC Request : Can't get the Connection for specified properties for MySql connect Using ReadyAPI 2.1.0 version: Can't get the connection for specified properties; java.sql.SQLException: IncorrectUrl: MySql created at AWS Host: Ju******* port: 3306 user: root pass:*** Database: ju*** I have placed the "mysql-connector-java-5.0.8-bin.jar" jar in bin folder. Bug! exception in phase 'semantic analysis' in source unit?? Facing the problem while using the common library scripting in preference in soap ui pro. Request to provide the solution in Ready API version 2.0.2 Re: BUG! exception in phase 'semantic analysis' in source unit Is there any solution for script9.groovy exeption???? Re: How to parse inline XML, encoded in Base64? Hi, Request you to share the code that encode the xlsx file into base64 format. Thanks, Karthik