I have seen problems like this sometimes. I wonder if the pax-url and karaf snapshots are up to date? That might result in old artifacts (not from the build you just did) getting downloaded and installed in the framework rather than the ones in the server /system repo. You might also be able to use the console to investigate why geronimo-system won't start. The log (now at data/log/karaf.log) might show something also.
I'll see if I can find some time tomorrow to run a build on another machine and see what happens. thanks david jencks On Jan 11, 2012, at 9:58 PM, Forrest Xia wrote: > Made a build bypassing the test, but failed to start server with this > exception: > > Module 1/62 org.apache.geronimo.framework/j2ee-system/3.0-SNAPSHOT/car > Server Startup failed > > org.apache.geronimo.kernel.config.LifecycleException: load of > org.apache.geronimo.framework/j2ee-system/3.0-SNAPSHOT/car failed > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:389) > at > org.apache.geronimo.system.main.EmbeddedDaemon$1.run(EmbeddedDaemon.java:261) > Caused by: org.osgi.framework.BundleException: Unresolved constraint in > bundle org.apache.geronimo.framework.j2ee-system [129]: Unable to resolve > 129.0: missing requirement [129.0] osgi.wiring.package; > (osgi.wiring.package=org.apache.geronimo.system.osgi) > at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) > at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) > at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:944) > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:380) > ... 1 more > > > On Tue, Jan 10, 2012 at 11:13 PM, Kevan Miller <[email protected]> wrote: > > Looks like there's a new build issue -- > http://ci.apache.org/builders/geronimo-server-trunk/builds/506/steps/compile/logs/stdio > > --kevan > > > > -- > Thanks! > > Regards, Forrest >
