Code Monkey home page Code Monkey logo

Comments (6)

minhhoangvn avatar minhhoangvn commented on September 16, 2024

Could you please attach any log in JMeter to provide more information about this issue

from jmeter-grpc-request.

Xackuuu avatar Xackuuu commented on September 16, 2024

2021-07-05 10:41:48,501 WARN v.z.b.c.p.ProtocInvoker: Protoc invocation failed with status: 1
2021-07-05 10:41:48,501 WARN v.z.b.c.p.ProtocInvoker: [Protoc log] protoc-jar: protoc version: 3.10.1, detected platform: windows-x86_64 (windows 10/amd64)

2021-07-05 10:41:48,501 WARN v.z.b.c.p.ProtocInvoker: [Protoc log] protoc-jar: embedded: bin/3.10.1/protoc-3.10.1-windows-x86_64.exe

2021-07-05 10:41:48,501 WARN v.z.b.c.p.ProtocInvoker: [Protoc log] protoc-jar: executing: [C:\Users*\AppData\Local\Temp\protocjar74983695931690834\bin\protoc.exe, C:\Users*\Desktop\proto\proto2\openapi.proto, C:\Users*\Desktop\proto\proto2\at-api-front.proto, -IC:\apache-jmeter-5.2.1\bin, -IC:\Users*\AppData\Local\Temp\polyglot-well-known-types6581173088312506459, -IC:\Users*\Desktop\proto\proto2, --descriptor_set_out=C:\Users*\AppData\Local\Temp\descriptor8083492068979646073.pb.bin, --include_imports]

2021-07-05 10:41:48,501 ERROR o.a.j.JMeter: Uncaught exception in thread Thread[AWT-EventQueue-0,6,main]
java.lang.RuntimeException: Unable to resolve service by invoking protoc
at vn.zalopay.benchmark.core.ClientList.listServices(ClientList.java:20) ~[jmeter-grpc-request-1.1.2.jar:?]
at vn.zalopay.benchmark.GRPCSamplerGui.getMethods(GRPCSamplerGui.java:274) ~[jmeter-grpc-request-1.1.2.jar:?]
at vn.zalopay.benchmark.GRPCSamplerGui.access$100(GRPCSamplerGui.java:35) ~[jmeter-grpc-request-1.1.2.jar:?]
at vn.zalopay.benchmark.GRPCSamplerGui$1.actionPerformed(GRPCSamplerGui.java:244) ~[jmeter-grpc-request-1.1.2.jar:?]
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) ~[?:1.8.0_171]
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348) ~[?:1.8.0_171]
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) ~[?:1.8.0_171]
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) ~[?:1.8.0_171]
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) ~[?:1.8.0_171]
at java.awt.Component.processMouseEvent(Component.java:6533) ~[?:1.8.0_171]
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) ~[?:1.8.0_171]
at java.awt.Component.processEvent(Component.java:6298) ~[?:1.8.0_171]
at java.awt.Container.processEvent(Container.java:2238) ~[?:1.8.0_171]
at java.awt.Component.dispatchEventImpl(Component.java:4889) ~[?:1.8.0_171]
at java.awt.Container.dispatchEventImpl(Container.java:2296) ~[?:1.8.0_171]
at java.awt.Component.dispatchEvent(Component.java:4711) ~[?:1.8.0_171]
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4897) ~[?:1.8.0_171]
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4534) ~[?:1.8.0_171]
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4475) ~[?:1.8.0_171]
at java.awt.Container.dispatchEventImpl(Container.java:2282) ~[?:1.8.0_171]
at java.awt.Window.dispatchEventImpl(Window.java:2746) ~[?:1.8.0_171]
at java.awt.Component.dispatchEvent(Component.java:4711) ~[?:1.8.0_171]
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760) ~[?:1.8.0_171]
at java.awt.EventQueue.access$500(EventQueue.java:97) ~[?:1.8.0_171]
at java.awt.EventQueue$3.run(EventQueue.java:709) ~[?:1.8.0_171]
at java.awt.EventQueue$3.run(EventQueue.java:703) ~[?:1.8.0_171]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_171]
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) ~[?:1.8.0_171]
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90) ~[?:1.8.0_171]
at java.awt.EventQueue$4.run(EventQueue.java:733) ~[?:1.8.0_171]
at java.awt.EventQueue$4.run(EventQueue.java:731) ~[?:1.8.0_171]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_171]
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) ~[?:1.8.0_171]
at java.awt.EventQueue.dispatchEvent(EventQueue.java:730) ~[?:1.8.0_171]
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) [?:1.8.0_171]
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) [?:1.8.0_171]
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) [?:1.8.0_171]
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [?:1.8.0_171]
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) [?:1.8.0_171]
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) [?:1.8.0_171]
Caused by: vn.zalopay.benchmark.core.protobuf.ProtocInvoker$ProtocInvocationException: Got exit code [1] from protoc with args [[C:\Users*\Desktop\proto\proto2\openapi.proto, C:\Users*\Desktop\proto\proto2\at-api-front.proto, -IC:\apache-jmeter-5.2.1\bin, -IC:\Users*\AppData\Local\Temp\polyglot-well-known-types6581173088312506459, -IC:\Users*\Desktop\proto\proto2, --descriptor_set_out=C:\Users*\AppData\Local\Temp\descriptor8083492068979646073.pb.bin, --include_imports]]
at vn.zalopay.benchmark.core.protobuf.ProtocInvoker.invokeBinary(ProtocInvoker.java:159) ~[jmeter-grpc-request-1.1.2.jar:?]
at vn.zalopay.benchmark.core.protobuf.ProtocInvoker.invoke(ProtocInvoker.java:104) ~[jmeter-grpc-request-1.1.2.jar:?]
at vn.zalopay.benchmark.core.ClientList.listServices(ClientList.java:18) ~[jmeter-grpc-request-1.1.2.jar:?]
... 39 more

Could you please attach any log in JMeter to provide more information about this issue

from jmeter-grpc-request.

WonderfulGrayWolf avatar WonderfulGrayWolf commented on September 16, 2024

The same problem,help me please

from jmeter-grpc-request.

pcdopc avatar pcdopc commented on September 16, 2024

+1

from jmeter-grpc-request.

huynhminhtan avatar huynhminhtan commented on September 16, 2024

This issue is stale because it has been open for 30 days with no activity.

from jmeter-grpc-request.

huynhminhtan avatar huynhminhtan commented on September 16, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale.

from jmeter-grpc-request.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.