Holy incredible startable server Batman!

<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.235s Module 2/13 org.apache.geronimo.configs/j2ee-server/1.2-SNAPSHOT/ car started in 1.602s Module 3/13 org.apache.geronimo.configs/j2ee-security/1.2-SNAPSHOT/ car started in 1.535s Module 4/13 org.apache.geronimo.configs/axis/1.2-SNAPSHOT/ car started in .220s Module 5/13 org.apache.geronimo.configs/openejb/1.2-SNAPSHOT/ car started in 7.776s Module 6/13 org.apache.geronimo.configs/system-database/1.2-SNAPSHOT/ car started in .000s Module 7/13 org.apache.geronimo.configs/jetty/1.2-SNAPSHOT/ car started in 1.142s Module 8/13 org.apache.geronimo.configs/geronimo-gbean-deployer/1.2- SNAPSHOT/car started in .880s Module 9/13 org.apache.geronimo.configs/j2ee-deployer/1.2-SNAPSHOT/ car started in 1.039s Module 10/13 org.apache.geronimo.configs/openejb-deployer/1.2- SNAPSHOT/car started in .758s Module 11/13 org.apache.geronimo.configs/client-deployer/1.2-SNAPSHOT/ car started in .119s Module 12/13 org.apache.geronimo.configs/axis-deployer/1.2-SNAPSHOT/ car started in .156s Module 13/13 org.apache.geronimo.configs/jetty-deployer/1.2-SNAPSHOT/ car started in .685s
Startup completed in 29 seconds
  Listening on Ports:
    1099 0.0.0.0 RMI Naming
    1527 0.0.0.0 Derby Connector
    4201 0.0.0.0 ActiveIO Connector EJB
    4242 0.0.0.0 Remote Login Listener
    8009 0.0.0.0 Jetty Connector AJP13
    8080 0.0.0.0 Jetty Connector HTTP
    8443 0.0.0.0 Jetty Connector HTTPS
    9999 0.0.0.0 JMX Remoting Connector

  Started Application Modules:
    RAR: org.apache.geronimo.configs/system-database/1.2-SNAPSHOT/car

Geronimo Application Server started

Server shutdown begun
Server shutdown completed
</snip>

Now just gotta resolve whats up with log4j, and then start getting those other configs included.

But a major step forward!  Thanks!!!!

--jason


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

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.startConfiguratio nGBeans(ConfigurationUtil.java:362) at org.apache.geronimo.kernel.config.KernelConfigurationManager.start (KernelConfigurationManager.java:187) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCon figuration(SimpleConfigurationManager.java:512) 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.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.startC onfiguration(SimpleConfigurationManager.java:529) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startC onfiguration(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.startConfigurat ionGBeans(ConfigurationUtil.java:440) at org.apache.geronimo.kernel.config.KernelConfigurationManager.start( KernelConfigurationManager.java:187) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startC onfiguration(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.startConfigurat ionGBeans(ConfigurationUtil.java:403)
        ... 15 more

Server shutdown begun
Server shutdown completed
</snip>

--jason


Reply via email to