dev@glassfish.java.net

osgi start up problem

From: Justin Lee <justin.d.lee_at_oracle.com>
Date: Mon, 27 Dec 2010 18:10:26 -0500

I'm working on integrating grizzly 2.0 in to the glassfish tree and
getting the following error and I'm not quite sure how to resolve it.
Everything looks ok to me but clearly something is amiss. Attached are
the manifest files for the referenced bundles:

WARNING: Exception while starting bundle org.glassfish.core.kernel [134]
org.osgi.framework.BundleException: Unresolved constraint in bundle
org.glassfish.core.kernel [134]: Unable to resolve 134.0: missing
requirement [134.0] package;
(&(package=com.sun.appserv.server)(version>=3.1.0)) [caused by: Unable
to resolve 56.0: missing requirement [56.0] package;
(package=org.glassfish.grizzly.http.server) [caused by: Unable to
resolve 220.0: missing requirement [220.0] package;
(package=org.glassfish.grizzly)]]

Any hints?