users@glassfish.java.net

Jersey failing to deploy on GF v3

From: Felipe Gaścho <fgaucho_at_gmail.com>
Date: Sat, 10 Oct 2009 11:42:35 +0200

I bypassed the EJB lookup problem and now the application is failing
to deploy due to a Jersey dependency:

[exec] com.sun.enterprise.admin.cli.CommandException: remote failure:
Exception while loading the app : java.lang.Exception:
java.lang.IllegalStateException: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException:
org.apache.catalina.LifecycleException:
com.sun.jersey.spi.service.ServiceConfigurationError:
com.sun.jersey.spi.monitoring.GlassfishMonitoringProvider: The class
com.sun.jersey.server.spi.monitoring.glassfish.GlassfishMonitoringServiceProvider
implementing provider interface
com.sun.jersey.spi.monitoring.GlassfishMonitoringProvider could not be
instantiated: null

Strange because I am including the libs of Jersey in the EAR.. perhaps
a version problem or other

Step by step my app is getting close to deploy in GF v3.. my goal is
to finish the day blogging about the success :) your help is
welcome.........