-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got java.lang.RuntimeException: ManagedChannel allocation site, Please Help #12
Comments
this is log in jmeter 2020-10-09 16:32:12,512 INFO v.z.j.g.c.GrpcClientSampler: Created GrpcClientSampler |
Hi @yanwi, please help me check that the request already hit on server or not?
Thanks & BR |
Hi @thoainguyen, So the architecture of my test like this Message received on service a & service b What confused me is because it works on gui but got that message, but when i test on cmd it doesn't work |
For the error above, I think that you force terminated the process by press Ctrl+C on command line, and the gRPC connection was interrupted. -> I didn't do this, it happens when I'm test |
2020-10-12 17:24:49,845 ERROR o.a.j.t.JMeterThread: Error while processing sampler: 'GRPC Client Sampler'. this is the log when I run jmeter non gui mode |
Hi, I use your plugin and when I test always got this, I still using gui, when got this error, still can hit another
But when I use cmd, always got this error so I cannot load test
SEVERE: ~
*Channel ManagedChannelImpl{logId=1, target=10.27.2.204:6790} was not shutdown properly!!!*~Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
java.lang.RuntimeException: ManagedChannel allocation site
at io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.(ManagedChannelOrphanWrapper.java:94)
at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:52)
at io.grpc.internal.ManagedChannelOrphanWrapper.(ManagedChannelOrphanWrapper.java:43)
at io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:518)
at vn.zalopay.jmeter.grpc.utils.GrpcUtils.getChannel(GrpcUtils.java:180)
at vn.zalopay.jmeter.grpc.client.GrpcClientSampler.initGrpcClient(GrpcClientSampler.java:56)
at vn.zalopay.jmeter.grpc.client.GrpcClientSampler.sample(GrpcClientSampler.java:69)
at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:630)
at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:558)
at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:489)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:256)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered: