users@glassfish.java.net

Re: IllegalArgumentException: "timers" / OldTypesBase.oldObjectNameToJ2EEType

From: llc <lloyd.chambers_at_Sun.COM>
Date: Tue, 11 Nov 2008 12:58:15 -0800 (PST)

First, I don't think this has anything to do with the problem creating the
timer itself.

What's happening is that an mbean whose ObjectName is of the form
"com.sun.appserv:type=timers" is not recognized by the AMX management MBean
system, eg there is no AMX support for that type in the AMX public API.

Several courses of actions are possible:

- The exception can be ignored, it causes no harm.

- The 'timers' type can be added to AMX's ignore list (requires source code
change)

- Support can be added for the 'timers' type (requires source code change,
might not be appropriate depending on what that

Lloyd Chambers
-- 
View this message in context: http://www.nabble.com/IllegalArgumentException%3A-%22timers%22---OldTypesBase.oldObjectNameToJ2EEType-tp19918950p20448233.html
Sent from the java.net - glassfish users mailing list archive at Nabble.com.