dev@glassfish.java.net

Re: MNTG0104:Unable to load the ProbeProvider

From: Jerome Dochez <jerome.dochez_at_oracle.com>
Date: Wed, 27 Jul 2011 08:23:55 -0700

is it the only one or were there more ?

On Jul 26, 2011, at 9:51 PM, Jennifer Chou wrote:

> Jerome - It looks like in your last checkin for hk2 the package names of the Probe Providers in the pom.xml were changed. Can you put those back?
>
> --- pom.xml (revision 48326)
> +++ pom.xml (revision 48327)
> @@ -72,13 +72,13 @@
> <build>
> <plugins>
> <plugin>
> - <groupId>com.sun.enterprise</groupId>
> + <groupId>org.glassfish.hk2</groupId>
> <artifactId>hk2-maven-plugin</artifactId>
> <configuration>
> <archive>
> <manifestEntries>
> <probe-provider-class-names>
> - com.sun.enterprise.transaction.monitoring.TransactionServiceProbeProvider
> + org.glassfish.hk2.transaction.monitoring.TransactionServiceProbeProvider
> </probe-provider-class-names>
> </manifestEntries>
> </archive>
> @@ -116,7 +116,7 @@
> <dependencies>
> <!-- Dependencies on other modules/jars -->
> <dependency>
> - <groupId>com.sun.enterprise</groupId>
> + <groupId>org.glassfish.hk2</groupId>
> <artifactId>hk2</artifactId>
> </dependency>
> <dependency>
>
>
> http://java.net/projects/glassfish/sources/svn/revision/48327
>
>
> On 7/26/2011 7:56 PM, Amy Roh wrote:
>> I am seeing the following errors in the server.log starting the server and this appears to be related to monitoring test failures.
>>
>> [#|2011-07-26T16:21:07.591-0700|SEVERE|glassfish3.2|javax.enterprise.system.tools.monitor.org.glassfish.admin.monitor|_ThreadID=11;_ThreadName=Thread-2;|MNTG0104:Unable to load the ProbeProvider
>> java.lang.ClassNotFoundException: org.glassfish.hk2.transaction.monitoring.TransactionServiceProbeProvider not found by org.glassfish.transaction.jta [172]
>>
>> [#|2011-07-26T16:21:08.452-0700|SEVERE|glassfish3.2|javax.enterprise.system.tools.monitor.org.glassfish.admin.monitor|_ThreadID=11;_ThreadName=Thread-2;|MNTG0104:Unable to load the ProbeProvider
>> java.lang.ClassNotFoundException: org.glassfish.hk2.resource.pool.monitor.JdbcConnPoolProbeProvider not found by org.glassfish.connectors.runtime [42]
>>
>> [#|2011-07-26T16:21:08.455-0700|SEVERE|glassfish3.2|javax.enterprise.system.tools.monitor.org.glassfish.admin.monitor|_ThreadID=11;_ThreadName=Thread-2;|MNTG0104:Unable to load the ProbeProvider
>> java.lang.ClassNotFoundException: org.glassfish.hk2.resource.pool.monitor.ConnectorConnPoolProbeProvider not found by org.glassfish.connectors.runtime [42]
>>
>> Amy