dev@glassfish.java.net

Unsatisfied dependency exception com.sun.enterprise.config.serverbeans.Property

From: Amy Roh <Amelia.Roh_at_Sun.COM>
Date: Wed, 16 Jul 2008 18:39:06 -0700

I'm trying to inject com.sun.enterprise.config.serverbeans.Property to
detect dynamic property changes and getting the following error when I
@Inject Property. Other serverbeans (AccessLog, etc.) are injected
fine. Any idea?

[#|2008-07-16T18:12:18.919-0700|SEVERE|GlassFish10.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=Thread-4;|Cannot
start container web
org.jvnet.hk2.component.UnsatisfiedDepedencyException: Unsatisfied
dependency exception : public
com.sun.enterprise.config.serverbeans.Property
com.sun.enterprise.web.reconfig.HttpServiceConfigListener.property
        at
org.jvnet.hk2.component.InjectionManager.inject(InjectionManager.java:100)
        at com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:100)
        at
com.sun.hk2.component.ConstructorWomb.initialize(ConstructorWomb.java:86)
        at com.sun.hk2.component.AbstractWombImpl.get(AbstractWombImpl.java:75)
        at com.sun.enterprise.web.WebContainer.postConstruct(WebContainer.java:655)
        at com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:150)
        at
com.sun.hk2.component.ConstructorWomb.initialize(ConstructorWomb.java:86)
        at com.sun.hk2.component.AbstractWombImpl.get(AbstractWombImpl.java:75)
        at
com.sun.hk2.component.SingletonInhabitant.get(SingletonInhabitant.java:58)
        at com.sun.hk2.component.LazyInhabitant.get(LazyInhabitant.java:107)
        at
com.sun.hk2.component.AbstractInhabitantImpl.get(AbstractInhabitantImpl.java:60)
        at
org.glassfish.internal.data.ContainerInfo.getContainer(ContainerInfo.java:75)
        at
com.sun.enterprise.v3.server.ApplicationLifecycle.startContainers(ApplicationLifecycle.java:766)
        at
com.sun.enterprise.v3.server.ApplicationLifecycle.setupContainerInfos(ApplicationLifecycle.java:411)
        at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:262)
        at
com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:219)
        at
com.sun.enterprise.v3.server.ApplicationLoaderService.postConstruct(ApplicationLoaderService.java:97)
        at
com.sun.enterprise.v3.server.ApplicationLoaderInjector.postConstruct(ApplicationLoaderInjector.java:55)
        at com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:150)
        at
com.sun.hk2.component.ConstructorWomb.initialize(ConstructorWomb.java:86)
        at com.sun.hk2.component.AbstractWombImpl.get(AbstractWombImpl.java:75)
        at
com.sun.hk2.component.SingletonInhabitant.get(SingletonInhabitant.java:58)
        at com.sun.hk2.component.LazyInhabitant.get(LazyInhabitant.java:107)
        at
com.sun.hk2.component.AbstractInhabitantImpl.get(AbstractInhabitantImpl.java:60)
        at
com.sun.enterprise.v3.server.AppServerStartup.run(AppServerStartup.java:123)
        at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:431)
        at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:376)
        at org.jvnet.hk2.osgiadapter.HK2Main.start(HK2Main.java:115)
        at
org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:591)
        at org.apache.felix.framework.Felix._startBundle(Felix.java:1610)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:1544)
        at org.apache.felix.framework.Felix.setFrameworkStartLevel(Felix.java:1125)
        at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:258)
        at java.lang.Thread.run(Thread.java:595)
Caused by: org.jvnet.hk2.component.UnsatisfiedDepedencyException:
Unsatisfied dependency exception : public
com.sun.enterprise.config.serverbeans.Property
com.sun.enterprise.web.reconfig.HttpServiceConfigListener.property
        at
org.jvnet.hk2.component.InjectionManager.inject(InjectionManager.java:95)
        ... 33 more
|#]

Thanks,
Amy