[Mc4j-development] [ mc4j-Bugs-901211 ] IllegalArgumentException
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2004-02-25 20:24:46
|
Bugs item #901211, was opened at 2004-02-20 12:22 Message generated for change (Comment added) made by ghinkl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=901211&group_id=60228 Category: Connections >Group: MC4J 1.2b4 >Status: Pending >Resolution: Fixed Priority: 5 Submitted By: Matthew L Daniel (mdaniel) >Assigned to: Greg Hinkle (ghinkl) Summary: IllegalArgumentException Initial Comment: Whilst trying to connect to JBoss/3.0.7 (yes, I know it's not supported, but I don't think it should throw IAE) using MC4J 1.2 beta 4, Win2K, Sun JVM 1.4.2-b28 ------ java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "/C" at java.net.URLDecoder.decode(URLDecoder.java:168) at java.net.URLDecoder.decode(URLDecoder.java:82) at org.mc4j.console.bean.MBeanNode.setDisplayName(MBeanNode.java:130) at org.mc4j.console.bean.MBeanNode.<init>(MBeanNode.java:123) at org.mc4j.console.connection.ConnectionNode.addMBean(ConnectionNode.java:235) at org.mc4j.console.connection.ConnectionNode.loadConnectionNodeChildren(ConnectionNode.java:190) at org.mc4j.console.connection.ConnectionNode.refresh(ConnectionNode.java:369) at org.mc4j.console.connection.DomainNodes.exposeDomains(DomainNodes.java:56) at org.mc4j.console.connection.DomainNodes.run(DomainNodes.java:47) [catch] at java.lang.Thread.run(Thread.java:534) ---------------------------------------------------------------------- >Comment By: Greg Hinkle (ghinkl) Date: 2004-02-25 15:13 Message: Logged In: YES user_id=773314 Fixed for next release. Won't assume all component names can be properly decoded. (tested for jboss 3.0.8) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=901211&group_id=60228 |