users@glassfish.java.net

Re: [Fwd: V3 Resolve Error when using Comet/Grizzly]

From: Bhakti Mehta <Bhakti.Mehta_at_Sun.COM>
Date: Mon, 25 Aug 2008 15:10:05 -0700

Are you using the glassfish.zip bundle distribution of v3 by default
jsr109-impl jar is not part of the web.zip distribution and gets
delivered through Update center so this error makes me think you have a
glassfish distibution ,I do not think anyone is working on the
glassfish.zip bundle right now.
Pls can you point where you are picking the bundle from and we will
proceed from there?
FYI I think this problem is resolved now and this error should not
occur with the latest bundle though .
Regards,
Bhakti


>
>
>
> While deploying a Comet application on a GF V3 server, I am getting the
> following error message - please see I don't have any webservice
> dependencies in my business logic. After hitting this error message,
> application server needs to be restarted for normal operations.
>
>
> Vishal Mehra
>
> Aug 22, 2008 11:05:33 AM com.sun.enterprise.v3.admin.CommandRunner
> doCommand
>
> SEVERE: Exception in command execution :
> com.sun.enterprise.module.ResolveError: Module Dependency :
> org.glassfish.deployment:dol: referenced from
> org.glassfish.webservices:jsr109-impl is not resolved
>
> com.sun.enterprise.module.ResolveError: Module Dependency :
> org.glassfish.deployment:dol: referenced from
> org.glassfish.webservices:jsr109-impl is not resolved
>
> at
> com.sun.enterprise.module.impl.ModuleImpl.resolve(ModuleImpl.java:344)
>
> at
> com.sun.enterprise.module.impl.ModuleImpl.start(ModuleImpl.java:395)
>
> at
> com.sun.enterprise.module.impl.ModuleClassLoader.initialize(ModuleClassLoader.java:162)
>
>
> at
> com.sun.enterprise.module.impl.ModuleClassLoader.loadClass(ModuleClassLoader.java:80)
>
>
> at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>
> at
> com.sun.hk2.component.LazyInhabitant.fetch(LazyInhabitant.java:91)
>
> at
> com.sun.hk2.component.LazyInhabitant.get(LazyInhabitant.java:106)
>
> at
> com.sun.hk2.component.AbstractInhabitantImpl.get(AbstractInhabitantImpl.java:60)
>
>
> at org.jvnet.hk2.component.Habitat$1.get(Habitat.java:226)
>
> at java.util.AbstractList$Itr.next(AbstractList.java:345)
>
> at
> com.sun.enterprise.v3.server.ApplicationLifecycle.createSnifferParentCL(ApplicationLifecycle.java:230)
>
>
> at
> com.sun.enterprise.v3.deployment.DeployCommand.execute(DeployCommand.java:240)
>
>
> at
> com.sun.enterprise.v3.admin.CommandRunner.doCommand(CommandRunner.java:250)
>
>
> at
> com.sun.enterprise.v3.admin.CommandRunner.doCommand(CommandRunner.java:97)
>
>
> at
> com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:224)
>
> at
> com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:153)
>
> at
> com.sun.grizzly.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:605)
>
>
> at
> com.sun.grizzly.comet.CometEngine.executeServlet(CometEngine.java:546)
>
> at com.sun.grizzly.comet.CometEngine.handle(CometEngine.java:298)
>
> at
> com.sun.grizzly.comet.CometAsyncFilter.doFilter(CometAsyncFilter.java:87)
>
> at
> com.sun.grizzly.arp.DefaultAsyncExecutor.invokeFilters(DefaultAsyncExecutor.java:162)
>
>
> at
> com.sun.grizzly.arp.DefaultAsyncExecutor.interrupt(DefaultAsyncExecutor.java:140)
>
>
> at
> com.sun.grizzly.arp.AsyncProcessorTask.doTask(AsyncProcessorTask.java:79)
>
> at com.sun.grizzly.http.TaskBase.call(TaskBase.java:344)
>
> at
> com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:154)
>
>