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

                    Thal And Out Agency railway station See also References External links Navigation menuOfficial Web Site of Pakistan RailwaysArchivedOfficial Web Site of Pakistan Railwayseeexpanding ite

                    Understanding generators in Python2019 Community Moderator ElectionGenerator function not working pythonFor loop not executing two timesGenerators - Printing generated valuesWhy can a python generator only be used once?What exactly do generators do?What does the “yield” keyword do?What does “list comprehension” mean? How does it work and how can I use it?sklearn Kfold acces single fold instead of for loopIs a generator the callable? Which is the generator?Apply Border To Range Of Cells Using OpenpyxlCalling an external command in PythonWhat are metaclasses in Python?What is the difference between @staticmethod and @classmethod?Finding the index of an item given a list containing it in PythonDifference between append vs. extend list methods in PythonHow can I safely create a nested directory in Python?Does Python have a ternary conditional operator?Understanding slice notationUnderstanding Python super() with __init__() methodsDoes Python have a string 'contains' substring method?

                    How can I change the color of pagination dots of UIPageControl?How to change UIPageControl dotsIs there a way to change page indicator dots colorCustomize dot with image of UIPageControl at index 0 of UIPageControlNo visible @interface for 'NSObject<PageControlDelegate>' declares the selector 'pageControlPageDidChange:'How to change the color of pagination dots in UIPageControl with a different color per pagepagecontrol indicator custom image instead of DefaultChanging the colour of UIPageControl dots in MonoTouchpagecontrol selectable page visibility color?Alternative way to load ViewControllers on a UIPageControlHow to set only layer.border-color for UIpage control dots in swiftHow can I develop for iPhone using a Windows development machine?How to change the name of an iOS app?UITableView - change section header coloruipagecontrol indicator(dot)issueCustom UIPageControl dots color not changingchange the interspace between UIPageControl dotsHow to change Status Bar text color in iOSHow can I change image tintColor in iOS and WatchKitUIPageControl dots with larger space in between each dotsHow to change the color of pagination dots in UIPageControl with a different color per page