403 forbidden issue
While API Testing, I sometimes see in ReadyAPI 403 Access denied issue comes but when I close and open ReadyAPI, it goes away, has anyone seen this issue before? My APIs are deployed through APIM portal. Is htis related to ReadyAPI and APIM specific issue? Is there any solution to resolve this?34Views0likes1CommentReadyAPI "java.lang.OutOfMemoryError"
I'm running ReadyAPI and I'm new to the application. I keep getting this error running a request from the app. However, when I run a request manually to the actual application, it works fine. I've update the following parameters with no change; -Xms4096m and -Xmx24576m. The actual error is: ERROR: Thu Jan 22 13:36:29 MST 2026: ERROR: java.lang.OutOfMemoryError: UTF16 String size is 1074003966, should be less than 1073741823. Does anyone know how to fix this issue or have a work around?Solved90Views0likes3CommentsAdding custom header to auth profile token call
Hello all, I currently have a test case with many test steps associated. I am trying to setup a new auth profile to test out a new authorization method, but the new authorization requires a custom header. I have tried using an automation script (the button in the auth manager) and it does not seem to be working. How would I go about attaching custom headers to the authorization/token call if it is setup as an auth profile?95Views0likes1CommentSSL Preferences: keystore with multiple certs
Is it possible to add a keystore with multiple certs and the fqdn as an alias to the SSL Preferences under ReadyAPI Preferences. So that when a request is executed is will pick the correct certificate from the keystore based on the fqdn in the request Thank for the response49Views0likes0CommentsData Sink JDBC doesn't register connection properties
Hello! I encountered a problem that my JDBC connection isn't working in Data Sink test step, because I need to use serverTimezone property in the connection string in order to establish connection. I have the connection setup in the database connection editor and it is testing properly there. The connection is also working properly when I am using it in Data Source test step and when I retrieve it with the following groovy script: import com.eviware.soapui.support.GroovyUtilsPro; def jdbcConnectionName = "LocalMySQL-JDBC"; def groovyUtilsPro = new GroovyUtilsPro(context); def connection = groovyUtilsPro.getJdbcConnection(jdbcConnectionName); But as I stated before, it isn't working when I use it in a Data Sink test step. Since I get an error complaining about timezones configuration, I suspect the connection properties aren't properly used in the Data Sink. Even when I try setting the connection manually for a specific data sink instance, the property is ignored AND it's deleted when I reopen the connection configuration. Am I doing something incorrectly? PS: Where to put posts like this?36Views0likes0CommentsFailed to import a definition
Hello everyone, Recently while I'm trying to import an API definition in ReadyAPI, I'm getting "Failed to import a definition" error. But I can see the imported json under specification. After I tried to update definition and I'm getting heap space error, but I set up max heap size as 8GB in vmoptions file. Please suggest possible way to import this successfully. Thanks! Note: File which I'm trying to import is having ~120 endpoints. But this is an issue?69Views0likes0CommentsAMQP - Cannot connect to ActiveMQ with AMQP Plugin
Hi, Im currently testing AMQP integration and I can not connect to my AMQP broker (ActiveMQ). I tried both "anynomous" and with existing credentials, but it always leads to: WARN | Connection attempt from non AMQP v1.0 client. AMQP,0,0,9,1 | org.apache.activemq.transport.amqp.protocol.AmqpConnection | ActiveMQ Transport: tcp:///127.0.0.1:63476@5672 WARN | Transport Connection to: tcp://127.0.0.1:63476 failed | org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ Transport: tcp:///127.0.0.1:63476@5672 org.apache.activemq.transport.amqp.AmqpProtocolException: Connection from client using unsupported AMQP attempted What is the supported AMQP Version of the plugin? RabbidMQ client lib (as it is used in plugin) seems to only support 0.9.1. Or is it a misconfiguration on my side? If indeed its the client lib, is there consideration to support 1.0? Thanks for the help/info. AndreasSolved1.8KViews0likes2Comments