Forum Discussion

gili's avatar
gili
New Contributor
13 years ago

stackOverFlowError on security test

I'm trying to add a new security step (SQL injection).
When running the security test I'm getting:
SecurityTest failed [java.lang.StackOverflowError:java.lang.StackOverflowError], time taken = 0

with the following from the stack trace:

at com.eviware.soapui.model.support.DefaultTestStepProperty.getSchemaType(DefaultTestStepProperty.java:201)
at com.eviware.soapui.impl.wsdl.teststeps.RestTestRequestStep$1.getSchemaType(RestTestRequestStep.java:170)

Can you please check what's wrong?