dev@glassfish.java.net

error during startup with fresh build this am

From: Bobby Bissett <Robert.Bissett_at_Sun.COM>
Date: Mon, 12 Oct 2009 11:24:28 -0400

With a farm-fresh build this morning I see the following:

Oct 12, 2009 11:17:14 AM
com.sun.enterprise.admin.launcher.GFLauncherLogger info
INFO: Successfully launched in 46 msec.
[#|2009-10-12T11:17:21.299-0400|INFO||null|
_ThreadID=11;_ThreadName=Thread-3;|Running GlassFish Version:
GlassFish v3 (build bobby-private)|#]

[#|2009-10-12T11:17:21.589-0400|INFO|glassfish|
javax.enterprise.system.tools.monitor.org.glassfish.admin.monitor|
_ThreadID=11;_ThreadName=Thread-3;|Discovering the ProbeProviders|#]

[#|2009-10-12T11:17:21.912-0400|SEVERE|glassfish|
javax.enterprise.system.core.com.sun.enterprise.v3.server|
_ThreadID=12;_ThreadName=Thread-3;|Error processing
com.sun.enterprise.v3.server.TransactionRecovery
org.jvnet.hk2.component.ComponentException: Injection failed on
com
.sun
.hk2
.component
.Holder<org.glassfish.transaction.api.ResourceRecoveryManager>
com.sun.enterprise.v3.server.TransactionRecovery.rrMgr
        at
org.jvnet.hk2.component.InjectionManager.inject(InjectionManager.java:
107)
        at
com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:170)
        at com.sun.hk2.component.ConstructorWomb$1.run(ConstructorWomb.java:91)
        at java.security.AccessController.doPrivileged(Native Method)
        at
com.sun.hk2.component.ConstructorWomb.initialize(ConstructorWomb.java:
88)
        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
$2.run(AppServerStartup.java:223)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
441)
        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:886)
        at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:637)
Caused by: java.lang.IllegalArgumentException: Can not set
com.sun.hk2.component.Holder field
com.sun.enterprise.v3.server.TransactionRecovery.rrMgr to
org.jvnet.hk2.component.Habitat$5
        at
sun
.reflect
.UnsafeFieldAccessorImpl
.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:146)
        at
sun
.reflect
.UnsafeFieldAccessorImpl
.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:150)
        at
sun
.reflect
.UnsafeObjectFieldAccessorImpl.set(UnsafeObjectFieldAccessorImpl.java:
63)
        at java.lang.reflect.Field.set(Field.java:657)
        at
org.jvnet.hk2.component.InjectionManager.inject(InjectionManager.java:
84)
        ... 15 more
|#]

It's not affecting what I'm working on, but it doesn't look, erm, good.