users@glassfish.java.net

GF 3.1 doesn't start after little updates

From: Florent THOMAS <mailinglist_at_tdeo.fr>
Date: Mon, 11 Apr 2011 21:56:24 +0200

Hy all of you,

I made a few upadtae :
- pkg tool kit and its brother
- glassfish verifier and its |10n companion

All the update process seems to work fine.
Unfortunately as I restarted GF I have this issue :

/Launching GlassFish on Felix platform
Exception in thread "main" java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

         at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at
com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97)
         at
com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55)
Caused by: com.sun.enterprise.module.ResolveError: Failed to start
Bundle Id [292] State [INSTALLED]
[org.glassfish.verifier(Verifier implementation module):3.2.0.b01]
         at
org.jvnet.hk2.osgiadapter.OSGiModuleImpl.start(OSGiModuleImpl.java:177)
         at
org.jvnet.hk2.osgiadapter.OSGiModuleImpl$2$1$1.loadClass(OSGiModuleImpl.java:344)
         at
com.sun.hk2.component.LazyInhabitant.loadClass(LazyInhabitant.java:124)
         at
com.sun.hk2.component.LazyInhabitant.fetch(LazyInhabitant.java:111)
         at
com.sun.hk2.component.EventPublishingInhabitant.get(EventPublishingInhabitant.java:135)
         at
com.sun.hk2.component.AbstractInhabitantImpl.get(AbstractInhabitantImpl.java:76)
         at
com.sun.enterprise.module.bootstrap.Main.findStartupService(Main.java:378)
         at
org.glassfish.kernel.GlassFishActivator$1.newGlassFish(GlassFishActivator.java:105)
         at
com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:113)
         ... 6 more
Caused by: org.osgi.framework.BundleException: Unresolved constraint in
bundle org.glassfish.verifier [292]: Unable to resolve 292.0: missing
requirement [292.0] package;
(&(package=com.sun.appserv.connectors.internal.api)(version>=3.2.0))
         at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3443)
         at org.apache.felix.framework.Felix.startBundle(Felix.java:1727)
         at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:922)
         at
org.jvnet.hk2.osgiadapter.OSGiModuleImpl.start(OSGiModuleImpl.java:169)
         ... 14 more
/
I uninstall the verifier and it tsrats fine. But now How can I do if I
want the verifier whithout a problem?

Regards,