Forum Discussion

JoostDG's avatar
JoostDG
Frequent Contributor
6 years ago
Solved

v.2.5.0 external scripts fail "Could not find matching constructor"

Hi,   I have some groovy scripts that work perfectly fine in ReadyAPI v.2.4.0, but after update to 2.5.0 they fail. The scripts can be found in my library just fine, but upon execution I get:  ...
  • JoostDG's avatar
    6 years ago

    Nevermind, found the solution.

     

    Apparently

     

    import org.apache.log4j.Logger

    no longer covers it, it should be:

    import org.apache.logging.log4j.core.Logger

     

    That makes my scripts run again in 2.5.0.