You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jason Dillon <ja...@planet57.com> on 2006/02/07 04:04:27 UTC

NPE in HOWLLog in boot

I'm not sure how I got G into this state, but its barfing on boot with:

<snip>
Booting Geronimo Kernel (in Java 1.4.2_09)...
Started configuration  1/16   0s geronimo/rmi-naming/1.0/car
18:57:25,971 ERROR [GBeanInstanceState] Error while starting; GBean is
now in the FAILED state:
objectName="geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-server/1.0/car,J2EEServer=geronimo,j2eeType=TransactionLog,name=HOWLTransactionLog"
java.lang.NullPointerException
        at org.apache.geronimo.transaction.log.HOWLLog$GeronimoReplayListener.onRecord(HOWLLog.java:362)
        at org.objectweb.howl.log.xa.XALogger.replayActiveTx(XALogger.java:1059)
        at org.apache.geronimo.transaction.log.HOWLLog.doStart(HOWLLog.java:220)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:936)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:325)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:110)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:132)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:537)
        at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:208)
        at org.apache.geronimo.kernel.config.Configuration.startRecursiveGBeans(Configuration.java:315)
        at org.apache.geronimo.kernel.config.Configuration$$FastClassByCGLIB$$7f4b4a9b.invoke(<generated>)
        at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
        at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
        at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:835)
        at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:178)
        at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:173)
        at org.apache.geronimo.kernel.config.ConfigurationManagerImpl.start(ConfigurationManagerImpl.java:142)
        at org.apache.geronimo.kernel.config.ConfigurationManagerImpl$$FastClassByCGLIB$$fbed85d2.invoke(<generated>)
        at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
        at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
        at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:800)
        at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
        at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36)
        at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
        at org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGLIB$$ac1e62eb.start(<generated>)
        at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:323)
        at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:82)
        at org.apache.geronimo.system.main.Daemon.main(Daemon.java:404)
...
</snip>

Most GBeans do not start successfully after that... G is hosed at this
point, had to nuke the txlogs to get a usage G again.

That line is:

<snip>
Xid masterXid = xidFactory.recover(formatId, globalId, branchId);
</snip>

xidFactory not getting dependency injected?

--jason

Re: NPE in HOWLLog in boot

Posted by Jason Dillon <ja...@planet57.com>.
Thank guys!

:-)

--jason


On Feb 11, 2006, at 9:05 PM, Gianny Damour wrote:

