-
Bug
-
Resolution: Obsolete
-
Major
-
JBossAS-4.0.5.GA
-
None
-
Glassbox 2.0 Beta
Glassbox 2.0 Beta on JBoss 4.0.5.
When the jmx-console main page is loaded, it stack traces when visiting many of the glassbox MBeans.
ie:
java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "'""
at java.net.URLDecoder.decode(URLDecoder.java:173)
at java.net.URLDecoder.decode(URLDecoder.java:83)
...
Problems occur with MBean names that look like this:
resource0="jdbc:mysql://<server>:3306/<schema_name>",resource1="SHOW FULL COLUMNS FROM `table_name` FROM `schema_name` LIKE '%'",topic=stats
The problem is the '%' character is not being handled correctly by the jmx console. Even though this is a unusual name for an MBean, I think it's legal (This particular MBean name example is coming from some hibernate DDL generation stuff on initialization that glassbox is instrumenting, but this is not important right now).