Forum Discussion

sirood's avatar
sirood
Occasional Contributor
7 years ago

Error log No such property: action for class: com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcRequ

Hi all

 

Since some time I get the following error log when performing a teststep of type JDBC Request:

 

2017-08-31 10:45:22.744:ERROR:groovy.lang.MissingPropertyException: No such property: action for class: com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcRequest Possible solutions: Icon

 

The results of the test step are okay, but after or during the completion phase of the teststep the errorlog is generated. The instance is running under Windows 10. I have upgraded to ReadyAPI 2.1.0 with the same results.

 

On another instance of ReadyAPI running unter Windows Server 2012 R2 the error log is not generated when performing a teststep of type JDBC Request.

 

Is there somebody who can give me I hint to solve this issue.

 

Regards, Simon

 

 

 

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Please show your script & what does it expected to do?
    • sirood's avatar
      sirood
      Occasional Contributor

      Hi

       

      Hi

       

      There is no Groovy script involved:

       

       

      Just a test step. Testconnection is okay. SQL script is okay:

      select
      t.rootrequestid,T.TASK_ID, t.summary,T.ZFR_VENDORTICKETID, T.ZFR_VENDORSTATUS, T.ZFR_VENDORSTATUSREASON
      from TMS_TASK T
      where t.rootrequestid = '${#TestCase#Incident}'

       

      TestCase properties are okay. All assertions are disabled.

       

       Simon