Thanks Aaron.  I added
       ClassLoaderDumper.dump(this.getContainer());
at GeronimoBeforeAfterValve line 31 (which is right before the error
occurs in catalina).  The output is attached.  I'm not sure how useful
this is so let me know if you need some other type of info.

Paul

On 5/5/06, Aaron Mulder <[EMAIL PROTECTED]> wrote:
There's a ClassLoaderDumper in the current tree that might be useful
for this.  Though it does kind of result in information overload.  :)

Thanks,
    Aaron

On 5/5/06, Jeff Genender <[EMAIL PROTECTED]> wrote:
> Paul,
>
> Can you dump the URLClassLoader paths?  This may help find th answer...
>
> Jeff
>
> Paul McMahan wrote:
> > John,  I got hte same error using tomcat (see below) but jetty seemed
> > to work OK.  The error indicates that tomcat can't load the portlet
> > taglib descriptor file. The code in tomcat that tries to load it looks
> > like:
> >            inputSource =
> >                new InputSource(
> >
> > context.getServletContext().getResourceAsStream(resourcePath));
> >
> >
> > [EMAIL PROTECTED] bin]$ java
> > -DXorg.apache.geronimo.NewClassLoader=true -jar server.jar
> > Booting Geronimo Kernel (in Java 1.4.2_10)...
> > Starting Geronimo Application Server v1.1-SNAPSHOT
> > [******************>   ] 84%  25s  Loading
> > geronimo/webconsole-tomc...10:37:39,091 ERROR [StandardContext] Error
> > reading tld listeners javax.servlet.ServletException: Exception
> > processing TLD at resource path /WEB-INF/tld/portlet.tld in context
> > /console
> > javax.servlet.ServletException: Exception processing TLD at resource
> > path /WEB-INF/tld/portlet.tld in context /console
> >        at
> > org.apache.catalina.startup.TldConfig.tldScanTld(TldConfig.java:547)
> >        at org.apache.catalina.startup.TldConfig.execute(TldConfig.java:300)
> >        at
> > 
org.apache.catalina.core.StandardContext.processTlds(StandardContext.java:4193)
> >
> >        at
> > org.apache.catalina.core.StandardContext.start(StandardContext.java:4049)
> >        at
> > 
org.apache.geronimo.tomcat.GeronimoStandardContext.access$201(GeronimoStandardContext.java:67)
> >
> >        at
> > 
org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:331)
> >
> >        at
> > 
org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:31)
> >
> >        at
> > 
org.apache.geronimo.tomcat.GeronimoStandardContext.start(GeronimoStandardContext.java:186)
> >
> >        at
> > 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
> >
> >        at
> > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
> >        at
> > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
> >        at
> > 
org.apache.geronimo.tomcat.TomcatContainer.addContext(TomcatContainer.java:313)
> >
> >        at
> > 
org.apache.geronimo.tomcat.TomcatContainer$$FastClassByCGLIB$$9370b073.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.tomcat.TomcatContainer$$EnhancerByCGLIB$$42172c3b.addContext(<generated>)
> >
> >        at
> > 
org.apache.geronimo.tomcat.TomcatWebAppContext.doStart(TomcatWebAppContext.java:448)
> >
> >        at
> > 
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:981)
> >
> >        at
> > 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:267)
> >
> >        at
> > 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
> >
> >        at
> > 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:124)
> >
> >        at
> > 
org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:540)
> >
> >        at
> > 
org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)
> >
> >        at
> > 
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:374)
> >
> >        at
> > 
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:411)
> >
> >        at
> > 
org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:174)
> >
> >        at
> > 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:505)
> >
> >        at
> > 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:486)
> >
> >        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$$2861d9b4.startConfiguration(<generated>)
> >
> >        at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:287)
> >        at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
> >        at org.apache.geronimo.system.main.Daemon.main(Daemon.java:367)
> > [******************>   ] 84%  26s Starting
> > geronimo/webconsole-tomc...10:37:39,857 ERROR [StandardContext] Error
> > reading tld listeners javax.servlet.ServletException: Exception
> > processing TLD at resource path /WEB-INF/tld/portlet.tld in context
> > /console-standard
> > javax.servlet.ServletException: Exception processing TLD at resource
> > path /WEB-INF/tld/portlet.tld in context /console-standard
> >        at
> > org.apache.catalina.startup.TldConfig.tldScanTld(TldConfig.java:547)
> >        at org.apache.catalina.startup.TldConfig.execute(TldConfig.java:300)
> >        at
> > 
org.apache.catalina.core.StandardContext.processTlds(StandardContext.java:4193)
> >
> >        at
> > org.apache.catalina.core.StandardContext.start(StandardContext.java:4049)
> >        at
> > 
org.apache.geronimo.tomcat.GeronimoStandardContext.access$201(GeronimoStandardContext.java:67)
> >
> >        at
> > 
org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:331)
> >
> >        at
> > 
org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:31)
> >
> >        at
> > 
org.apache.geronimo.tomcat.GeronimoStandardContext.start(GeronimoStandardContext.java:186)
> >
> >        at
> > 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
> >
> >        at
> > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
> >        at
> > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
> >        at
> > 
org.apache.geronimo.tomcat.TomcatContainer.addContext(TomcatContainer.java:313)
> >
> >        at
> > 
org.apache.geronimo.tomcat.TomcatContainer$$FastClassByCGLIB$$9370b073.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.tomcat.TomcatContainer$$EnhancerByCGLIB$$42172c3b.addContext(<generated>)
> >
> >        at
> > 
org.apache.geronimo.tomcat.TomcatWebAppContext.doStart(TomcatWebAppContext.java:448)
> >
> >        at
> > 
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:981)
> >
> >        at
> > 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:267)
> >
> >        at
> > 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
> >
> >        at
> > 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:124)
> >
> >        at
> > 
org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:540)
> >
> >        at
> > 
org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)
> >
> >        at
> > 
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:374)
> >
> >        at
> > 
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:411)
> >
> >        at
> > 
org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:174)
> >
> >        at
> > 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:505)
> >
> >        at
> > 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:486)
> >
> >        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$$2861d9b4.startConfiguration(<generated>)
> >
> >        at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:287)
> >        at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
> >        at org.apache.geronimo.system.main.Daemon.main(Daemon.java:367)
> > [**********************] 100%  31s Startup complete
> >  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 127.0.0.1 Remote Login Listener
> >    8009 0.0.0.0   Tomcat Connector AJP
> >    8080 0.0.0.0   Tomcat Connector HTTP
> >    8443 0.0.0.0   Tomcat Connector HTTPS
> >    9999 0.0.0.0   JMX Remoting Connector
> >   61616 0.0.0.0   ActiveMQ Message Broker Connector
> >
> >  Started Application Modules:
> >    EAR: geronimo/webconsole-tomcat/1.1-SNAPSHOT/car
> >    RAR: geronimo/activemq/1.1-SNAPSHOT/car
> >    RAR: geronimo/system-database/1.1-SNAPSHOT/car
> >    WAR: geronimo/remote-deploy-tomcat/1.1-SNAPSHOT/car
> >    WAR: geronimo/welcome-tomcat/1.1-SNAPSHOT/car
> >
> >  Web Applications:
> >    http://frylock.raleigh.ibm.com:8080/
> >    http://frylock.raleigh.ibm.com:8080/console
> >    http://frylock.raleigh.ibm.com:8080/console-standard
> >    http://frylock.raleigh.ibm.com:8080/remote-deploy
> >
> > Geronimo Application Server started
> >
> >
> > On 5/4/06, John Sisson <[EMAIL PROTECTED]> wrote:
> >> Haven't had a chance to debug this..  Can others reproduce?
> >>
> >> This problem only seems to occur when using the NewClassLoader.
> >>
> >> John
> >>
> >> C:\Temp>set GERONIMO_OPTS=-DXorg.apache.geronimo.NewClassLoader=true
> >>
> >> C:\Temp>geronimo-1.1-SNAPSHOT\bin\geronimo.bat run --long
> > [...]
>

