dev@glassfish.java.net

Re: [V3] Errors while running QL

From: Jagadish Prasath Ramu <Jagadish.Ramu_at_Sun.COM>
Date: Wed, 03 Dec 2008 06:49:52 +0530

Thanks Jane.
All my jdbc devtests pass. Somehow QL fails with these kind of errors.
Tried -U clean intall too.
Will try to remove the repository and build.

Thanks,
-Jagadish


On Tue, 2008-12-02 at 14:24 -0800, Jane Young wrote:
> Looks like server is unable to start. QL starts the server in Felix mode.
> Just wondering, can you try manually starting the server with "asadmin
> start-domain"?
>
>
>
> Jagadish Prasath Ramu wrote:
>
> >I have the latest workspace and running QL on the same results in the
> >following errors [1] and many tests fail.
> >
> >Configuration :
> >
> >a)
> >Maven version: 2.0.9
> >Java version: 1.6.0_05-fastdebug
> >OS name: "linux" version: "2.6.24-21-generic" arch: "i386" Family:
> >"unix"
> >
> >b) Also tried with the following JDK version
> >java version "1.6.0_11-ea"
> >Java(TM) SE Runtime Environment (build 1.6.0_11-ea-b01)
> >Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)
> >
> >But QL is passing in hudson. How can I overcome the issue ?
> >
> >
> >Thanks,
> >-Jagadish
> >
> >
> >[1]
> >[#|2008-12-02T18:58:52.989+0530|SEVERE|glassfish|
> >javax.enterprise.system.container.web|
> >_ThreadID=12;_ThreadName=Thread-4;|WebModule[/hellojsf]PWC1275:
> >Exception sending context initialized event to listener instance of
> >class com.sun.faces.config.ConfigureListener
> >com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
> > at
> >com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:313)
> > at
> >com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:205)
> > at
> >org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4928)
> > at
> >org.apache.catalina.core.StandardContext.start(StandardContext.java:5619)
> > at com.sun.enterprise.web.WebModule.start(WebModule.java:465)
> > at
> >org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:924)
> > at
> >org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:908)
> > at
> >org.apache.catalina.core.StandardHost.addChild(StandardHost.java:692)
> > at
> >com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2198)
> > at
> >com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1885)
> > at
> >com.sun.enterprise.web.WebApplication.start(WebApplication.java:85)
> > at
> >com.sun.enterprise.v3.server.ApplicationLifecycle.start(ApplicationLifecycle.java:561)
> > at
> >com.sun.enterprise.v3.server.ApplicationLifecycle.start(ApplicationLifecycle.java:548)
> > at
> >com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:190)
> > at
> >com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:260)
> > at
> >com.sun.enterprise.v3.server.ApplicationLoaderService.postConstruct(ApplicationLoaderService.java:97)
> > at
> >com.sun.enterprise.v3.server.ApplicationLoaderInjector.postConstruct(ApplicationLoaderInjector.java:61)
> > at
> >com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:150)
> > at com.sun.hk2.component.ConstructorWomb
> >$1.run(ConstructorWomb.java:90)
> > at java.security.AccessController.doPrivileged(Native Method)
> > at
> >com.sun.hk2.component.ConstructorWomb.initialize(ConstructorWomb.java:87)
> > 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:203)
> > at com.sun.enterprise.v3.server.AppServerStartup
> >$1.run(AppServerStartup.java:116)
> >Caused by: java.lang.NullPointerException
> > at
> >com.sun.enterprise.module.common_impl.CompositeEnumeration.getCurrent(CompositeEnumeration.java:80)
> > at
> >com.sun.enterprise.module.common_impl.CompositeEnumeration.hasMoreElements(CompositeEnumeration.java:64)
> > at
> >sun.misc.CompoundEnumeration.next(CompoundEnumeration.java:27)
> > at
> >sun.misc.CompoundEnumeration.hasMoreElements(CompoundEnumeration.java:36)
> > at org.glassfish.web.loader.WebappClassLoader
> >$1.next(WebappClassLoader.java:1361)
> > at org.glassfish.web.loader.WebappClassLoader
> >$1.hasMoreElements(WebappClassLoader.java:1371)
> > at
> >com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider.getResources(MetaInfFacesConfigResourceProvider.java:84)
> > at
> >com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider.getResources(MetaInfFacesConfigResourceProvider.java:59)
> > at com.sun.faces.config.ConfigManager
> >$URLTask.call(ConfigManager.java:873)
> > at com.sun.faces.config.ConfigManager
> >$URLTask.call(ConfigManager.java:842)
> > at java.util.concurrent.FutureTask
> >$Sync.innerRun(FutureTask.java:303)
> > at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> > at java.util.concurrent.ThreadPoolExecutor
> >$Worker.runTask(ThreadPoolExecutor.java:885)
> > at java.util.concurrent.ThreadPoolExecutor
> >$Worker.run(ThreadPoolExecutor.java:907)
> > at java.lang.Thread.run(Thread.java:619)
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> >For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>