Build-related logging in m2 is whack right now... will look into fixing that soon.

--jason


On Jul 4, 2006, at 3:22 PM, David Jencks wrote:


On Jul 4, 2006, at 2:04 PM, Jason Dillon wrote:

Can anyone shed some light onto why this might have happened?

Something changed in my workspace last night... but not sure what, as this only recently started to fail consistently w/Corba J2EE Client.


to top post ...

None of the builder configs can depend on any "runtime" config because any runtime config will cause j2ee-system to start which would duplicate the serverInfo and a lot of other singleton gbeans. So, what has happened is that j2ee-deployer config must have a new dependency on a config that has j2ee-system in its ancestor set. I think there's some way to set the log4j level for the packaging plugin so it will print out the classloaders and their parents which can be a big help in locating the exact cause of these problems, but that might not be available in the m2 plugin and I don't recall exactly how to do it.

thanks
david jencks


<rant>
This is one reason why its a massive pain to work for so many days with out committing... can't just diff my workspace against working environment of yesterday and figure this out myself... well I might figure it out myself, but it would be much easier actually using the SCM to facilitate this.
</rant>

<snip>
[INFO] --------------------------------------------------------------------- -------
[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]    task-segment: [install]
[INFO] --------------------------------------------------------------------- -------
[INFO] [clean:clean {execution: default}]
[INFO] Deleting directory /Users/jason/ws/apache/geronimo/trunk/ configs/client-corba/target [INFO] Deleting directory /Users/jason/ws/apache/geronimo/trunk/ configs/client-corba/target/classes [INFO] Deleting directory /Users/jason/ws/apache/geronimo/trunk/ configs/client-corba/target/test-classes
[INFO] [car:dependencies]
[WARNING] POM for 'activecluster:activecluster:pom:1.1- SNAPSHOT:provided' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. [WARNING] POM for 'activemq:activemq:pom:3.2.4-SNAPSHOT:provided' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. [WARNING] POM for 'activecluster:activecluster:pom:1.1- SNAPSHOT:provided' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. [WARNING] POM for 'activemq:activemq:pom:3.2.4-SNAPSHOT:provided' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. [WARNING] POM for 'activecluster:activecluster:pom:1.1- SNAPSHOT:provided' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. [WARNING] POM for 'activemq:activemq:pom:3.2.4-SNAPSHOT:provided' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. [WARNING] POM for 'activecluster:activecluster:pom:1.1- SNAPSHOT:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. [WARNING] POM for 'activemq:activemq:pom:3.2.4-SNAPSHOT:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM.
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [car:package]

Packaging configuration /Users/jason/ws/apache/geronimo/trunk/ configs/client-corba/target/plan/plan.xml

