Uploaded image for project: 'Olio'
  1. Olio
  2. OLIO-143

Jersey errors with Glassfish v3

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • java-app
    • None
    • CentOS 5.3 64-bit
      GlassFish v3 (build 74.2)
      Java(TM) SE Runtime Environment (build 1.6.0_17-b04)

    Description

      I have been running Glassfish v2.1.1 without issues. I am now trying to get the java version running on Glassfish v3. I recompiled the webapp for v3. During glassfish startup I am seeing errors relating to Jersey in my log. The app seems to work OK despite this, though I haven't done extensive testing yet.

      Here is the relevant portion of the server.log:

      [#|2010-02-12T10:13:04.535-0800|INFO|glassfishv3.0|com.sun.jersey.server.impl.application.WebApplicationImpl|_ThreadID=11;_ThreadName=Thread-1;|Initiating Jersey application, version 'Jersey: 1.1.4.1 11/24/2009 01:37 AM'|#]

      [#|2010-02-12T10:13:04.587-0800|INFO|glassfishv3.0|com.sun.jersey.server.impl.application.WebApplicationImpl|_ThreadID=11;_ThreadName=Thread-1;|Adding the following classes declared in META-INF/services/jersey-server-components to the resource configuration:
      class com.sun.jersey.multipart.impl.FormDataMultiPartDispatchProvider
      class com.sun.jersey.multipart.impl.MultiPartConfigProvider
      class com.sun.jersey.multipart.impl.MultiPartReader
      class com.sun.jersey.multipart.impl.MultiPartWriter|#]

      [#|2010-02-12T10:13:05.162-0800|SEVERE|glassfishv3.0|com.sun.jersey.core.spi.component.ProviderFactory|_ThreadID=11;_ThreadName=Thread-1;|The provider class, class com.sun.jersey.json.impl.provider.entity.JSONArrayProvider, could not be instantiated. Processing will continue but the class will not be utilized
      java.lang.IllegalAccessException: Class com.sun.jersey.core.spi.component.ComponentConstructor can not access a member of class com.sun.jersey.json.impl.provider.entity.JSONArrayProvider with modifiers ""
      at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
      at java.lang.Class.newInstance0(Class.java:349)
      at java.lang.Class.newInstance(Class.java:308)
      at com.sun.jersey.core.spi.component.ComponentConstructor._getInstance(ComponentConstructor.java:153)
      at com.sun.jersey.core.spi.component.ComponentConstructor.getInstance(ComponentConstructor.java:141)
      at com.sun.jersey.core.spi.component.ProviderFactory.__getComponentProvider(ProviderFactory.java:163)
      at com.sun.jersey.core.spi.component.ProviderFactory.getComponentProvider(ProviderFactory.java:134)
      at com.sun.jersey.core.spi.component.ProviderServices.getComponent(ProviderServices.java:233)
      at com.sun.jersey.core.spi.component.ProviderServices.getProvidersAndServices(ProviderServices.java:150)
      at com.sun.jersey.core.spi.factory.MessageBodyFactory.initReaders(MessageBodyFactory.java:153)
      at com.sun.jersey.core.spi.factory.MessageBodyFactory.init(MessageBodyFactory.java:145)
      at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:664)
      at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:449)
      at com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:404)
      at com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:253)
      at com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:521)
      at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:199)
      at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:308)
      at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:471)
      at javax.servlet.GenericServlet.init(GenericServlet.java:242)
      at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1428)
      at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1230)
      at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4934)
      at org.apache.catalina.core.StandardContext.start(StandardContext.java:5207)
      at com.sun.enterprise.web.WebModule.start(WebModule.java:499)
      at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:928)
      at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:912)
      at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:694)
      at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1933)
      at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1605)
      at com.sun.enterprise.web.WebApplication.start(WebApplication.java:90)
      at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126)
      at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241)
      at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:236)
      at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:339)
      at com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:340)
      at com.sun.enterprise.v3.server.ApplicationLoaderService.postConstruct(ApplicationLoaderService.java:163)
      at com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:174)
      at com.sun.hk2.component.ConstructorWomb$1.run(ConstructorWomb.java:87)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.hk2.component.ConstructorWomb.initialize(ConstructorWomb.java:84)
      at com.sun.hk2.component.AbstractWombImpl.get(AbstractWombImpl.java:77)
      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:236)
      at com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:128)
      at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:457)
      at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:401)
      at org.jvnet.hk2.osgiadapter.HK2Main.start(HK2Main.java:125)
      at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640)
      at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
      at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
      at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:915)
      at org.jvnet.hk2.osgimain.Main.start(Main.java:140)
      at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640)
      at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
      at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
      at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
      at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
      at java.lang.Thread.run(Thread.java:619)

      #]

      [#|2010-02-12T10:13:05.177-0800|SEVERE|glassfishv3.0|com.sun.jersey.core.spi.component.ProviderFactory|_ThreadID=11;_ThreadName=Thread-1;|The provider class, class com.sun.jersey.json.impl.provider.entity.JSONObjectProvider, could not be instantiated. Processing will continue but the class will not be utilized
      java.lang.IllegalAccessException: Class com.sun.jersey.core.spi.component.ComponentConstructor can not access a member of class com.sun.jersey.json.impl.provider.entity.JSONObjectProvider with modifiers ""
      at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
      at java.lang.Class.newInstance0(Class.java:349)
      at java.lang.Class.newInstance(Class.java:308)
      at com.sun.jersey.core.spi.component.ComponentConstructor._getInstance(ComponentConstructor.java:153)
      at com.sun.jersey.core.spi.component.ComponentConstructor.getInstance(ComponentConstructor.java:141)
      at com.sun.jersey.core.spi.component.ProviderFactory.__getComponentProvider(ProviderFactory.java:163)
      at com.sun.jersey.core.spi.component.ProviderFactory.getComponentProvider(ProviderFactory.java:134)
      at com.sun.jersey.core.spi.component.ProviderServices.getComponent(ProviderServices.java:233)
      at com.sun.jersey.core.spi.component.ProviderServices.getProvidersAndServices(ProviderServices.java:150)
      at com.sun.jersey.core.spi.factory.MessageBodyFactory.initReaders(MessageBodyFactory.java:153)
      at com.sun.jersey.core.spi.factory.MessageBodyFactory.init(MessageBodyFactory.java:145)
      at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:664)
      at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:449)
      at com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:404)
      at com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:253)
      at com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:521)
      at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:199)
      at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:308)
      at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:471)
      at javax.servlet.GenericServlet.init(GenericServlet.java:242)
      at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1428)
      at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1230)
      at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4934)
      at org.apache.catalina.core.StandardContext.start(StandardContext.java:5207)
      at com.sun.enterprise.web.WebModule.start(WebModule.java:499)
      at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:928)
      at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:912)
      at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:694)
      at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1933)
      at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1605)
      at com.sun.enterprise.web.WebApplication.start(WebApplication.java:90)
      at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126)
      at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241)
      at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:236)
      at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:339)
      at com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:340)
      at com.sun.enterprise.v3.server.ApplicationLoaderService.postConstruct(ApplicationLoaderService.java:163)
      at com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:174)
      at com.sun.hk2.component.ConstructorWomb$1.run(ConstructorWomb.java:87)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.hk2.component.ConstructorWomb.initialize(ConstructorWomb.java:84)
      at com.sun.hk2.component.AbstractWombImpl.get(AbstractWombImpl.java:77)
      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:236)
      at com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:128)
      at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:457)
      at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:401)
      at org.jvnet.hk2.osgiadapter.HK2Main.start(HK2Main.java:125)
      at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640)
      at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
      at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
      at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:915)
      at org.jvnet.hk2.osgimain.Main.start(Main.java:140)
      at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640)
      at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
      at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
      at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
      at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
      at java.lang.Thread.run(Thread.java:619)

      #]

      [#|2010-02-12T10:13:05.446-0800|SEVERE|glassfishv3.0|com.sun.jersey.core.spi.component.ProviderFactory|_ThreadID=11;_ThreadName=Thread-1;|The provider class, class com.sun.jersey.json.impl.provider.entity.JSONArrayProvider, could not be instantiated. Processing will continue but the class will not be utilized
      java.lang.IllegalAccessException: Class com.sun.jersey.core.spi.component.ComponentConstructor can not access a member of class com.sun.jersey.json.impl.provider.entity.JSONArrayProvider with modifiers ""
      at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
      at java.lang.Class.newInstance0(Class.java:349)
      at java.lang.Class.newInstance(Class.java:308)
      at com.sun.jersey.core.spi.component.ComponentConstructor._getInstance(ComponentConstructor.java:153)
      at com.sun.jersey.core.spi.component.ComponentConstructor.getInstance(ComponentConstructor.java:141)
      at com.sun.jersey.core.spi.component.ProviderFactory.__getComponentProvider(ProviderFactory.java:163)
      at com.sun.jersey.core.spi.component.ProviderFactory.getComponentProvider(ProviderFactory.java:134)
      at com.sun.jersey.core.spi.component.ProviderServices.getComponent(ProviderServices.java:233)
      at com.sun.jersey.core.spi.component.ProviderServices.getProvidersAndServices(ProviderServices.java:150)
      at com.sun.jersey.core.spi.factory.MessageBodyFactory.initWriters(MessageBodyFactory.java:171)
      at com.sun.jersey.core.spi.factory.MessageBodyFactory.init(MessageBodyFactory.java:146)
      at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:664)
      at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:449)
      at com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:404)
      at com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:253)
      at com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:521)
      at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:199)
      at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:308)
      at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:471)
      at javax.servlet.GenericServlet.init(GenericServlet.java:242)
      at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1428)
      at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1230)
      at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4934)
      at org.apache.catalina.core.StandardContext.start(StandardContext.java:5207)
      at com.sun.enterprise.web.WebModule.start(WebModule.java:499)
      at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:928)
      at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:912)
      at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:694)
      at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1933)
      at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1605)
      at com.sun.enterprise.web.WebApplication.start(WebApplication.java:90)
      at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126)
      at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241)
      at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:236)
      at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:339)
      at com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:340)
      at com.sun.enterprise.v3.server.ApplicationLoaderService.postConstruct(ApplicationLoaderService.java:163)
      at com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:174)
      at com.sun.hk2.component.ConstructorWomb$1.run(ConstructorWomb.java:87)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.hk2.component.ConstructorWomb.initialize(ConstructorWomb.java:84)
      at com.sun.hk2.component.AbstractWombImpl.get(AbstractWombImpl.java:77)
      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:236)
      at com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:128)
      at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:457)
      at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:401)
      at org.jvnet.hk2.osgiadapter.HK2Main.start(HK2Main.java:125)
      at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640)
      at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
      at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
      at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:915)
      at org.jvnet.hk2.osgimain.Main.start(Main.java:140)
      at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640)
      at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
      at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
      at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
      at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
      at java.lang.Thread.run(Thread.java:619)

      #]

      [#|2010-02-12T10:13:05.449-0800|SEVERE|glassfishv3.0|com.sun.jersey.core.spi.component.ProviderFactory|_ThreadID=11;_ThreadName=Thread-1;|The provider class, class com.sun.jersey.json.impl.provider.entity.JSONObjectProvider, could not be instantiated. Processing will continue but the class will not be utilized
      java.lang.IllegalAccessException: Class com.sun.jersey.core.spi.component.ComponentConstructor can not access a member of class com.sun.jersey.json.impl.provider.entity.JSONObjectProvider with modifiers ""
      at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
      at java.lang.Class.newInstance0(Class.java:349)
      at java.lang.Class.newInstance(Class.java:308)
      at com.sun.jersey.core.spi.component.ComponentConstructor._getInstance(ComponentConstructor.java:153)
      at com.sun.jersey.core.spi.component.ComponentConstructor.getInstance(ComponentConstructor.java:141)
      at com.sun.jersey.core.spi.component.ProviderFactory.__getComponentProvider(ProviderFactory.java:163)
      at com.sun.jersey.core.spi.component.ProviderFactory.getComponentProvider(ProviderFactory.java:134)
      at com.sun.jersey.core.spi.component.ProviderServices.getComponent(ProviderServices.java:233)
      at com.sun.jersey.core.spi.component.ProviderServices.getProvidersAndServices(ProviderServices.java:150)
      at com.sun.jersey.core.spi.factory.MessageBodyFactory.initWriters(MessageBodyFactory.java:171)
      at com.sun.jersey.core.spi.factory.MessageBodyFactory.init(MessageBodyFactory.java:146)
      at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:664)
      at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:449)
      at com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:404)
      at com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:253)
      at com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:521)
      at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:199)
      at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:308)
      at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:471)
      at javax.servlet.GenericServlet.init(GenericServlet.java:242)
      at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1428)
      at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1230)
      at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4934)
      at org.apache.catalina.core.StandardContext.start(StandardContext.java:5207)
      at com.sun.enterprise.web.WebModule.start(WebModule.java:499)
      at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:928)
      at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:912)
      at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:694)
      at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1933)
      at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1605)
      at com.sun.enterprise.web.WebApplication.start(WebApplication.java:90)
      at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126)
      at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241)
      at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:236)
      at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:339)
      at com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:340)
      at com.sun.enterprise.v3.server.ApplicationLoaderService.postConstruct(ApplicationLoaderService.java:163)
      at com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:174)
      at com.sun.hk2.component.ConstructorWomb$1.run(ConstructorWomb.java:87)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.hk2.component.ConstructorWomb.initialize(ConstructorWomb.java:84)
      at com.sun.hk2.component.AbstractWombImpl.get(AbstractWombImpl.java:77)
      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:236)
      at com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:128)
      at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:457)
      at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:401)
      at org.jvnet.hk2.osgiadapter.HK2Main.start(HK2Main.java:125)
      at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640)
      at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
      at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
      at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:915)
      at org.jvnet.hk2.osgimain.Main.start(Main.java:140)
      at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640)
      at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
      at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
      at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
      at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
      at java.lang.Thread.run(Thread.java:619)

      #]

      Attachments

        Activity

          People

            shanti Shanti Subramanyam
            jzubb James Zubb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: