Does netty http client have limitation on responce body?

Simple jar replacement doesn’t work for me!

Exception in thread “main” java.lang.NoSuchMethodError: com.ning.http.client.providers.netty.NettyConnectionsPool.(IIJIZ)V
at io.gatling.http.ahc.NettyProvider.(HttpProvider.scala:51)
at io.gatling.http.ahc.HttpProvider$.apply(HttpProvider.scala:31)
at io.gatling.http.ahc.HttpClient$.(HttpClient.scala:59)
at io.gatling.http.ahc.HttpClient$.(HttpClient.scala)
at io.gatling.http.config.HttpProtocolBuilder$$anonfun$build$2.apply(HttpProtocolBuilder.scala:115)
at io.gatling.http.config.HttpProtocolBuilder$$anonfun$build$2.apply(HttpProtocolBuilder.scala:101)
at scala.Option.map(Option.scala:145)
at io.gatling.http.config.HttpProtocolBuilder.build(HttpProtocolBuilder.scala:101)
at io.gatling.http.Predef$.httpProtocolBuilder2HttpProtocol(Predef.scala:38)
at BRPDSimulation.(BRPDSimulation.scala:21)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at io.gatling.core.runner.Runner.run(Runner.scala:45)
at io.gatling.app.Gatling$$anonfun$18.apply(Gatling.scala:188)
at io.gatling.app.Gatling$$anonfun$18.apply(Gatling.scala:180)
at scala.Option.getOrElse(Option.scala:120)
at io.gatling.app.Gatling.start(Gatling.scala:180)
at io.gatling.app.Gatling$.fromMap(Gatling.scala:59)
at io.gatling.app.Gatling$.runGatling(Gatling.scala:80)
at io.gatling.app.Gatling$.main(Gatling.scala:54)
at io.gatling.app.Gatling.main(Gatling.scala)

Вівторок, 26 листопада 2013 р. 13:15:28 UTC+2 користувач Stéphane Landelle написав:

Could you try latest Gatling snapshot then? I can help you migrate your simulations.
https://oss.sonatype.org/content/repositories/snapshots/io/gatling/highcharts/gatling-charts-highcharts/2.0.0-SNAPSHOT/

Coud you provide the full debug logs, please?

Finally found that it is not gatling issue.
This response is specific one, and I still didn’t get why. But I have noticed that in case of a lot of assets in database it doesn’t return all of them (but should).
Have tried this with Google Chrome and this response was red, signalling me that it is not correct. It should be some issue with our application how it is generated.
Gatling helped me to find this issue :slight_smile:

I’m still having an Remotely Closed pages with big size, but I’m not sure now who is guilty.
Will do some additional research and if it will be gatling this thread became much bigger then now.

Stephane, thanks for your help!
Sorry for any incovinience.

Вівторок, 26 листопада 2013 р. 16:44:00 UTC+2 користувач Stéphane Landelle написав:

No problem at all.
This part in AHC is quite tricky and I always cross my fingers there isn’t an issue there… :slight_smile: