jeesh, I need sleep.

Index: configs/geronimo-gbean-deployer/pom.xml
===================================================================
--- configs/geronimo-gbean-deployer/pom.xml     (revision 419120)
+++ configs/geronimo-gbean-deployer/pom.xml     (working copy)
@@ -63,5 +63,13 @@
             <groupId>org.apache.geronimo.modules</groupId>
             <artifactId>geronimo-deploy-tool</artifactId>
         </dependency>
+        <dependency>
+            <groupId>xmlbeans</groupId>
+            <artifactId>xbean</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>stax</groupId>
+            <artifactId>stax-api</artifactId>
+        </dependency>
     </dependencies>
</project>


hope this helps

On Jul 13, 2006, at 12:24 AM, Jason Dillon wrote:

Cool!

Next in line is:

<snip>
Module 8/13 org.apache.geronimo.configs/geronimo-gbean-deployer/ 1.2-SNAPSHOT/carException in thread "main" java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlException
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:1655)
        at java.lang.Class.getMethod0(Class.java:1901)
        at java.lang.Class.getMethod(Class.java:984)
at org.apache.geronimo.gbean.runtime.GBeanAttribute.<init> (GBeanAttribute.java:236) at org.apache.geronimo.gbean.runtime.GBeanInstance.<init> (GBeanInstance.java:243) at org.apache.geronimo.kernel.basic.BasicKernel.loadGBean (BasicKernel.java:354) at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguration GBeans(ConfigurationUtil.java:362) at org.apache.geronimo.kernel.config.KernelConfigurationManager.start (KernelConfigurationManager.java:187) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConf iguration(SimpleConfigurationManager.java:512) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConf iguration(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.EditableConfigurationManager$ $EnhancerByCGLIB$$443b9517.startConfiguration(<generated>) at org.apache.geronimo.system.main.Daemon.doStartup (Daemon.java:297) at org.apache.geronimo.system.main.Daemon.<init> (Daemon.java:74) at org.apache.geronimo.system.main.Daemon.main(Daemon.java: 377)
</snip>

--jason


On Jul 13, 2006, at 12:09 AM, David Jencks wrote:

I had to fix this one too.... IIRC it is from a missing interceptor dependency in configs/rmi-naming/pom.xml:

Index: configs/rmi-naming/pom.xml
===================================================================
--- configs/rmi-naming/pom.xml  (revision 419120)
+++ configs/rmi-naming/pom.xml  (working copy)
@@ -31,12 +31,12 @@
     <artifactId>rmi-naming</artifactId>
     <packaging>car</packaging>
     <name>RMI Naming configuration</name>
-
+
     <properties>
         <PlanServerHostname>localhost</PlanServerHostname>
         <PlanNamingPort>1099</PlanNamingPort>
     </properties>
-
+
     <build>
         <plugins>
             <!-- This plugin needed to support package type car -->
@@ -140,6 +140,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-interceptor</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
             <artifactId>geronimo-naming</artifactId>
         </dependency>
         <dependency>


thanks
david jencks

On Jul 13, 2006, at 12:00 AM, Jason Dillon wrote:

Okay... one down... how about this one:

<snip>
Booting Geronimo Kernel (in Java 1.4.2_09)...
log4j:WARN No appenders could be found for logger (org.apache.geronimo.system.main.Daemon).
log4j:WARN Please initialize the log4j system properly.
Module 1/13 org.apache.geronimo.configs/rmi-naming/1.2-SNAPSHOT/ car started in 1.078s Module 2/13 org.apache.geronimo.configs/j2ee-server/1.2-SNAPSHOT/ car started in 1.528s Module 3/13 org.apache.geronimo.configs/j2ee-security/1.2- SNAPSHOT/car Server Startup failed

org.apache.geronimo.kernel.config.LifecycleException: start of org.apache.geronimo.configs/j2ee-security/1.2-SNAPSHOT/car failed at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCo nfiguration(SimpleConfigurationManager.java:529) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCo nfiguration(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.EditableConfigurationManager $$EnhancerByCGLIB$$443b9517.startConfiguration(<generated>) at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java: 297)
        at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
        at org.apache.geronimo.system.main.Daemon.main(Daemon.java:377)
Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exception at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurati onGBeans(ConfigurationUtil.java:440) at org.apache.geronimo.kernel.config.KernelConfigurationManager.start (KernelConfigurationManager.java:187) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCo nfiguration(SimpleConfigurationManager.java:512)
        ... 13 more
Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Configuration org.apache.geronimo.configs/j2ee-security/1.2- SNAPSHOT/car failed to start due to the following reasons: The service ServiceModule=org.apache.geronimo.configs/j2ee- security/1.2-SNAPSHOT/ car,j2eeType=GBean,name=JaasLoginServiceRemotingServer did not start for an unknown reason

at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurati onGBeans(ConfigurationUtil.java:403)
        ... 15 more

Server shutdown begun
Server shutdown completed
</snip>

--jason

Reply via email to