> Aaron -- it is fixed there too.
>
> Thanks,
> Gianny
>
> Aaron Mulder wrote:
>
>> Gianny -- it looks like you fixed trunk.  Is this a problem in the  
>> 1.0
>> branch as well?  If so, could you fix it there too?
>>
>> Thanks,
>>    Aaron
>>
>> On 2/9/06, Gianny Damour <gi...@optusnet.com.au> wrote:
>>
>>> Hi Jason,
>>>
>>> This has now been fixed. XidFactory is now being properly  
>>> injected and G
>>> should start fine.
>>>
>>> Thanks,
>>> Gianny
>>>
>>> Jason Dillon wrote:
>>>
>>>
>>>> I'm not sure how I got G into this state, but its barfing on  
>>>> boot with:
>>>>
>>>> <snip>
>>>> Booting Geronimo Kernel (in Java 1.4.2_09)...
>>>> Started configuration  1/16   0s geronimo/rmi-naming/1.0/car
>>>> 18:57:25,971 ERROR [GBeanInstanceState] Error while starting;  
>>>> GBean is
>>>> now in the FAILED state:
>>>> objectName="geronimo.server:J2EEApplication=null,J2EEModule=geronim 
>>>> o/j2ee-server/1.0/ 
>>>> car,J2EEServer=geronimo,j2eeType=TransactionLog,name=HOWLTransactio 
>>>> nLog"
>>>> java.lang.NullPointerException
>>>>       at org.apache.geronimo.transaction.log.HOWLLog 
>>>> $GeronimoReplayListener.onRecord(HOWLLog.java:362)
>>>>       at org.objectweb.howl.log.xa.XALogger.replayActiveTx 
>>>> (XALogger.java:1059)
>>>>       at org.apache.geronimo.transaction.log.HOWLLog.doStart 
>>>> (HOWLLog.java:220)
>>>>       at  
>>>> org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance 
>>>> (GBeanInstance.java:936)
>>>>       at  
>>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullSta 
>>>> rt(GBeanInstanceState.java:325)
>>>>       at  
>>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.start 
>>>> (GBeanInstanceState.java:110)
>>>>       at  
>>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive 
>>>> (GBeanInstanceState.java:132)
>>>>       at  
>>>> org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive 
>>>> (GBeanInstance.java:537)
>>>>       at  
>>>> org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean 
>>>> (BasicKernel.java:208)
>>>>       at  
>>>> org.apache.geronimo.kernel.config.Configuration.startRecursiveGBean 
>>>> s(Configuration.java:315)
>>>>       at org.apache.geronimo.kernel.config.Configuration$ 
>>>> $FastClassByCGLIB$$7f4b4a9b.invoke(<generated>)
>>>>       at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>>>>       at  
>>>> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke 
>>>> (FastMethodInvoker.java:38)
>>>>       at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke 
>>>> (GBeanOperation.java:118)
>>>>       at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke 
>>>> (GBeanInstance.java:835)
>>>>       at org.apache.geronimo.kernel.basic.BasicKernel.invoke 
>>>> (BasicKernel.java:178)
>>>>       at org.apache.geronimo.kernel.basic.BasicKernel.invoke 
>>>> (BasicKernel.java:173)
>>>>       at  
>>>> org.apache.geronimo.kernel.config.ConfigurationManagerImpl.start 
>>>> (ConfigurationManagerImpl.java:142)
>>>>       at  
>>>> org.apache.geronimo.kernel.config.ConfigurationManagerImpl$ 
>>>> $FastClassByCGLIB$$fbed85d2.invoke(<generated>)
>>>>       at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>>>>       at  
>>>> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke 
>>>> (FastMethodInvoker.java:38)
>>>>       at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke 
>>>> (GBeanOperation.java:118)
>>>>       at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke 
>>>> (GBeanInstance.java:800)
>>>>       at org.apache.geronimo.gbean.runtime.RawInvoker.invoke 
>>>> (RawInvoker.java:57)
>>>>       at  
>>>> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke 
>>>> (RawOperationInvoker.java:36)
>>>>       at  
>>>> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept 
>>>> (ProxyMethodInterceptor.java:96)
>>>>       at org.apache.geronimo.kernel.config.ConfigurationManager$ 
>>>> $EnhancerByCGLIB$$ac1e62eb.start(<generated>)
>>>>       at org.apache.geronimo.system.main.Daemon.doStartup 
>>>> (Daemon.java:323)
>>>>       at org.apache.geronimo.system.main.Daemon.<init> 
>>>> (Daemon.java:82)
>>>>       at org.apache.geronimo.system.main.Daemon.main(Daemon.java: 
>>>> 404)
>>>> ...
>>>> </snip>
>>>>
>>>> Most GBeans do not start successfully after that... G is hosed  
>>>> at this
>>>> point, had to nuke the txlogs to get a usage G again.
>>>>
>>>> That line is:
>>>>
>>>> <snip>
>>>> Xid masterXid = xidFactory.recover(formatId, globalId, branchId);
>>>> </snip>
>>>>
>>>> xidFactory not getting dependency injected?
>>>>
>>>> --jason
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>>
>
>


Re: NPE in HOWLLog in boot

Posted by Gianny Damour <gi...@optusnet.com.au>.
Aaron -- it is fixed there too.

Thanks,
Gianny

Aaron Mulder wrote:

>Gianny -- it looks like you fixed trunk.  Is this a problem in the 1.0
>branch as well?  If so, could you fix it there too?
>
>Thanks,
>    Aaron
>
>On 2/9/06, Gianny Damour <gi...@optusnet.com.au> wrote:
>  
>
>>Hi Jason,
>>
>>This has now been fixed. XidFactory is now being properly injected and G
>>should start fine.
>>
>>Thanks,
>>Gianny
>>
>>Jason Dillon wrote:
>>
>>    
>>
>>>I'm not sure how I got G into this state, but its barfing on boot with:
>>>
>>><snip>
>>>Booting Geronimo Kernel (in Java 1.4.2_09)...
>>>Started configuration  1/16   0s geronimo/rmi-naming/1.0/car
>>>18:57:25,971 ERROR [GBeanInstanceState] Error while starting; GBean is
>>>now in the FAILED state:
>>>objectName="geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-server/1.0/car,J2EEServer=geronimo,j2eeType=TransactionLog,name=HOWLTransactionLog"
>>>java.lang.NullPointerException
>>>       at org.apache.geronimo.transaction.log.HOWLLog$GeronimoReplayListener.onRecord(HOWLLog.java:362)
>>>       at org.objectweb.howl.log.xa.XALogger.replayActiveTx(XALogger.java:1059)
>>>       at org.apache.geronimo.transaction.log.HOWLLog.doStart(HOWLLog.java:220)
>>>       at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:936)
>>>       at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:325)
>>>       at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:110)
>>>       at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:132)
>>>       at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:537)
>>>       at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:208)
>>>       at org.apache.geronimo.kernel.config.Configuration.startRecursiveGBeans(Configuration.java:315)
>>>       at org.apache.geronimo.kernel.config.Configuration$$FastClassByCGLIB$$7f4b4a9b.invoke(<generated>)
>>>       at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>>>       at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>>>       at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
>>>       at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:835)
>>>       at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:178)
>>>       at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:173)
>>>       at org.apache.geronimo.kernel.config.ConfigurationManagerImpl.start(ConfigurationManagerImpl.java:142)
>>>       at org.apache.geronimo.kernel.config.ConfigurationManagerImpl$$FastClassByCGLIB$$fbed85d2.invoke(<generated>)
>>>       at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>>>       at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>>>       at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
>>>       at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:800)
>>>       at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
>>>       at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36)
>>>       at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
>>>       at org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGLIB$$ac1e62eb.start(<generated>)
>>>       at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:323)
>>>       at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:82)
>>>       at org.apache.geronimo.system.main.Daemon.main(Daemon.java:404)
>>>...
>>></snip>
>>>
>>>Most GBeans do not start successfully after that... G is hosed at this
>>>point, had to nuke the txlogs to get a usage G again.
>>>
>>>That line is:
>>>
>>><snip>
>>>Xid masterXid = xidFactory.recover(formatId, globalId, branchId);
>>></snip>
>>>
>>>xidFactory not getting dependency injected?
>>>
>>>--jason
>>>
>>>
>>>
>>>
>>>
>>>      
>>>
>>
>>    
>>
>
>
>  
>



Re: NPE in HOWLLog in boot

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
Gianny -- it looks like you fixed trunk.  Is this a problem in the 1.0
branch as well?  If so, could you fix it there too?

Thanks,
    Aaron