org.apache.geronimo.kernel.config.LifecycleException: start of org.apache.geronimo.configs/j2ee-deployer/1.2-SNAPSHOT/car failed at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCon figuration(SimpleConfigurationManager.java:529) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCon figuration(SimpleConfigurationManager.java:493) at org.apache.geronimo.kernel.config.SimpleConfigurationManager$ $FastClassByCGLIB$$ce77a924.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:122) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke (GBeanInstance.java:817) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke (RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke (RawOperationInvoker.java:35) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept (ProxyMethodInterceptor.java:96) at org.apache.geronimo.kernel.config.ConfigurationManager$ $EnhancerByCGLIB$$780a4ae2.startConfiguration(<generated>) at org.apache.geronimo.plugin.packaging.PackageBuilder.execute (PackageBuilder.java:324) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.geronimo.plugin.packaging.PackageBuilderShellMojo.executeP ackageBuilderShell(PackageBuilderShellMojo.java:232) at org.apache.geronimo.plugin.packaging.PackageBuilderShellMojo.execute( PackageBuilderShellMojo.java:161) at org.apache.maven.plugin.DefaultPluginManager.executeMojo (DefaultPluginManager.java:412) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals (DefaultLifecycleExecutor.java:534) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi fecycle(DefaultLifecycleExecutor.java:475) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal (DefaultLifecycleExecutor.java:454) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan dleFailures(DefaultLifecycleExecutor.java:306) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen ts(DefaultLifecycleExecutor.java:273) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute (DefaultLifecycleExecutor.java:140) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:322) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java: 115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
at org.codehaus.classworlds.Launcher.launchEnhanced (Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java: 255) at org.codehaus.classworlds.Launcher.mainWithExitCode (Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exception at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguratio nGBeans(ConfigurationUtil.java:440) at org.apache.geronimo.kernel.config.KernelConfigurationManager.start (KernelConfigurationManager.java:187) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCon figuration(SimpleConfigurationManager.java:512)
        ... 35 more
Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Configuration org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/ car failed to start due to the following reasons: The service ServiceModule=org.apache.geronimo.configs/j2ee- system/1.2-SNAPSHOT/car,j2eeType=ConfigurationStore,name=Local did not start because org.apache.geronimo.configs/j2ee-system/1.2- SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/j2ee-system/ 1.2-SNAPSHOT/car,j2eeType=Repository,name=Repository did not start. The service ServiceModule=org.apache.geronimo.configs/j2ee- system/1.2-SNAPSHOT/car,j2eeType=GBean,name=ServerInfo did not start for an unknown reason The service ServiceModule=org.apache.geronimo.configs/j2ee- system/1.2-SNAPSHOT/ car,j2eeType=ConfigurationManager,name=ConfigurationManager did not start because org.apache.geronimo.configs/j2ee-system/1.2- SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/j2ee-system/ 1.2-SNAPSHOT/car,j2eeType=AttributeStore,name=AttributeManager did not start. The service ServiceModule=org.apache.geronimo.configs/j2ee- system/1.2-SNAPSHOT/car,j2eeType=Repository,name=Repository did not start because org.apache.geronimo.configs/j2ee-system/1.2- SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/j2ee-system/ 1.2-SNAPSHOT/car,j2eeType=GBean,name=ServerInfo did not start. The service ServiceModule=org.apache.geronimo.configs/j2ee- system/1.2-SNAPSHOT/ car,j2eeType=AttributeStore,name=AttributeManager did not start because org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car? ServiceModule=org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/ car,j2eeType=GBean,name=ServerInfo did not start. The service ServiceModule=org.apache.geronimo.configs/j2ee- system/1.2-SNAPSHOT/car,j2eeType=SystemLog,name=Logger did not start because org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/ car?ServiceModule=org.apache.geronimo.configs/j2ee-system/1.2- SNAPSHOT/car,j2eeType=GBean,name=ServerInfo did not start.

at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguratio nGBeans(ConfigurationUtil.java:403)
        ... 37 more
===========================================
[INFO] --------------------------------------------------------------------- ---
[ERROR] BUILD ERROR
[INFO] --------------------------------------------------------------------- --- [INFO] org.apache.geronimo.kernel.config.LifecycleException: start of org.apache.geronimo.configs/j2ee-deployer/1.2-SNAPSHOT/car failed

Configuration org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/ car failed to start due to the following reasons: The service ServiceModule=org.apache.geronimo.configs/j2ee- system/1.2-SNAPSHOT/car,j2eeType=ConfigurationStore,name=Local did not start because org.apache.geronimo.configs/j2ee-system/1.2- SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/j2ee-system/ 1.2-SNAPSHOT/car,j2eeType=Repository,name=Repository did not start. The service ServiceModule=org.apache.geronimo.configs/j2ee- system/1.2-SNAPSHOT/car,j2eeType=GBean,name=ServerInfo did not start for an unknown reason The service ServiceModule=org.apache.geronimo.configs/j2ee- system/1.2-SNAPSHOT/ car,j2eeType=ConfigurationManager,name=ConfigurationManager did not start because org.apache.geronimo.configs/j2ee-system/1.2- SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/j2ee-system/ 1.2-SNAPSHOT/car,j2eeType=AttributeStore,name=AttributeManager did not start. The service ServiceModule=org.apache.geronimo.configs/j2ee- system/1.2-SNAPSHOT/car,j2eeType=Repository,name=Repository did not start because org.apache.geronimo.configs/j2ee-system/1.2- SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/j2ee-system/ 1.2-SNAPSHOT/car,j2eeType=GBean,name=ServerInfo did not start. The service ServiceModule=org.apache.geronimo.configs/j2ee- system/1.2-SNAPSHOT/ car,j2eeType=AttributeStore,name=AttributeManager did not start because org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car? ServiceModule=org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/ car,j2eeType=GBean,name=ServerInfo did not start. The service ServiceModule=org.apache.geronimo.configs/j2ee- system/1.2-SNAPSHOT/car,j2eeType=SystemLog,name=Logger did not start because org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/ car?ServiceModule=org.apache.geronimo.configs/j2ee-system/1.2- SNAPSHOT/car,j2eeType=GBean,name=ServerInfo did not start.

[INFO] --------------------------------------------------------------------- ---
[INFO] For more information, run Maven with the -e switch
[INFO] --------------------------------------------------------------------- ---
[INFO] Total time: 1 minute 29 seconds
[INFO] Finished at: Tue Jul 04 13:42:54 PDT 2006
[INFO] Final Memory: 23M/43M
[INFO] --------------------------------------------------------------------- ---
</snip>

Thanks,

--jason




Reply via email to