[*****************>    ] 79% 101s Starting 
geronimo/welcome-tomcat/...ClassLoader is 
[org.apache.geronimo.kernel.classloader.JarFileClassLoader 
id=geronimo/tomcat/1.1-SNAPSHOT/car]
  ClassLoader is [org.apache.geronimo.kernel.classloader.JarFileClassLoader 
id=geronimo/rmi-naming/1.1-SNAPSHOT/car]
    ClassLoader is [org.apache.geronimo.kernel.classloader.JarFileClassLoader 
id=geronimo/j2ee-system/1.1-SNAPSHOT/car]
      ClassLoader is [EMAIL PROTECTED]
        ClassLoader is [EMAIL PROTECTED]
ClassLoader is [org.apache.geronimo.kernel.classloader.JarFileClassLoader 
id=geronimo/tomcat/1.1-SNAPSHOT/car]
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/geronimo/geronimo-tomcat/1.1-SNAPSHOT/geronimo-tomcat-1.1-SNAPSHOT.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/tomcat/catalina/5.5.9/catalina-5.5.9.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/tomcat/tomcat-ajp/5.5.9/tomcat-ajp-5.5.9.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/tomcat/catalina-cluster/5.5.9/catalina-cluster-5.5.9.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/tomcat/catalina-optional/5.5.9/catalina-optional-5.5.9.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/tomcat/tomcat-coyote/5.5.9/tomcat-coyote-5.5.9.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/tomcat/tomcat-http/5.5.9/tomcat-http-5.5.9.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/tomcat/jasper-compiler/5.5.9/jasper-compiler-5.5.9.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/tomcat/jasper-compiler-jdt/5.5.9/jasper-compiler-jdt-5.5.9.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/tomcat/jasper-runtime/5.5.9/jasper-runtime-5.5.9.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/tomcat/tomcat-util/5.5.9/tomcat-util-5.5.9.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/tomcat/naming-resources/5.5.9/naming-resources-5.5.9.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/tomcat/servlets-default/5.5.9/servlets-default-5.5.9.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/tomcat/servlets-invoker/5.5.9/servlets-invoker-5.5.9.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/commons-beanutils/commons-beanutils/1.6.1/commons-beanutils-1.6.1.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/commons-collections/commons-collections/3.1/commons-collections-3.1.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/commons-el/commons-el/1.0/commons-el-1.0.jar
  
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/commons-modeler/commons-modeler/1.1/commons-modeler-1.1.jar
    ClassLoader is [org.apache.geronimo.kernel.classloader.JarFileClassLoader 
id=geronimo/rmi-naming/1.1-SNAPSHOT/car]
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/geronimo-spec/geronimo-spec-corba/2.3-rc4/geronimo-spec-corba-2.3-rc4.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-activation_1.0.2_spec/1.0/geronimo-activation_1.0.2_spec-1.0.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-ejb_2.1_spec/1.0/geronimo-ejb_2.1_spec-1.0.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-j2ee-connector_1.5_spec/1.0/geronimo-j2ee-connector_1.5_spec-1.0.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.0/geronimo-j2ee-deployment_1.1_spec-1.0.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-j2ee-jacc_1.0_spec/1.0/geronimo-j2ee-jacc_1.0_spec-1.0.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-j2ee-management_1.0_spec/1.0/geronimo-j2ee-management_1.0_spec-1.0.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-javamail_1.3.1_spec/1.1-SNAPSHOT/geronimo-javamail_1.3.1_spec-1.1-SNAPSHOT.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-jaxrpc_1.1_spec/1.0/geronimo-jaxrpc_1.1_spec-1.0.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-jaxr_1.0_spec/1.0/geronimo-jaxr_1.0_spec-1.0.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-jsp_2.0_spec/1.0/geronimo-jsp_2.0_spec-1.0.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-jta_1.0.1B_spec/1.0/geronimo-jta_1.0.1B_spec-1.0.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-qname_1.1_spec/1.0/geronimo-qname_1.1_spec-1.0.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-saaj_1.1_spec/1.0/geronimo-saaj_1.1_spec-1.0.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/org/apache/geronimo/specs/geronimo-servlet_2.4_spec/1.0/geronimo-servlet_2.4_spec-1.0.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/geronimo/geronimo-management/1.1-SNAPSHOT/geronimo-management-1.1-SNAPSHOT.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/geronimo/geronimo-j2ee/1.1-SNAPSHOT/geronimo-j2ee-1.1-SNAPSHOT.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/geronimo/geronimo-core/1.1-SNAPSHOT/geronimo-core-1.1-SNAPSHOT.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/geronimo/geronimo-naming/1.1-SNAPSHOT/geronimo-naming-1.1-SNAPSHOT.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/geronimo/geronimo-transaction/1.1-SNAPSHOT/geronimo-transaction-1.1-SNAPSHOT.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/geronimo/geronimo-security/1.1-SNAPSHOT/geronimo-security-1.1-SNAPSHOT.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/geronimo/geronimo-util/1.1-SNAPSHOT/geronimo-util-1.1-SNAPSHOT.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/geronimo/geronimo-webservices/1.1-SNAPSHOT/geronimo-webservices-1.1-SNAPSHOT.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/concurrent/concurrent/1.3.4/concurrent-1.3.4.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/howl/howl-logger/0.1.11/howl-logger-0.1.11.jar
      
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/repository/activeio/activeio/2.0-r118/activeio-2.0-r118.jar
        ClassLoader is 
