I am trying to record a simple Http GET call to a service running locally. I’m running the service on port 8002 and Recorder is listening on 8000, proxying to 8002. Requests are returned to my client (RestClient) as expected but the Recorder does not display anything and I get the error below on the shell.
Thanks for any help.
Gregg
#logback.classic pattern: %d{HH:mm:ss.SSS} [%-5level] %logger{15} - %msg%n%rEx
15:11:11.697 [ERROR] c.e.e.g.r.c.ConfigurationHelper - No such field com.excilys.ebi.gatling.recorder.configuration.Configuration.resultTypes
---- Debugging information ----
field : resultTypes
class : com.excilys.ebi.gatling.recorder.configuration.Configuration
required-type : com.excilys.ebi.gatling.recorder.configuration.Configuration
converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
path : /configuration/resultTypes
version : null