dev@glassfish.java.net

Re: No probes available before 1st deploy?

From: Jennifer Chou <Jennifer.Chou_at_Sun.COM>
Date: Thu, 23 Jul 2009 15:28:34 +0100

If StatsProviderManager.register has not been called yet, then you
wouldn't see anything.

For the transaction-service stats I think the register used to be called
during start-up. Now I don't see register getting called until I
deploy something...

Jul 23, 2009 3:16:47 PM OSGiModuleImpl start
INFO: Started bundle org.glassfish.web.core [119]
Jul 23, 2009 3:16:47 PM com.sun.enterprise.web.WebContainer
loadSystemDefaultWebModules
INFO: Virtual server server loaded system default web module
Jul 23, 2009 3:16:48 PM org.apache.catalina.loader.WebappLoader start
INFO: Dual registration of jndi stream handler: factory already defined
Jul 23, 2009 3:16:48 PM OSGiModuleImpl start
INFO: Started bundle org.glassfish.web.jstl-connector [63]
Jul 23, 2009 3:16:48 PM OSGiModuleImpl start
INFO: Started bundle org.glassfish.web.jsf-connector [187]
Jul 23, 2009 3:16:48 PM OSGiModuleImpl start
INFO: Started bundle org.glassfish.web.jspcaching-connector [61]
Jul 23, 2009 3:16:49 PM
com.sun.enterprise.transaction.JavaEETransactionManagerSimplified
initDelegates
INFO: Using
com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate
as the delegate
Jul 23, 2009 3:16:49 PM
*INFO: ******************** register TransactionServiceStatsProvider*
Jul 23, 2009 3:16:49 PM OSGiModuleImpl start
INFO: Started bundle org.glassfish.connectors.runtime [150]

After that then I do see the server.transaction-service.* stats using
the get command.

Jennifer

Marina Vatkina wrote:
> Even if I enable monitoring, asadmin get doesn't display anything:
>
> % glassfishv3/glassfish/bin/asadmin get --monitor=true "*"
>
> Command get executed successfully.
>
>
> I updated today my ws. after 5pm.
>
> Regards,
> -marina
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>