ContributionsMost RecentMost LikesSolutionsShould the floating license be deactivated if the tests are run in a pod? Hello, I have some tests that are using a soap ui pro license. This tests gets the licenses using ready-api-license-manager-1.3.3.jar. Should the licenses be deactivated at the end of the run if tests are runned into a pod witch it is destroyed at the end? Re: Pipeline fails due to license If I run locally: $ java -jar ready-api-license-manager-1.3.3.jar -s https://login.slm.manage.smartbear.com:443 Please select the tool for which you want to get the floating license: 1. SoapUI Pro 2. LoadUI Pro 3. Secure (if you have an old license) 4. ServiceV Pro 5. VirtServer 6. ReadyAPI Bundle 7. TestEngine 8. swaggerhub 9. swaggerhub2 1 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/D:/test/ready-api-license-manager-1.3.3.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release ERROR: The license is invalid: Failed to get floating license. Reason: Failed to create HTTPS service for floating license server. Pipeline fails due to license Hello, We have a floating license witch is used by our gitlab pipeline and I start getting some error even if our subscription is still valid: Start of the errors: Please select the tool for which you want to get the floating license: 1. SoapUI Pro 2.LoadUI Pro 3.Secure (if you have an old license) 4.ServiceV Pro 5.VirtServer 6.ReadyAPI Bundle 7.TestEngine 8.swaggerhub 8.swaggerhub2 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/opt/soapui-pro/bin/ready-api-license-manager-1.3.3.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Failed to get license. Reason: No license is allocated in floating license server. Continue: DEBUG com.smartbear.ready.license - Default license portal endpoint: https://login.slm.manage.smartbear.com:443 DEBUG com.smartbear.ready.license - Default license API endpoint: https://api.slm.manage.smartbear.com:443 [DefaultSoapUICore] Creating new settings at [/cdaas/build/soapui-settings.xml] [SoapUIExtensionClassLoader] "/opt/soapui-pro/bin/ext/postgresql-9.3-1102.jdbc41.jar" has been added to the classpath. [SoapUIExtensionClassLoader] "/opt/soapui-pro/bin/ext/sqljdbc42.jar" has been added to the classpath. [DefaultSoapUICore] Adding listeners from [/opt/soapui-pro/bin/listeners/demo-listeners.xml] [SoapUIJasperReportManager] The report directory is not specified. The default report directory will be used. [PluginManager] 0 out of 0 plugins have been loaded in 0 ms. [LicenseManagerServiceImpl] Trying to initialize legacy license for ReadyAPI Bundle (formerly ReadyAPIBundle) [LicenseManagerServiceImpl] No legacy license found for ReadyAPI Bundle (formerly ReadyAPIBundle) [LicenseManagerServiceImpl] Trying to initialize legacy license for ReadyAPI Test (formerly SoapUING) [LicenseManagerServiceImpl] No legacy license found for ReadyAPI Test (formerly SoapUING) [LicenseManagerServiceImpl] Trying to initialize legacy license for ReadyAPI Test (formerly SoapUIPro) [LicenseManagerServiceImpl] No legacy license found for ReadyAPI Test (formerly SoapUIPro) [LicenseManagerServiceImpl] Trying to initialize legacy license for ReadyAPI Test (formerly SoapUING) [LicenseManagerServiceImpl] No legacy license found for ReadyAPI Test (formerly SoapUING) [LicenseManagerServiceImpl] Trying to initialize legacy license for ReadyAPI Performance (formerly LoadUI) [LicenseManagerServiceImpl] No legacy license found for ReadyAPI Performance (formerly LoadUI) [LicenseManagerServiceImpl] Trying to initialize legacy license for ReadyAPI Virtualization (formerly ServiceV) [LicenseManagerServiceImpl] No legacy license found for ReadyAPI Virtualization (formerly ServiceV) [license] No license found for ReadyAPI Test. [LicenseManagerServiceImpl] Trying to initialize legacy license for ReadyAPI Test (formerly SoapUING) [LicenseManagerServiceImpl] No legacy license found for ReadyAPI Test (formerly SoapUING) [LicenseManagerServiceImpl] Trying to initialize legacy license for ReadyAPI Test (formerly SoapUIPro) [LicenseManagerServiceImpl] No legacy license found for ReadyAPI Test (formerly SoapUIPro) [license] No license found for ReadyAPI Performance. [LicenseManagerServiceImpl] Trying to initialize legacy license for ReadyAPI Performance (formerly LoadUI) [LicenseManagerServiceImpl] No legacy license found for ReadyAPI Performance (formerly LoadUI) [license] No license found for ReadyAPI Virtualization. [LicenseManagerServiceImpl] Trying to initialize legacy license for ReadyAPI Virtualization (formerly ServiceV) [LicenseManagerServiceImpl] No legacy license found for ReadyAPI Virtualization (formerly ServiceV) [SoapUIProTestCaseRunner] Running ReadyAPI Test in a container requires a floating license. Please point the image to the location of a floating license server. [license] ReadyAPI 3.8.1 shutting down I found a lot of ideas on the internet starting with changing jdk version but no one really works. Has anyone had this problem before? Solved