On 2/9/06, Gianny Damour <gi...@optusnet.com.au> wrote:
> Hi Jason,
>
> This has now been fixed. XidFactory is now being properly injected and G
> should start fine.
>
> Thanks,
> Gianny
>
> Jason Dillon wrote:
>
> >I'm not sure how I got G into this state, but its barfing on boot with:
> >
> ><snip>
> >Booting Geronimo Kernel (in Java 1.4.2_09)...
> >Started configuration  1/16   0s geronimo/rmi-naming/1.0/car
> >18:57:25,971 ERROR [GBeanInstanceState] Error while starting; GBean is
> >now in the FAILED state:
> >objectName="geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-server/1.0/car,J2EEServer=geronimo,j2eeType=TransactionLog,name=HOWLTransactionLog"
> >java.lang.NullPointerException
> >        at org.apache.geronimo.transaction.log.HOWLLog$GeronimoReplayListener.onRecord(HOWLLog.java:362)
> >        at org.objectweb.howl.log.xa.XALogger.replayActiveTx(XALogger.java:1059)
> >        at org.apache.geronimo.transaction.log.HOWLLog.doStart(HOWLLog.java:220)
> >        at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:936)
> >        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:325)
> >        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:110)
> >        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:132)
> >        at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:537)
> >        at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:208)
> >        at org.apache.geronimo.kernel.config.Configuration.startRecursiveGBeans(Configuration.java:315)
> >        at org.apache.geronimo.kernel.config.Configuration$$FastClassByCGLIB$$7f4b4a9b.invoke(<generated>)
> >        at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> >        at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
> >        at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
> >        at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:835)
> >        at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:178)
> >        at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:173)
> >        at org.apache.geronimo.kernel.config.ConfigurationManagerImpl.start(ConfigurationManagerImpl.java:142)
> >        at org.apache.geronimo.kernel.config.ConfigurationManagerImpl$$FastClassByCGLIB$$fbed85d2.invoke(<generated>)
> >        at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> >        at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
> >        at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
> >        at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:800)
> >        at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
> >        at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36)
> >        at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
> >        at org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGLIB$$ac1e62eb.start(<generated>)
> >        at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:323)
> >        at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:82)
> >        at org.apache.geronimo.system.main.Daemon.main(Daemon.java:404)
> >...
> ></snip>
> >
> >Most GBeans do not start successfully after that... G is hosed at this
> >point, had to nuke the txlogs to get a usage G again.
> >
> >That line is:
> >
> ><snip>
> >Xid masterXid = xidFactory.recover(formatId, globalId, branchId);
> ></snip>
> >
> >xidFactory not getting dependency injected?
> >
> >--jason
> >
> >
> >
> >
> >
>
>
>

Re: NPE in HOWLLog in boot

Posted by Gianny Damour <gi...@optusnet.com.au>.
Hi Jason,

This has now been fixed. XidFactory is now being properly injected and G 
should start fine.

Thanks,
Gianny
 
Jason Dillon wrote:

>I'm not sure how I got G into this state, but its barfing on boot with:
>
><snip>
>Booting Geronimo Kernel (in Java 1.4.2_09)...
>Started configuration  1/16   0s geronimo/rmi-naming/1.0/car
>18:57:25,971 ERROR [GBeanInstanceState] Error while starting; GBean is
>now in the FAILED state:
>objectName="geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-server/1.0/car,J2EEServer=geronimo,j2eeType=TransactionLog,name=HOWLTransactionLog"
>java.lang.NullPointerException
>        at org.apache.geronimo.transaction.log.HOWLLog$GeronimoReplayListener.onRecord(HOWLLog.java:362)
>        at org.objectweb.howl.log.xa.XALogger.replayActiveTx(XALogger.java:1059)
>        at org.apache.geronimo.transaction.log.HOWLLog.doStart(HOWLLog.java:220)
>        at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:936)
>        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:325)
>        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:110)
>        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:132)
>        at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:537)
>        at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:208)
>        at org.apache.geronimo.kernel.config.Configuration.startRecursiveGBeans(Configuration.java:315)
>        at org.apache.geronimo.kernel.config.Configuration$$FastClassByCGLIB$$7f4b4a9b.invoke(<generated>)
>        at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>        at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>        at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
>        at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:835)
>        at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:178)
>        at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:173)
>        at org.apache.geronimo.kernel.config.ConfigurationManagerImpl.start(ConfigurationManagerImpl.java:142)
>        at org.apache.geronimo.kernel.config.ConfigurationManagerImpl$$FastClassByCGLIB$$fbed85d2.invoke(<generated>)
>        at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>        at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>        at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
>        at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:800)
>        at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
>        at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36)
>        at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
>        at org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGLIB$$ac1e62eb.start(<generated>)
>        at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:323)
>        at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:82)
>        at org.apache.geronimo.system.main.Daemon.main(Daemon.java:404)
>...
></snip>
>
>Most GBeans do not start successfully after that... G is hosed at this
>point, had to nuke the txlogs to get a usage G again.
>
>That line is:
>
><snip>
>Xid masterXid = xidFactory.recover(formatId, globalId, branchId);
></snip>
>
>xidFactory not getting dependency injected?
>
>--jason
>
>
>
>  
>