[Mc4j-development] [ mc4j-Bugs-901211 ] IllegalArgumentException
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2004-02-20 17:30:43
|
Bugs item #901211, was opened at 2004-02-20 12:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=901211&group_id=60228 Category: Connections Group: None Status: Open Resolution: None Priority: 5 Submitted By: Matthew L Daniel (mdaniel) Assigned to: Nobody/Anonymous (nobody) 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) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=901211&group_id=60228 |