That was it - the cache(s) names contain “:” characters. I hadn’t realized Ignite was constructing MBeans for all the caches. Perhaps there’s some quoting missing in the MBean name construction code? The set of valid MBean name strings is a subset of general strings.
Thanks. On 2/16/16, 11:41 AM, "vkulichenko" <[email protected]> wrote: >Hi Steve, > >What is your grid name and cache name(s)? Is it possible that one of them >contains ':' character? > >Can you also put a breakpoint in IgniteUtils.makeCacheMBeanName() method and >check what name is used for the MBean? > >-Val > > > >-- >View this message in context: >http://apache-ignite-users.70518.x6.nabble.com/Exception-on-cluster-start-after-upgrading-to-GridGain-Community-Edition-tp3035p3039.html >Sent from the Apache Ignite Users mailing list archive at Nabble.com.
