dev@glassfish.java.net

Re: NPE at start up

From: Justin Lee <Justin.Lee_at_Sun.COM>
Date: Tue, 21 Apr 2009 18:38:18 -0400

I apparently had some stray code laying around. I thought I'd already
done a clean but apparently not. I rebuilt my distro and things are
groovy again thanks to Carla.

Jane Young wrote:
> Nope... server startup is working for me with the latest svn update.
> Hudson continuous job is passing QL tests:
> http://gf-hudson.sfbay.sun.com/hudson/job/gf-trunk-build-continuous/
>
> Justin Lee wrote:
>> I'm getting this at start up. Has anyone else seen this error?
>>
>> INFO: [Thread[GlassFish Kernel Main Thread,5,main]] started
>> Exception in thread "GlassFish Kernel Main Thread"
>> java.lang.NullPointerException
>> at
>> com.sun.enterprise.server.logging.FileandSyslogHandler.postConstruct(FileandSyslogHandler.java:158)
>>
>> at
>> com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:170)
>> 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: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 org.jvnet.hk2.component.Habitat$1.get(Habitat.java:252)
>> at java.util.AbstractList$Itr.next(AbstractList.java:345)
>> at
>> com.sun.enterprise.v3.services.impl.LogManagerService.postConstruct(LogManagerService.java:140)
>>
>> at
>> com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:170)
>> 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: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:184)
>>
>> at
>> com.sun.enterprise.v3.server.AppServerStartup$1.run(AppServerStartup.java:127)
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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
>