JavaMelody error - Monitoring of sql requests and of jdbc connections in GlassFish v4.12019 Community Moderator ElectionJavaMelody and Springhttps sites monitoring - Javamelody or other onesJavaMelody monitoring page with Content Encoding Error in FirefoxHow to force javamelody monitor jdbc?JavaMelody - Monitoring of sql requests and of jdbc connections in GlassFish v3+JavaMelody integration in tomcat jdbc connection poolJavaMelody - Monitoring Free Disk Space in JSON or XMLRemove donate button on monitoring page of JavaMelodywildfly 10 javamelody jpa monitoringHow to configure JavaMelody to Monitor Jdbc Connections in C3p0 DataSource

Can hydraulic brake levers get hot when brakes overheat?

Force user to remove USB token

Who is our nearest planetary neighbor, on average?

Brexit - No Deal Rejection

Informing my boss about remarks from a nasty colleague

Can elves maintain concentration in a trance?

At what level can a dragon innately cast its spells?

Happy pi day, everyone!

It's a yearly task, alright

Where is the 1/8 CR apprentice in Volo's Guide to Monsters?

What options are left, if Britain cannot decide?

Can anyone tell me why this program fails?

Life insurance that covers only simultaneous/dual deaths

Why doesn't the EU now just force the UK to choose between referendum and no-deal?

Make a transparent 448*448 image

PTIJ: Who should pay for Uber rides: the child or the parent?

How to generate globally unique ids for different tables of the same database?

Does splitting a potentially monolithic application into several smaller ones help prevent bugs?

How to write cleanly even if my character uses expletive language?

Why do passenger jet manufacturers design their planes with stall prevention systems?

Calculus II Professor will not accept my correct integral evaluation that uses a different method, should I bring this up further?

What has been your most complicated TikZ drawing?

The use of "touch" and "touch on" in context

Why doesn't using two cd commands in bash script execute the second command?



JavaMelody error - Monitoring of sql requests and of jdbc connections in GlassFish v4.1



2019 Community Moderator ElectionJavaMelody and Springhttps sites monitoring - Javamelody or other onesJavaMelody monitoring page with Content Encoding Error in FirefoxHow to force javamelody monitor jdbc?JavaMelody - Monitoring of sql requests and of jdbc connections in GlassFish v3+JavaMelody integration in tomcat jdbc connection poolJavaMelody - Monitoring Free Disk Space in JSON or XMLRemove donate button on monitoring page of JavaMelodywildfly 10 javamelody jpa monitoringHow to configure JavaMelody to Monitor Jdbc Connections in C3p0 DataSource










0















I want to use JavaMelody to monitor the SQL requested by a Glassfish Application Server. There are step-by-step instructions on https://github.com/javamelody/javamelody/wiki/UserGuideAdvanced#monitoring-of-sql-requests-and-of-jdbc-connections-in-glassfish-v3



