Mantis - Baratine
Viewing Issue Advanced Details
5738 minor always 05-29-14 09:10 05-29-14 09:10
nam  
 
normal  
new  
open  
none    
none  
0005738: com.caucho.jmx.Jmx.find() does not work with new server-ip'ed names
The following does not work:

Jmx.find("caucho:type=ThreadPool")

because it's looking for:

caucho:type=ThreadPool,Server=192.168.1.1:8085

but the actual bean is at:

caucho:type=ThreadPool,Server="192.168.1.1:8085"

There are no notes attached to this issue.