-
Notifications
You must be signed in to change notification settings - Fork 386
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
Cluster information is only available with enabled cluster support Cluster tomcat 8.5.11 #1174
Comments
I've wasted most of my afternoon scouring the web for a solution to this. The closest I've found is this post https://geekflare.com/enable-jmx-tomcat-to-monitor-administer/ demonstrating the JMX setup, but using JConsole instead. The tab still doesn't work for me, but maybe you'll have better luck. In searching this repo for the "Cluster information is only available with enabled cluster support." error message, I found the following under the changelog: Seeing as how a proper setup isn't explained in the Wiki and previous questions here have been deflected, I'm beginning to wonder if it's ever been done. I've yet to find an image or video online displaying the contents of the Cluster tab. I've just resorted to using the status page ( |
When I took over on this project the message use to read cluster not supported with tomcat 5.5. Given many tomcat versions later that message made no sense so it was simply changed to be more generic. I've never setup a cluster myself so I suspect it has never worked except in really early rough days of tomcat psi probe and has never been revisited. If someone can through together a sample application with clustering enabeled that I can have for testing, I'd be more than happy to give this a look and see if support can be provided. That or any help with coding would be greatly appreciated. |
The data for the cluster page is retrieved in ClusterWrapperBean. There the JMX beans used do not match the beans that Tomcat is exposing in latest versions. With some renaming and commenting it is possible to show some information about the cluster. Still I don't know how to get some of the info neither I know the meaning of most of this data. |
Hi Guys,
I followed the instructions for probe installation but the cluster section don't show any information. Only: Cluster information is only available with enabled cluster support.
I have two nodes tomcat 8.5.11
Here is sample for my startup script:
Environment='JAVA_OPTS=-Djava.awt.headless=true -Dcom.sun.management.jmxremote=true -Djava.security.egd=file:/dev/./urandom'
What am I missing ?
Thank you very much!
The text was updated successfully, but these errors were encountered: