dev@glassfish.java.net

Re: osgi start up problem

From: Richard S. Hall <heavy_at_ungoverned.org>
Date: Mon, 27 Dec 2010 19:29:13 -0500

On 12/27/2010 06:10 PM, Justin Lee wrote:
> 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?

These bundles aren't necessarily the issue. Bundle 220 imports
org.glassfish.grizzly and no one appears to be exporting it.

-> richard