[org.apache.geronimo.kernel.classloader.JarFileClassLoader 
id=geronimo/j2ee-system/1.1-SNAPSHOT/car]
            ClassLoader is [EMAIL PROTECTED]
              
file:/home/pmcmahan/src/geronimo/1.1/modules/system/target/test-classes/
              
file:/home/pmcmahan/src/geronimo/1.1/modules/system/target/classes/
              file:/home/pmcmahan/.maven/repository/junit/jars/junit-3.8.1.jar
              
file:/home/pmcmahan/.maven/repository/geronimo/jars/geronimo-common-1.1-SNAPSHOT.jar
              
file:/home/pmcmahan/.maven/repository/geronimo/jars/geronimo-util-1.1-SNAPSHOT.jar
              
file:/home/pmcmahan/.maven/repository/geronimo/jars/geronimo-kernel-1.1-SNAPSHOT.jar
              
file:/home/pmcmahan/.maven/repository/cglib/jars/cglib-nodep-2.1_3.jar
              
file:/home/pmcmahan/.maven/repository/commons-logging/jars/commons-logging-1.0.4.jar
              file:/home/pmcmahan/.maven/repository/log4j/jars/log4j-1.2.8.jar
              file:/home/pmcmahan/.maven/repository/mx4j/jars/mx4j-3.0.1.jar
              
file:/home/pmcmahan/.maven/repository/concurrent/jars/concurrent-1.3.4.jar
              
file:/home/pmcmahan/.maven/repository/commons-jelly/jars/commons-jelly-tags-velocity-1.0.jar
              
file:/home/pmcmahan/.maven/repository/velocity/jars/velocity-1.4.jar
              
file:/home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-tomcat-server/target/geronimo-1.1-SNAPSHOT/bin/server.jar
                ClassLoader is [EMAIL PROTECTED]
                  file:/usr/java/j2sdk1.4.2_10/jre/lib/ext/dnsns.jar
                  file:/usr/java/j2sdk1.4.2_10/jre/lib/ext/ldapsec.jar
                  file:/usr/java/j2sdk1.4.2_10/jre/lib/ext/localedata.jar
                  file:/usr/java/j2sdk1.4.2_10/jre/lib/ext/sunjce_provider.ja

Reply via email to