How to record multi protocol script in jmeterJmeter 2.10, proxyserver.jks errorNull pointer exception in gui of jmeterRunning selenium code with junit and jmeterKerberos authentication issue on jmeterJmeter - getting Exception - while running my suite in a new machineError on opening jmeter scriptJMeter RestAPI - How to send json body as request along with an image(jpeg/jpg) file in JMeterI am not able to generate script using jmeter

Some pads on a PCB are marked in clusters and I can't understand which one is which

Why aren't rockets built with truss structures inside their fuel & oxidizer tanks to increase structural strength?

What is a "soap"?

Running code generated in realtime in JavaScript with eval()

Are there liquid fueled rocket boosters having coaxial fuel/oxidizer tanks?

What should we do with manuals from the 80s?

Setting up a Mathematical Institute of Refereeing?

Is it OK to draw different current from L1 and L2 on NEMA 14-50?

How can I find files in directories listed in a file?

Align rightarrow in table

How would armour (and combat) change if the fighter didn't need to actually wear it?

The more + the + comparative degree

Is Thieves' Cant a language?

Is there a fallacy about "appeal to 'big words'"?

Unconventional examples of mathematical modelling

Locked room poison mystery!

How do I ask for 2-3 days per week remote work in a job interview?

Why aren’t there water shutoff valves for each room?

Can the average speed of a moving body be 0?

Is it possible to know the exact chord from the roman numerals

Output the list of musical notes

List, map function based on a condition

How do I call a 6-digit Australian phone number with a US-based mobile phone?

Weird resistor with dots around it



How to record multi protocol script in jmeter


Jmeter 2.10, proxyserver.jks errorNull pointer exception in gui of jmeterRunning selenium code with junit and jmeterKerberos authentication issue on jmeterJmeter - getting Exception - while running my suite in a new machineError on opening jmeter scriptJMeter RestAPI - How to send json body as request along with an image(jpeg/jpg) file in JMeterI am not able to generate script using jmeter






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















Is there any way to generate script using web socket protocol?



I want do performance testing for one of my project. that project have multi protocols. like web http/html and web socket.
How can i generate the script for web socket protocol.



If i tried to generate script i were got below error



2019-03-27 16:49:24,712 WARN o.a.j.p.h.p.Proxy: [58109] Unable to negotiate SSL transaction, no keystore?
2019-03-27 16:49:24,728 ERROR o.a.j.p.h.p.Proxy: [58109]  Exception when processing sample
java.io.IOException: Unable to negotiate SSL transaction, no keystore?
at org.apache.jmeter.protocol.http.proxy.Proxy.startSSL(Proxy.java:446) ~[ApacheJMeter_http.jar:4.0 r1823414]
at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:194) [ApacheJMeter_http.jar:4.0 r1823414]
2019-03-27 16:49:24,728 WARN o.a.j.p.h.p.Proxy: [58109]  Exception while writing error
java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method) ~[?:1.8.0_191]
at java.net.SocketOutputStream.socketWrite(Unknown Source) ~[?:1.8.0_191]
at java.net.SocketOutputStream.write(Unknown Source) ~[?:1.8.0_191]
at java.io.DataOutputStream.writeBytes(Unknown Source) ~[?:1.8.0_191]
at org.apache.jmeter.protocol.http.proxy.Proxy.writeErrorToClient(Proxy.java:561) [ApacheJMeter_http.jar:4.0 r1823414]
at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:258) [ApacheJMeter_http.jar:4.0 r1823414]
2019-03-27 16:49:24,728 INFO o.a.j.p.h.p.ProxyControl: [58110] Creating entry web.qa.np.1shift.io in D:apache-jmeter-4.0apache-jmeter-4.0binproxyserver.jks
2019-03-27 16:49:25,566 ERROR o.a.j.p.h.p.Proxy: [58110]  Problem with keystore
java.io.IOException: >> keytool error: java.lang.RuntimeException: java.io.IOException: DNSName components must begin with a letter









