이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Release Notes for HawtIO Diagnostic Console
Release Notes for HawtIO Diagnostic Console Guide
Abstract
Preface 링크 복사링크가 클립보드에 복사되었습니다!
HawtIO provides enterprise monitoring tools for viewing and managing Red Hat HawtIO-enabled applications. It is a web-based console accessed from a browser to monitor and manage a running HawtIO-enabled container. HawtIO is based on the open source HawtIO software (https://hawt.io/). HawtIO Diagnostic Console Guide describes how to manage applications with HawtIO.
The audience for this guide are Apache Camel eco-system developers and administrators. This guide assumes familiarity with Apache Camel and the processing requirements for your organization.
Making open source more inclusive
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upcoming releases. For more details, see our CTO Chris Wright’s message.
Providing feedback on Red Hat build of Apache Camel documentation
To report an error or to improve our documentation, log in to your Red Hat Jira account and submit an issue. If you do not have a Red Hat Jira account, then you will be prompted to create an account.
Procedure
- Click the following link to create ticket
- Enter a brief description of the issue in the Summary.
- Provide a detailed description of the issue or enhancement in the Description. Include a URL to where the issue occurs in the documentation.
- Clicking Submit creates and routes the issue to the appropriate documentation team.
Chapter 1. HawtIO release notes HawtIO 4.2.1 / HawtIO-Online 2.2.1 링크 복사링크가 클립보드에 복사되었습니다!
This Release Note contains important information related to HawtIO Diagnostic Console.
1.1. HawtIO features 링크 복사링크가 클립보드에 복사되었습니다!
The HawtIO Diagnostic Console includes the following main features:
- Runtime management of JVM via JMX, especially that of Camel applications with specialised views
- Visualisation and debugging/tracing of Camel routes
- Simple management and monitoring of application metrics
1.2. Release features 링크 복사링크가 클립보드에 복사되었습니다!
HawtIO Online
This release introduces a new Artemis plugin for HawtIO Online, purpose-built for managing Red Hat AMQ Broker. The plugin offers a web-based interface to monitor and control Artemis brokers directly from the HawtIO console.
Key features include browsing and managing queues, sending and receiving test messages, inspecting connections and consumers, and performing administrative actions such as pausing, resuming, or purging queues.
The plugin integrates with the latest AMQ Broker capabilities (7.13). The Artemis plugin is a Technology Preview feature.
1.3. Release components 링크 복사링크가 클립보드에 복사되었습니다!
For a complete list of release components included in this release, and for information about the current support status of these components, see the Red Hat build of Apache Camel Component Details Overview.
1.4. HawtIO fixed issues 링크 복사링크가 클립보드에 복사되었습니다!
The following list shows issues that were affecting HawtIO, which have been fixed in Red Hat build of Apache Camel 4.10.
- HAWNG-1155 Hawtio-Online installed via the Operator requires pod update permission
A code change is required in the gateway jolokia-agent to ensure the following use-cases:
-
RBAC is disabled if the user specifies
disabledas the value of the HAWTIO_ONLINE_RBAC_ACL environment variable; - RBAC is enabled by default with the default installed RBAC rules;
- RBAC is enabled with a set of custom rules provided by a file path as the value of the HAWTIO_ONLINE_RBAC_ACL environment variable.
-
RBAC is disabled if the user specifies
1.5. HawtIO known issues 링크 복사링크가 클립보드에 복사되었습니다!
The following issue remains with HawtIO for this release:
HAWNG-1055 Unsatisfied version 1.9.6-redhat-00001 :::
-
Unsatisfied version 1.9.6-redhat-00001 from @hawtio/console-assembly of shared singleton module @hawtio/react (required =file:/tmp/hawtio-4.2.0/react-1.9.6-redhat-00001.tgz). -
Unsatisfied version 1.9.6-redhat-00001 from @hawtio/console-assembly of shared singleton module @hawtio/react (required ^1.9.5). Steps to reproduce:
- https://github.com/jboss-fuse/hawtio-examples/tree/rhbac-4.10
Run the example:
- Spring Boot
- Quarkus
-
HAWNG-1088 Artemix JMX Charts cause HawtIO Online crashes :::
When navigating to Charts in Artemis JMX, it crashes. Sometimes, the first access to the chart works fine, but the second attempt leads to the application’s crash.
HAWNG-1107 [Artemis plugin] Unable to validate user from management. Username: null; SSL certificate subject DN: unavailable :::
When trying to send a message, the following error is displayed:
HAWNG-1108 [hawtio-mirror-4.2.0.redhat-00033] RESOURCE_LEAK :::
hawtio-system/src/main/java/io/hawt/util/Files.java:49:9: leaked_resource: Variable "is" going out of scope leaks the resource it refers to.
Revised on 2025-09-10 07:08:43 UTC