I followed the instructions (I didn't download javamelody-objectfactory.jar but used javamelody-core-1.54.0.jar instead) and I get this error when clicking on the refresh button (javamelody web page) :



server.log :



exception while collecting data
java.lang.NoClassDefFoundError: org/jrobin/core/RrdException
at net.bull.javamelody.Collector.getCounterJRobin(Collector.java:836)
at net.bull.javamelody.Collector.collectJRobinValues(Collector.java:489)
...


any idea how to resolve this ?



jrobin-1.5.9.1.jar is installed in the lib folder of glassfish (and in my ear project).



thanks !










share|improve this question


























    0















    I want to use JavaMelody to monitor the SQL requested by a Glassfish Application Server. There are step-by-step instructions on https://github.com/javamelody/javamelody/wiki/UserGuideAdvanced#monitoring-of-sql-requests-and-of-jdbc-connections-in-glassfish-v3



    I followed the instructions (I didn't download javamelody-objectfactory.jar but used javamelody-core-1.54.0.jar instead) and I get this error when clicking on the refresh button (javamelody web page) :



    server.log :



    exception while collecting data
    java.lang.NoClassDefFoundError: org/jrobin/core/RrdException
    at net.bull.javamelody.Collector.getCounterJRobin(Collector.java:836)
    at net.bull.javamelody.Collector.collectJRobinValues(Collector.java:489)
    ...


    any idea how to resolve this ?



    jrobin-1.5.9.1.jar is installed in the lib folder of glassfish (and in my ear project).



    thanks !










    share|improve this question
























      0












      0








      0








      I want to use JavaMelody to monitor the SQL requested by a Glassfish Application Server. There are step-by-step instructions on https://github.com/javamelody/javamelody/wiki/UserGuideAdvanced#monitoring-of-sql-requests-and-of-jdbc-connections-in-glassfish-v3



      I followed the instructions (I didn't download javamelody-objectfactory.jar but used javamelody-core-1.54.0.jar instead) and I get this error when clicking on the refresh button (javamelody web page) :



      server.log :



      exception while collecting data
      java.lang.NoClassDefFoundError: org/jrobin/core/RrdException
      at net.bull.javamelody.Collector.getCounterJRobin(Collector.java:836)
      at net.bull.javamelody.Collector.collectJRobinValues(Collector.java:489)
      ...


      any idea how to resolve this ?



      jrobin-1.5.9.1.jar is installed in the lib folder of glassfish (and in my ear project).



      thanks !










      share|improve this question














      I want to use JavaMelody to monitor the SQL requested by a Glassfish Application Server. There are step-by-step instructions on https://github.com/javamelody/javamelody/wiki/UserGuideAdvanced#monitoring-of-sql-requests-and-of-jdbc-connections-in-glassfish-v3



      I followed the instructions (I didn't download javamelody-objectfactory.jar but used javamelody-core-1.54.0.jar instead) and I get this error when clicking on the refresh button (javamelody web page) :



      server.log :



      exception while collecting data
      java.lang.NoClassDefFoundError: org/jrobin/core/RrdException
      at net.bull.javamelody.Collector.getCounterJRobin(Collector.java:836)
      at net.bull.javamelody.Collector.collectJRobinValues(Collector.java:489)
      ...


      any idea how to resolve this ?



      jrobin-1.5.9.1.jar is installed in the lib folder of glassfish (and in my ear project).



      thanks !







      glassfish-4.1 java-melody






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 7 at 12:34









      macboulemacboule

      1




      1






















          1 Answer
          1






          active

          oldest

          votes


















          0














          javamelody-objectfactory.jar (java source included in the jar) and javamelody-core jar file are absolutely different things. The first is to make the datasource monitorable in Glassfish and the second is the monitoring tool itself.



          First fix the exception. You should probably put javamelody-core jar and jrobin jar files in your ear project (and not one in lib folder of Glassfish and one in ear).



          Then if the monitoring reports don't include SQL monitoring for the datasource declared in Glassfish, use the javamelody-objectfactory.jar including all steps as said in the doc.






          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%2f55043937%2fjavamelody-error-monitoring-of-sql-requests-and-of-jdbc-connections-in-glassfi%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














            javamelody-objectfactory.jar (java source included in the jar) and javamelody-core jar file are absolutely different things. The first is to make the datasource monitorable in Glassfish and the second is the monitoring tool itself.



            First fix the exception. You should probably put javamelody-core jar and jrobin jar files in your ear project (and not one in lib folder of Glassfish and one in ear).



            Then if the monitoring reports don't include SQL monitoring for the datasource declared in Glassfish, use the javamelody-objectfactory.jar including all steps as said in the doc.






            share|improve this answer



























              0














              javamelody-objectfactory.jar (java source included in the jar) and javamelody-core jar file are absolutely different things. The first is to make the datasource monitorable in Glassfish and the second is the monitoring tool itself.



              First fix the exception. You should probably put javamelody-core jar and jrobin jar files in your ear project (and not one in lib folder of Glassfish and one in ear).



              Then if the monitoring reports don't include SQL monitoring for the datasource declared in Glassfish, use the javamelody-objectfactory.jar including all steps as said in the doc.






              share|improve this answer

























                0












                0








                0







                javamelody-objectfactory.jar (java source included in the jar) and javamelody-core jar file are absolutely different things. The first is to make the datasource monitorable in Glassfish and the second is the monitoring tool itself.



                First fix the exception. You should probably put javamelody-core jar and jrobin jar files in your ear project (and not one in lib folder of Glassfish and one in ear).



                Then if the monitoring reports don't include SQL monitoring for the datasource declared in Glassfish, use the javamelody-objectfactory.jar including all steps as said in the doc.






                share|improve this answer













                javamelody-objectfactory.jar (java source included in the jar) and javamelody-core jar file are absolutely different things. The first is to make the datasource monitorable in Glassfish and the second is the monitoring tool itself.



                First fix the exception. You should probably put javamelody-core jar and jrobin jar files in your ear project (and not one in lib folder of Glassfish and one in ear).



                Then if the monitoring reports don't include SQL monitoring for the datasource declared in Glassfish, use the javamelody-objectfactory.jar including all steps as said in the doc.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 8 at 0:19









                evernatevernat

                1,4141214




                1,4141214





























                    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%2f55043937%2fjavamelody-error-monitoring-of-sql-requests-and-of-jdbc-connections-in-glassfi%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

                    Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

                    Identity Server 4 is not redirecting to Angular app after login2019 Community Moderator ElectionIdentity Server 4 and dockerIdentityserver implicit flow unauthorized_clientIdentityServer Hybrid Flow - Access Token is null after user successful loginIdentity Server to MVC client : Page Redirect After loginLogin with Steam OpenId(oidc-client-js)Identity Server 4+.NET Core 2.0 + IdentityIdentityServer4 post-login redirect not working in Edge browserCall to IdentityServer4 generates System.NullReferenceException: Object reference not set to an instance of an objectIdentityServer4 without HTTPS not workingHow to get Authorization code from identity server without login form

                    2005 Ahvaz unrest Contents Background Causes Casualties Aftermath See also References Navigation menue"At Least 10 Are Killed by Bombs in Iran""Iran"Archived"Arab-Iranians in Iran to make April 15 'Day of Fury'"State of Mind, State of Order: Reactions to Ethnic Unrest in the Islamic Republic of Iran.10.1111/j.1754-9469.2008.00028.x"Iran hangs Arab separatists"Iran Overview from ArchivedConstitution of the Islamic Republic of Iran"Tehran puzzled by forged 'riots' letter""Iran and its minorities: Down in the second class""Iran: Handling Of Ahvaz Unrest Could End With Televised Confessions""Bombings Rock Iran Ahead of Election""Five die in Iran ethnic clashes""Iran: Need for restraint as anniversary of unrest in Khuzestan approaches"Archived"Iranian Sunni protesters killed in clashes with security forces"Archived