share|improve this question
































    0















    Is there any way to generate script using web socket protocol?



    I want do performance testing for one of my project. that project have multi protocols. like web http/html and web socket.
    How can i generate the script for web socket protocol.



    If i tried to generate script i were got below error



    2019-03-27 16:49:24,712 WARN o.a.j.p.h.p.Proxy: [58109] Unable to negotiate SSL transaction, no keystore?
    2019-03-27 16:49:24,728 ERROR o.a.j.p.h.p.Proxy: [58109]  Exception when processing sample
    java.io.IOException: Unable to negotiate SSL transaction, no keystore?
    at org.apache.jmeter.protocol.http.proxy.Proxy.startSSL(Proxy.java:446) ~[ApacheJMeter_http.jar:4.0 r1823414]
    at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:194) [ApacheJMeter_http.jar:4.0 r1823414]
    2019-03-27 16:49:24,728 WARN o.a.j.p.h.p.Proxy: [58109]  Exception while writing error
    java.net.SocketException: Software caused connection abort: socket write error
    at java.net.SocketOutputStream.socketWrite0(Native Method) ~[?:1.8.0_191]
    at java.net.SocketOutputStream.socketWrite(Unknown Source) ~[?:1.8.0_191]
    at java.net.SocketOutputStream.write(Unknown Source) ~[?:1.8.0_191]
    at java.io.DataOutputStream.writeBytes(Unknown Source) ~[?:1.8.0_191]
    at org.apache.jmeter.protocol.http.proxy.Proxy.writeErrorToClient(Proxy.java:561) [ApacheJMeter_http.jar:4.0 r1823414]
    at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:258) [ApacheJMeter_http.jar:4.0 r1823414]
    2019-03-27 16:49:24,728 INFO o.a.j.p.h.p.ProxyControl: [58110] Creating entry web.qa.np.1shift.io in D:apache-jmeter-4.0apache-jmeter-4.0binproxyserver.jks
    2019-03-27 16:49:25,566 ERROR o.a.j.p.h.p.Proxy: [58110]  Problem with keystore
    java.io.IOException: >> keytool error: java.lang.RuntimeException: java.io.IOException: DNSName components must begin with a letter









    share|improve this question




























      0












      0








      0








      Is there any way to generate script using web socket protocol?



      I want do performance testing for one of my project. that project have multi protocols. like web http/html and web socket.
      How can i generate the script for web socket protocol.



      If i tried to generate script i were got below error



      2019-03-27 16:49:24,712 WARN o.a.j.p.h.p.Proxy: [58109] Unable to negotiate SSL transaction, no keystore?
      2019-03-27 16:49:24,728 ERROR o.a.j.p.h.p.Proxy: [58109]  Exception when processing sample
      java.io.IOException: Unable to negotiate SSL transaction, no keystore?
      at org.apache.jmeter.protocol.http.proxy.Proxy.startSSL(Proxy.java:446) ~[ApacheJMeter_http.jar:4.0 r1823414]
      at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:194) [ApacheJMeter_http.jar:4.0 r1823414]
      2019-03-27 16:49:24,728 WARN o.a.j.p.h.p.Proxy: [58109]  Exception while writing error
      java.net.SocketException: Software caused connection abort: socket write error
      at java.net.SocketOutputStream.socketWrite0(Native Method) ~[?:1.8.0_191]
      at java.net.SocketOutputStream.socketWrite(Unknown Source) ~[?:1.8.0_191]
      at java.net.SocketOutputStream.write(Unknown Source) ~[?:1.8.0_191]
      at java.io.DataOutputStream.writeBytes(Unknown Source) ~[?:1.8.0_191]
      at org.apache.jmeter.protocol.http.proxy.Proxy.writeErrorToClient(Proxy.java:561) [ApacheJMeter_http.jar:4.0 r1823414]
      at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:258) [ApacheJMeter_http.jar:4.0 r1823414]
      2019-03-27 16:49:24,728 INFO o.a.j.p.h.p.ProxyControl: [58110] Creating entry web.qa.np.1shift.io in D:apache-jmeter-4.0apache-jmeter-4.0binproxyserver.jks
      2019-03-27 16:49:25,566 ERROR o.a.j.p.h.p.Proxy: [58110]  Problem with keystore
      java.io.IOException: >> keytool error: java.lang.RuntimeException: java.io.IOException: DNSName components must begin with a letter









      share|improve this question
















      Is there any way to generate script using web socket protocol?



      I want do performance testing for one of my project. that project have multi protocols. like web http/html and web socket.
      How can i generate the script for web socket protocol.



      If i tried to generate script i were got below error



      2019-03-27 16:49:24,712 WARN o.a.j.p.h.p.Proxy: [58109] Unable to negotiate SSL transaction, no keystore?
      2019-03-27 16:49:24,728 ERROR o.a.j.p.h.p.Proxy: [58109]  Exception when processing sample
      java.io.IOException: Unable to negotiate SSL transaction, no keystore?
      at org.apache.jmeter.protocol.http.proxy.Proxy.startSSL(Proxy.java:446) ~[ApacheJMeter_http.jar:4.0 r1823414]
      at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:194) [ApacheJMeter_http.jar:4.0 r1823414]
      2019-03-27 16:49:24,728 WARN o.a.j.p.h.p.Proxy: [58109]  Exception while writing error
      java.net.SocketException: Software caused connection abort: socket write error
      at java.net.SocketOutputStream.socketWrite0(Native Method) ~[?:1.8.0_191]
      at java.net.SocketOutputStream.socketWrite(Unknown Source) ~[?:1.8.0_191]
      at java.net.SocketOutputStream.write(Unknown Source) ~[?:1.8.0_191]
      at java.io.DataOutputStream.writeBytes(Unknown Source) ~[?:1.8.0_191]
      at org.apache.jmeter.protocol.http.proxy.Proxy.writeErrorToClient(Proxy.java:561) [ApacheJMeter_http.jar:4.0 r1823414]
      at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:258) [ApacheJMeter_http.jar:4.0 r1823414]
      2019-03-27 16:49:24,728 INFO o.a.j.p.h.p.ProxyControl: [58110] Creating entry web.qa.np.1shift.io in D:apache-jmeter-4.0apache-jmeter-4.0binproxyserver.jks
      2019-03-27 16:49:25,566 ERROR o.a.j.p.h.p.Proxy: [58110]  Problem with keystore
      java.io.IOException: >> keytool error: java.lang.RuntimeException: java.io.IOException: DNSName components must begin with a letter






      jmeter jmeter-4.0 jmeter-3.2






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 27 at 11:39









      Googlian

      1,9071 gold badge7 silver badges20 bronze badges




      1,9071 gold badge7 silver badges20 bronze badges










      asked Mar 27 at 11:35









      Krishna MurthyKrishna Murthy

      196 bronze badges




      196 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          0














          As per RFC-1034 domain names must begin with a letter so my expectation is that you're trying to record an IP address or a domain which starts with a digit or something weird.



          There are following workarounds:



          1. Use hosts file in order to give the host you're trying to record an alias which will not be in conflict with the aforementioned RFC-1034

          2. Use JMeter Chrome Extension as an alternative to JMeter's HTTP(S) Test Script Recorder

          In any case I don't think you will be able to record WebSocket protocol, although it is HTTP-based but it's a different beast which cannot be handled by JMeter's HTTP Request samplers, you will have to mimic WebSocket traffic using JMeter WebSocket Samplers by Peter Doornbosch






          share|improve this answer
























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55376232%2fhow-to-record-multi-protocol-script-in-jmeter%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            As per RFC-1034 domain names must begin with a letter so my expectation is that you're trying to record an IP address or a domain which starts with a digit or something weird.



            There are following workarounds:



            1. Use hosts file in order to give the host you're trying to record an alias which will not be in conflict with the aforementioned RFC-1034

            2. Use JMeter Chrome Extension as an alternative to JMeter's HTTP(S) Test Script Recorder

            In any case I don't think you will be able to record WebSocket protocol, although it is HTTP-based but it's a different beast which cannot be handled by JMeter's HTTP Request samplers, you will have to mimic WebSocket traffic using JMeter WebSocket Samplers by Peter Doornbosch






            share|improve this answer





























              0














              As per RFC-1034 domain names must begin with a letter so my expectation is that you're trying to record an IP address or a domain which starts with a digit or something weird.



              There are following workarounds:



              1. Use hosts file in order to give the host you're trying to record an alias which will not be in conflict with the aforementioned RFC-1034

              2. Use JMeter Chrome Extension as an alternative to JMeter's HTTP(S) Test Script Recorder

              In any case I don't think you will be able to record WebSocket protocol, although it is HTTP-based but it's a different beast which cannot be handled by JMeter's HTTP Request samplers, you will have to mimic WebSocket traffic using JMeter WebSocket Samplers by Peter Doornbosch






              share|improve this answer



























                0












                0








                0







                As per RFC-1034 domain names must begin with a letter so my expectation is that you're trying to record an IP address or a domain which starts with a digit or something weird.



                There are following workarounds:



                1. Use hosts file in order to give the host you're trying to record an alias which will not be in conflict with the aforementioned RFC-1034

                2. Use JMeter Chrome Extension as an alternative to JMeter's HTTP(S) Test Script Recorder

                In any case I don't think you will be able to record WebSocket protocol, although it is HTTP-based but it's a different beast which cannot be handled by JMeter's HTTP Request samplers, you will have to mimic WebSocket traffic using JMeter WebSocket Samplers by Peter Doornbosch






                share|improve this answer













                As per RFC-1034 domain names must begin with a letter so my expectation is that you're trying to record an IP address or a domain which starts with a digit or something weird.



                There are following workarounds:



                1. Use hosts file in order to give the host you're trying to record an alias which will not be in conflict with the aforementioned RFC-1034

                2. Use JMeter Chrome Extension as an alternative to JMeter's HTTP(S) Test Script Recorder

                In any case I don't think you will be able to record WebSocket protocol, although it is HTTP-based but it's a different beast which cannot be handled by JMeter's HTTP Request samplers, you will have to mimic WebSocket traffic using JMeter WebSocket Samplers by Peter Doornbosch







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 27 at 11:53









                Dmitri TDmitri T

                81.1k3 gold badges43 silver badges72 bronze badges




                81.1k3 gold badges43 silver badges72 bronze badges





















                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55376232%2fhow-to-record-multi-protocol-script-in-jmeter%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript