Quantcast

grails 2 compile error

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

grails 2 compile error

hairinwind
after upgrading to grails 2, I got this exception when ran 'grails compile'

| Error Fatal error during compilation org.apache.tools.ant.BuildException: java.lang.NoSuchMethodError: org.apache.log4
j.Logger.isTraceEnabled()Z (NOTE: Stack trace has been filtered. Use --verbose to see entire trace.)
java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z
        at org.slf4j.impl.GrailsLog4jLoggerAdapter.isTraceEnabled(GrailsLog4jLoggerAdapter.java:57)
        at org.apache.commons.logging.impl.SLF4JLog.isTraceEnabled(SLF4JLog.java:86)
        at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.findCandidateComponents(Cl
assPathScanningCandidateComponentProvider.java:223)
        at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.j
ava:218)
        at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.scan(ClassPathBeanDefinitionScanner.jav
a:196)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.codehaus.gant.GantBuilder.invokeMethod(GantBuilder.java:99)
        at _GrailsCompile_groovy$_run_closure3_closure8_closure9.doCall(_GrailsCompile_groovy:62)
        at _GrailsCompile_groovy$_run_closure3_closure8_closure9.doCall(_GrailsCompile_groovy)
        at _GrailsCompile_groovy.withCompilationErrorHandling(_GrailsCompile_groovy:69)
        at _GrailsCompile_groovy.this$4$withCompilationErrorHandling(_GrailsCompile_groovy)
        at _GrailsCompile_groovy$_run_closure3_closure8.doCall(_GrailsCompile_groovy:61)
        at _GrailsCompile_groovy$_run_closure3_closure8.doCall(_GrailsCompile_groovy)
        at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)
        at _GrailsCompile_groovy$_run_closure3.doCall(_GrailsCompile_groovy:58)
        at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)
        at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy:1
85)
        at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy)
        at org.codehaus.gant.GantBinding.withTargetEvent(GantBinding.groovy:90)
        at org.codehaus.gant.GantBinding.this$4$withTargetEvent(GantBinding.groovy)
        at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy:185)
        at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy)
        at org.codehaus.gant.GantMetaClass.processClosure(GantMetaClass.java:81)
        at org.codehaus.gant.GantMetaClass.processArgument(GantMetaClass.java:95)
        at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:128)
        at _GrailsCompile_groovy$_run_closure2.doCall(_GrailsCompile_groovy:45)
        at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)
        at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy:1
85)
        at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy)
        at org.codehaus.gant.GantBinding.withTargetEvent(GantBinding.groovy:90)
        at org.codehaus.gant.GantBinding.this$4$withTargetEvent(GantBinding.groovy)
        at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy:185)
        at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy)
        at gant.Gant$_dispatch_closure5.doCall(Gant.groovy:381)
        at gant.Gant$_dispatch_closure7.doCall(Gant.groovy:415)
        at gant.Gant$_dispatch_closure7.doCall(Gant.groovy)
        at gant.Gant.withBuildListeners(Gant.groovy:427)
        at gant.Gant.this$2$withBuildListeners(Gant.groovy)
        at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source)
        at gant.Gant.dispatch(Gant.groovy:415)
        at gant.Gant.this$2$dispatch(Gant.groovy)
        at gant.Gant.invokeMethod(Gant.groovy)
        at gant.Gant.executeTargets(Gant.groovy:591)
        at gant.Gant.executeTargets(Gant.groovy:590)
| Error Fatal error during compilation org.apache.tools.ant.BuildException: java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z

Any idea? How to fix it?
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: grails 2 compile error

Graeme Rocher-4
Administrator
This looks like an log4j conflict.. run 'grails dependency-report' and
check you do not have multiple versions of log4j on your path

Cheers

On Wed, Nov 2, 2011 at 7:40 PM, hairinwind <[hidden email]> wrote:

> after upgrading to grails 2, I got this exception when ran 'grails compile'
>
> | Error Fatal error during compilation org.apache.tools.ant.BuildException:
> java.lang.NoSuchMethodError: org.apache.log4
> j.Logger.isTraceEnabled()Z (NOTE: Stack trace has been filtered. Use
> --verbose to see entire trace.)
> java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z
>        at
> org.slf4j.impl.GrailsLog4jLoggerAdapter.isTraceEnabled(GrailsLog4jLoggerAdapter.java:57)
>        at
> org.apache.commons.logging.impl.SLF4JLog.isTraceEnabled(SLF4JLog.java:86)
>        at
> org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.findCandidateComponents(Cl
> assPathScanningCandidateComponentProvider.java:223)
>        at
> org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.j
> ava:218)
>        at
> org.springframework.context.annotation.ClassPathBeanDefinitionScanner.scan(ClassPathBeanDefinitionScanner.jav
> a:196)
>        at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
>        at
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>        at org.codehaus.gant.GantBuilder.invokeMethod(GantBuilder.java:99)
>        at
> _GrailsCompile_groovy$_run_closure3_closure8_closure9.doCall(_GrailsCompile_groovy:62)
>        at
> _GrailsCompile_groovy$_run_closure3_closure8_closure9.doCall(_GrailsCompile_groovy)
>        at
> _GrailsCompile_groovy.withCompilationErrorHandling(_GrailsCompile_groovy:69)
>        at
> _GrailsCompile_groovy.this$4$withCompilationErrorHandling(_GrailsCompile_groovy)
>        at
> _GrailsCompile_groovy$_run_closure3_closure8.doCall(_GrailsCompile_groovy:61)
>        at
> _GrailsCompile_groovy$_run_closure3_closure8.doCall(_GrailsCompile_groovy)
>        at
> org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)
>        at
> _GrailsCompile_groovy$_run_closure3.doCall(_GrailsCompile_groovy:58)
>        at
> org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)
>        at
> org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy:1
> 85)
>        at
> org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy)
>        at
> org.codehaus.gant.GantBinding.withTargetEvent(GantBinding.groovy:90)
>        at
> org.codehaus.gant.GantBinding.this$4$withTargetEvent(GantBinding.groovy)
>        at
> org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy:185)
>        at
> org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy)
>        at
> org.codehaus.gant.GantMetaClass.processClosure(GantMetaClass.java:81)
>        at
> org.codehaus.gant.GantMetaClass.processArgument(GantMetaClass.java:95)
>        at
> org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:128)
>        at
> _GrailsCompile_groovy$_run_closure2.doCall(_GrailsCompile_groovy:45)
>        at
> org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)
>        at
> org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy:1
> 85)
>        at
> org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy)
>        at
> org.codehaus.gant.GantBinding.withTargetEvent(GantBinding.groovy:90)
>        at
> org.codehaus.gant.GantBinding.this$4$withTargetEvent(GantBinding.groovy)
>        at
> org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy:185)
>        at
> org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy)
>        at gant.Gant$_dispatch_closure5.doCall(Gant.groovy:381)
>        at gant.Gant$_dispatch_closure7.doCall(Gant.groovy:415)
>        at gant.Gant$_dispatch_closure7.doCall(Gant.groovy)
>        at gant.Gant.withBuildListeners(Gant.groovy:427)
>        at gant.Gant.this$2$withBuildListeners(Gant.groovy)
>        at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source)
>        at gant.Gant.dispatch(Gant.groovy:415)
>        at gant.Gant.this$2$dispatch(Gant.groovy)
>        at gant.Gant.invokeMethod(Gant.groovy)
>        at gant.Gant.executeTargets(Gant.groovy:591)
>        at gant.Gant.executeTargets(Gant.groovy:590)
> | Error Fatal error during compilation org.apache.tools.ant.BuildException:
> java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z
>
> Any idea? How to fix it?
>
> --
> View this message in context: http://grails.1312388.n4.nabble.com/grails-2-compile-error-tp3980577p3980577.html
> Sent from the Grails - user mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>



--
Graeme Rocher
Grails Project Lead
SpringSource - A Division of VMware
http://www.springsource.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: grails 2 compile error

hairinwind
Here is the log4j conflict in the report

slf4j-api by org.slf4j 1.6.2(Selected) 1.6.1(Evicted)

but
1.6.2 was required by org.grails.internal
1.6.1 was required by net.sf.ehcache

What should I do to solve this issue?



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: grails 2 compile error

Graeme Rocher-4
Administrator
It seems to be that it is log4j conflicting not slf4j

Can you do

export JAVA_OPTS="-verbose"

And see what jar the log4j classes are being loaded from before the error occurs


On Thu, Nov 3, 2011 at 1:16 AM, hairinwind <[hidden email]> wrote:

> Here is the log4j conflict in the report
>
> slf4j-api by org.slf4j  1.6.2(Selected) 1.6.1(Evicted)
>
> but
> 1.6.2 was required by org.grails.internal
> 1.6.1 was required by net.sf.ehcache
>
> What should I do to solve this issue?
>
>
>
>
>
> --
> View this message in context: http://grails.1312388.n4.nabble.com/grails-2-compile-error-tp3980577p3983793.html
> Sent from the Grails - user mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>



--
Graeme Rocher
Grails Project Lead
SpringSource - A Division of VMware
http://www.springsource.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: grails 2 compile error

hairinwind
Is this a linux command?  export JAVA_OPTS="-verbose"

I am on windows and there is not env variable called JAVA_OPTS

Thanks,
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: grails 2 compile error

pledbrook
In reply to this post by hairinwind
> Here is the log4j conflict in the report
>
> slf4j-api by org.slf4j  1.6.2(Selected) 1.6.1(Evicted)

This is SLF4J, not Log4j. If the dependency report is not showing
multiple log4j-* dependencies, then create the file
%HOME%\.grails\scripts\ClassLoaders.groovy (where %HOME% is your user
home directory) and copy the contents of

    http://pastebin.com/vbEEJ402

into that file. Then run 'grails class-loaders' for your project.
Search the output for log4j-* JARs or simply attach the output to an
email.

Hope that helps,

Peter

--
Peter Ledbrook
Grails Advocate
SpringSource - A Division of VMware

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: grails 2 compile error

hairinwind

| Loading Grails 2.0.0.RC1
| Configuring classpath
Root loader
-----------
Class: org.codehaus.groovy.grails.cli.support.GrailsRootLoader
Paths:
    file:/C:/mySoft/TimesTen/TT1121~1/lib/ttjdbc6.jar
    file:/C:/Program%20Files/Documentum/dctm.jar
    file:/C:/Documentum/config/
    file:/C:/mySoft/grails-2.0.0.RC1/bin/../dist/grails-bootstrap-2.0.0.RC1.jar
    file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/jline/jline/jars/jline-1.0.jar
    file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/org.fusesource.jansi/jansi/jars/jansi-1.2.1.jar
    file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/net.java.dev.jna/jna/jars/jna-3.2.3.jar
    file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/commons-cli/commons-cli/jars/commons-cli-1.2.jar
    file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/org.codehaus.groovy/groovy-all/jars/groovy-all-1.8.3.jar
    file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/org.apache.ivy/ivy/jars/ivy-2.2.0.jar
    file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/org.apache.ant/ant/jars/ant-1.8.2.jar
    file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/org.codehaus.gant/gant_groovy1.8/jars/gant_groovy1.8-1.9.6.jar
    file:/C:/bea/jdk160_05/lib/tools.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/2.0.0.RC1/projects/stockGwatcher/scriptCache/
    file:/C:/Documents%20and%20Settings/x136879/.grails/2.0.0.RC1/projects/stockGwatcher/resources/
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework.uaa/org.springframework.uaa.client/bundles/org.springframework.uaa.client-1.0.1.RELEASE.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/com.google.protobuf/protobuf-java/jars/protobuf-java-2.3.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/com.googlecode.json-simple/json-simple/jars/json-simple-1.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.bouncycastle/bcpg-jdk15/jars/bcpg-jdk15-1.45.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.bouncycastle/bcprov-jdk15/jars/bcprov-jdk15-1.45.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.tmatesoft.svnkit/svnkit/jars/svnkit-1.3.4.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/jline/jline/jars/jline-1.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.fusesource.jansi/jansi/jars/jansi-1.2.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.java.dev.jna/jna/jars/jna-3.2.3.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/xalan/serializer/jars/serializer-2.7.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-docs/jars/grails-docs-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-bootstrap/jars/grails-bootstrap-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-scripts/jars/grails-scripts-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-core/jars/grails-core-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-resources/jars/grails-resources-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-web/jars/grails-web-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.slf4j/slf4j-api/jars/slf4j-api-1.6.2.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-test/jars/spring-test-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru/jars/concurrentlinkedhashmap-lru-1.2_jdk5.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/junit/junit/jars/junit-4.10.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.ant/ant/jars/ant-1.8.2.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.ant/ant-launcher/jars/ant-launcher-1.8.2.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.ant/ant-junit/jars/ant-junit-1.8.2.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.ant/ant-trax/jars/ant-trax-1.7.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.tomcat/tomcat-catalina-ant/jars/tomcat-catalina-ant-7.0.16.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-core/jars/tomcat-embed-core-7.0.16.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-jasper/jars/tomcat-embed-jasper-7.0.16.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-logging-log4j/jars/tomcat-embed-logging-log4j-7.0.16.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.eclipse.jdt.core.compiler/ecj/jars/ecj-3.6.2.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-tomcat/jars/grails-plugin-tomcat-2.0.0.RC1.jar
    file:/C:/myWorkspace/stock/stockGwatcher/lib/h2-1.3.160.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.codehaus.groovy/groovy-all/jars/groovy-all-1.8.3.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.8.3.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-el/commons-el/jars/commons-el-1.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-validator/commons-validator/jars/commons-validator-1.3.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-codec/commons-codec/jars/commons-codec-1.5.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-io/commons-io/jars/commons-io-2.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-lang/commons-lang/jars/commons-lang-2.6.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/javax.transaction/jta/jars/jta-1.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.hibernate.javax.persistence/hibernate-jpa-2.0-api/jars/hibernate-jpa-2.0-api-1.0.1.Final.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/opensymphony/sitemesh/jars/sitemesh-2.4.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-crud/jars/grails-crud-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-hibernate/jars/grails-hibernate-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-spring/jars/grails-spring-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-logging/jars/grails-logging-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-codecs/jars/grails-plugin-codecs-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-controllers/jars/grails-plugin-controllers-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-domain-class/jars/grails-plugin-domain-class-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-converters/jars/grails-plugin-converters-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-datasource/jars/grails-plugin-datasource-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-filters/jars/grails-plugin-filters-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-gsp/jars/grails-plugin-gsp-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-i18n/jars/grails-plugin-i18n-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-log4j/jars/grails-plugin-log4j-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-scaffolding/jars/grails-plugin-scaffolding-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-services/jars/grails-plugin-services-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-servlets/jars/grails-plugin-servlets-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-mimetypes/jars/grails-plugin-mimetypes-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-url-mappings/jars/grails-plugin-url-mappings-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-validation/jars/grails-plugin-validation-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-core/jars/spring-core-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-aop/jars/spring-aop-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-aspects/jars/spring-aspects-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-asm/jars/spring-asm-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-beans/jars/spring-beans-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-context/jars/spring-context-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-context-support/jars/spring-context-support-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-expression/jars/spring-expression-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-jdbc/jars/spring-jdbc-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-jms/jars/spring-jms-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-orm/jars/spring-orm-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-tx/jars/spring-tx-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-web/jars/spring-web-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-webmvc/jars/spring-webmvc-3.1.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-datastore-gorm/jars/grails-datastore-gorm-1.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-datastore-core/jars/grails-datastore-core-1.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-datastore-simple/jars/grails-datastore-simple-1.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.hibernate/hibernate-core/jars/hibernate-core-3.6.7.Final.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/antlr/antlr/jars/antlr-2.7.6.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/dom4j/dom4j/jars/dom4j-1.6.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.hibernate/hibernate-commons-annotations/jars/hibernate-commons-annotations-3.2.0.Final.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.hibernate/hibernate-validator/jars/hibernate-validator-4.1.0.Final.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/javax.validation/validation-api/jars/validation-api-1.0.0.GA.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/javassist/javassist/jars/javassist-3.12.0.GA.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.hibernate/hibernate-ehcache/jars/hibernate-ehcache-3.6.7.Final.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.aspectj/aspectjweaver/jars/aspectjweaver-1.6.10.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.aspectj/aspectjrt/jars/aspectjrt-1.6.10.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/cglib/cglib/jars/cglib-2.2.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/asm/asm/jars/asm-3.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-fileupload/commons-fileupload/jars/commons-fileupload-1.2.2.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/oro/oro/jars/oro-2.0.8.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-dbcp/commons-dbcp/jars/commons-dbcp-1.4.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-pool/commons-pool/jars/commons-pool-1.5.6.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/com.h2database/h2/jars/h2-1.2.147.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/javax.servlet/jstl/jars/jstl-1.1.2.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/xpp3/xpp3_min/jars/xpp3_min-1.1.4c.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.sf.ehcache/ehcache-core/jars/ehcache-core-2.4.6.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/log4j/log4j/bundles/log4j-1.2.16.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.slf4j/jcl-over-slf4j/jars/jcl-over-slf4j-1.6.2.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.slf4j/jul-to-slf4j/jars/jul-to-slf4j-1.6.2.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-java/jars/selenium-java-2.9.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-android-driver/jars/selenium-android-driver-2.9.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-remote-driver/jars/selenium-remote-driver-2.9.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/cglib/cglib-nodep/jars/cglib-nodep-2.1_3.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.json/json/jars/json-20080701.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-api/jars/selenium-api-2.9.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/com.google.guava/guava/jars/guava-r09.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.httpcomponents/httpclient/jars/httpclient-4.1.2.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.httpcomponents/httpcore/jars/httpcore-4.1.3.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-chrome-driver/jars/selenium-chrome-driver-2.9.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-htmlunit-driver/jars/selenium-htmlunit-driver-2.9.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.sourceforge.htmlunit/htmlunit/jars/htmlunit-2.9.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/xalan/xalan/jars/xalan-2.7.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.httpcomponents/httpmime/jars/httpmime-4.1.2.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.sourceforge.htmlunit/htmlunit-core-js/jars/htmlunit-core-js-2.9.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/xerces/xercesImpl/jars/xercesImpl-2.9.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.sourceforge.nekohtml/nekohtml/jars/nekohtml-1.9.15.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.sourceforge.cssparser/cssparser/jars/cssparser-0.9.5.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.w3c.css/sac/jars/sac-1.3.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-firefox-driver/jars/selenium-firefox-driver-2.9.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-ie-driver/jars/selenium-ie-driver-2.9.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.java.dev.jna/jna/jars/jna-3.3.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-iphone-driver/jars/selenium-iphone-driver-2.9.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-support/jars/selenium-support-2.9.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.codehaus.gpars/gpars/jars/gpars-0.11.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.coconut.forkjoin/jsr166y/jars/jsr166y-070108.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.codehaus.jackson/jackson-mapper-asl/jars/jackson-mapper-asl-1.4.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.codehaus.jackson/jackson-core-asl/jars/jackson-core-asl-1.4.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/javax.mail/mail/jars/mail-1.4.3.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/javax.activation/activation/jars/activation-1.1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.codehaus.groovy.modules.http-builder/http-builder/jars/http-builder-0.5.0.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.sf.json-lib/json-lib/jars/json-lib-2.3-jdk15.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.sf.ezmorph/ezmorph/jars/ezmorph-1.0.6.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/xml-resolver/xml-resolver/jars/xml-resolver-1.2.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-testing/jars/grails-plugin-testing-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-test/jars/grails-test-2.0.0.RC1.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/2.0.0.RC1/projects/stockGwatcher/plugins/cloud-foundry-1.2/lib/AppCloudClient.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/2.0.0.RC1/projects/stockGwatcher/plugins/csv-0.3/lib/opencsv-2.3.jar
    file:/C:/Documents%20and%20Settings/x136879/.grails/2.0.0.RC1/projects/stockGwatcher/plugins/quartz-0.4.2/lib/quartz-1.7.3.jar

    Class: sun.misc.Launcher$AppClassLoader
    Paths:
        file:/C:/mySoft/grails-2.0.0.RC1/lib/org.codehaus.groovy/groovy-all/jars/groovy-all-1.8.3.jar
        file:/C:/mySoft/grails-2.0.0.RC1/dist/grails-bootstrap-2.0.0.RC1.jar

        Class: sun.misc.Launcher$ExtClassLoader
        Paths:
            file:/C:/bea/jdk160_05/jre/lib/ext/dnsns.jar
            file:/C:/bea/jdk160_05/jre/lib/ext/localedata.jar
            file:/C:/bea/jdk160_05/jre/lib/ext/sunjce_provider.jar
            file:/C:/bea/jdk160_05/jre/lib/ext/sunmscapi.jar
            file:/C:/bea/jdk160_05/jre/lib/ext/sunpkcs11.jar

classLoader
-----------
Class: java.net.URLClassLoader
Paths:
    file:/C:/myWorkspace/stock/stockGwatcher/target/classes
    file:/C:/Documents%20and%20Settings/x136879/.grails/2.0.0.RC1/projects/stockGwatcher/plugin-classes/
    file:/C:/Documents%20and%20Settings/x136879/.grails/2.0.0.RC1/projects/stockGwatcher/scriptCache/

    Class: org.codehaus.groovy.grails.cli.support.GrailsRootLoader
    Paths:
        file:/C:/mySoft/TimesTen/TT1121~1/lib/ttjdbc6.jar
        file:/C:/Program%20Files/Documentum/dctm.jar
        file:/C:/Documentum/config/
        file:/C:/mySoft/grails-2.0.0.RC1/bin/../dist/grails-bootstrap-2.0.0.RC1.jar
        file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/jline/jline/jars/jline-1.0.jar
        file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/org.fusesource.jansi/jansi/jars/jansi-1.2.1.jar
        file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/net.java.dev.jna/jna/jars/jna-3.2.3.jar
        file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/commons-cli/commons-cli/jars/commons-cli-1.2.jar
        file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/org.codehaus.groovy/groovy-all/jars/groovy-all-1.8.3.jar
        file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/org.apache.ivy/ivy/jars/ivy-2.2.0.jar
        file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/org.apache.ant/ant/jars/ant-1.8.2.jar
        file:/C:/mySoft/grails-2.0.0.RC1/bin/../lib/org.codehaus.gant/gant_groovy1.8/jars/gant_groovy1.8-1.9.6.jar
        file:/C:/bea/jdk160_05/lib/tools.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/2.0.0.RC1/projects/stockGwatcher/scriptCache/
        file:/C:/Documents%20and%20Settings/x136879/.grails/2.0.0.RC1/projects/stockGwatcher/resources/
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework.uaa/org.springframework.uaa.client/bundles/org.springframework.uaa.client-1.0.1.RELEASE.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/com.google.protobuf/protobuf-java/jars/protobuf-java-2.3.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/com.googlecode.json-simple/json-simple/jars/json-simple-1.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.bouncycastle/bcpg-jdk15/jars/bcpg-jdk15-1.45.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.bouncycastle/bcprov-jdk15/jars/bcprov-jdk15-1.45.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.tmatesoft.svnkit/svnkit/jars/svnkit-1.3.4.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/jline/jline/jars/jline-1.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.fusesource.jansi/jansi/jars/jansi-1.2.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.java.dev.jna/jna/jars/jna-3.2.3.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/xalan/serializer/jars/serializer-2.7.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-docs/jars/grails-docs-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-bootstrap/jars/grails-bootstrap-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-scripts/jars/grails-scripts-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-core/jars/grails-core-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-resources/jars/grails-resources-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-web/jars/grails-web-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.slf4j/slf4j-api/jars/slf4j-api-1.6.2.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-test/jars/spring-test-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru/jars/concurrentlinkedhashmap-lru-1.2_jdk5.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/junit/junit/jars/junit-4.10.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.ant/ant/jars/ant-1.8.2.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.ant/ant-launcher/jars/ant-launcher-1.8.2.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.ant/ant-junit/jars/ant-junit-1.8.2.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.ant/ant-trax/jars/ant-trax-1.7.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.tomcat/tomcat-catalina-ant/jars/tomcat-catalina-ant-7.0.16.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-core/jars/tomcat-embed-core-7.0.16.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-jasper/jars/tomcat-embed-jasper-7.0.16.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-logging-log4j/jars/tomcat-embed-logging-log4j-7.0.16.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.eclipse.jdt.core.compiler/ecj/jars/ecj-3.6.2.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-tomcat/jars/grails-plugin-tomcat-2.0.0.RC1.jar
        file:/C:/myWorkspace/stock/stockGwatcher/lib/h2-1.3.160.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.codehaus.groovy/groovy-all/jars/groovy-all-1.8.3.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.8.3.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-el/commons-el/jars/commons-el-1.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-validator/commons-validator/jars/commons-validator-1.3.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-codec/commons-codec/jars/commons-codec-1.5.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-io/commons-io/jars/commons-io-2.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-lang/commons-lang/jars/commons-lang-2.6.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/javax.transaction/jta/jars/jta-1.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.hibernate.javax.persistence/hibernate-jpa-2.0-api/jars/hibernate-jpa-2.0-api-1.0.1.Final.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/opensymphony/sitemesh/jars/sitemesh-2.4.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-crud/jars/grails-crud-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-hibernate/jars/grails-hibernate-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-spring/jars/grails-spring-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-logging/jars/grails-logging-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-codecs/jars/grails-plugin-codecs-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-controllers/jars/grails-plugin-controllers-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-domain-class/jars/grails-plugin-domain-class-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-converters/jars/grails-plugin-converters-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-datasource/jars/grails-plugin-datasource-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-filters/jars/grails-plugin-filters-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-gsp/jars/grails-plugin-gsp-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-i18n/jars/grails-plugin-i18n-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-log4j/jars/grails-plugin-log4j-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-scaffolding/jars/grails-plugin-scaffolding-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-services/jars/grails-plugin-services-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-servlets/jars/grails-plugin-servlets-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-mimetypes/jars/grails-plugin-mimetypes-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-url-mappings/jars/grails-plugin-url-mappings-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-validation/jars/grails-plugin-validation-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-core/jars/spring-core-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-aop/jars/spring-aop-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-aspects/jars/spring-aspects-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-asm/jars/spring-asm-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-beans/jars/spring-beans-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-context/jars/spring-context-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-context-support/jars/spring-context-support-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-expression/jars/spring-expression-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-jdbc/jars/spring-jdbc-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-jms/jars/spring-jms-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-orm/jars/spring-orm-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-tx/jars/spring-tx-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-web/jars/spring-web-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.springframework/spring-webmvc/jars/spring-webmvc-3.1.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-datastore-gorm/jars/grails-datastore-gorm-1.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-datastore-core/jars/grails-datastore-core-1.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-datastore-simple/jars/grails-datastore-simple-1.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.hibernate/hibernate-core/jars/hibernate-core-3.6.7.Final.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/antlr/antlr/jars/antlr-2.7.6.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/dom4j/dom4j/jars/dom4j-1.6.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.hibernate/hibernate-commons-annotations/jars/hibernate-commons-annotations-3.2.0.Final.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.hibernate/hibernate-validator/jars/hibernate-validator-4.1.0.Final.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/javax.validation/validation-api/jars/validation-api-1.0.0.GA.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/javassist/javassist/jars/javassist-3.12.0.GA.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.hibernate/hibernate-ehcache/jars/hibernate-ehcache-3.6.7.Final.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.aspectj/aspectjweaver/jars/aspectjweaver-1.6.10.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.aspectj/aspectjrt/jars/aspectjrt-1.6.10.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/cglib/cglib/jars/cglib-2.2.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/asm/asm/jars/asm-3.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-fileupload/commons-fileupload/jars/commons-fileupload-1.2.2.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/oro/oro/jars/oro-2.0.8.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-dbcp/commons-dbcp/jars/commons-dbcp-1.4.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-pool/commons-pool/jars/commons-pool-1.5.6.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/com.h2database/h2/jars/h2-1.2.147.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/javax.servlet/jstl/jars/jstl-1.1.2.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/xpp3/xpp3_min/jars/xpp3_min-1.1.4c.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.sf.ehcache/ehcache-core/jars/ehcache-core-2.4.6.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/log4j/log4j/bundles/log4j-1.2.16.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.slf4j/jcl-over-slf4j/jars/jcl-over-slf4j-1.6.2.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.slf4j/jul-to-slf4j/jars/jul-to-slf4j-1.6.2.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-java/jars/selenium-java-2.9.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-android-driver/jars/selenium-android-driver-2.9.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-remote-driver/jars/selenium-remote-driver-2.9.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/cglib/cglib-nodep/jars/cglib-nodep-2.1_3.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.json/json/jars/json-20080701.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-api/jars/selenium-api-2.9.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/com.google.guava/guava/jars/guava-r09.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.httpcomponents/httpclient/jars/httpclient-4.1.2.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.httpcomponents/httpcore/jars/httpcore-4.1.3.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-chrome-driver/jars/selenium-chrome-driver-2.9.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-htmlunit-driver/jars/selenium-htmlunit-driver-2.9.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.sourceforge.htmlunit/htmlunit/jars/htmlunit-2.9.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/xalan/xalan/jars/xalan-2.7.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.apache.httpcomponents/httpmime/jars/httpmime-4.1.2.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.sourceforge.htmlunit/htmlunit-core-js/jars/htmlunit-core-js-2.9.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/xerces/xercesImpl/jars/xercesImpl-2.9.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.sourceforge.nekohtml/nekohtml/jars/nekohtml-1.9.15.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.sourceforge.cssparser/cssparser/jars/cssparser-0.9.5.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.w3c.css/sac/jars/sac-1.3.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-firefox-driver/jars/selenium-firefox-driver-2.9.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-ie-driver/jars/selenium-ie-driver-2.9.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.java.dev.jna/jna/jars/jna-3.3.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-iphone-driver/jars/selenium-iphone-driver-2.9.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.seleniumhq.selenium/selenium-support/jars/selenium-support-2.9.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.codehaus.gpars/gpars/jars/gpars-0.11.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.coconut.forkjoin/jsr166y/jars/jsr166y-070108.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.codehaus.jackson/jackson-mapper-asl/jars/jackson-mapper-asl-1.4.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.codehaus.jackson/jackson-core-asl/jars/jackson-core-asl-1.4.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/javax.mail/mail/jars/mail-1.4.3.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/javax.activation/activation/jars/activation-1.1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.codehaus.groovy.modules.http-builder/http-builder/jars/http-builder-0.5.0.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.sf.json-lib/json-lib/jars/json-lib-2.3-jdk15.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/net.sf.ezmorph/ezmorph/jars/ezmorph-1.0.6.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/xml-resolver/xml-resolver/jars/xml-resolver-1.2.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-plugin-testing/jars/grails-plugin-testing-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/ivy-cache/org.grails/grails-test/jars/grails-test-2.0.0.RC1.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/2.0.0.RC1/projects/stockGwatcher/plugins/cloud-foundry-1.2/lib/AppCloudClient.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/2.0.0.RC1/projects/stockGwatcher/plugins/csv-0.3/lib/opencsv-2.3.jar
        file:/C:/Documents%20and%20Settings/x136879/.grails/2.0.0.RC1/projects/stockGwatcher/plugins/quartz-0.4.2/lib/quartz-1.7.3.jar

        Class: sun.misc.Launcher$AppClassLoader
        Paths:
            file:/C:/mySoft/grails-2.0.0.RC1/lib/org.codehaus.groovy/groovy-all/jars/groovy-all-1.8.3.jar
            file:/C:/mySoft/grails-2.0.0.RC1/dist/grails-bootstrap-2.0.0.RC1.jar

            Class: sun.misc.Launcher$ExtClassLoader
            Paths:
                file:/C:/bea/jdk160_05/jre/lib/ext/dnsns.jar
                file:/C:/bea/jdk160_05/jre/lib/ext/localedata.jar
                file:/C:/bea/jdk160_05/jre/lib/ext/sunjce_provider.jar
                file:/C:/bea/jdk160_05/jre/lib/ext/sunmscapi.jar
                file:/C:/bea/jdk160_05/jre/lib/ext/sunpkcs11.jar

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: grails 2 compile error

pledbrook
> Root loader
> -----------
> Class: org.codehaus.groovy.grails.cli.support.GrailsRootLoader
> Paths:
>    file:/C:/mySoft/TimesTen/TT1121~1/lib/ttjdbc6.jar
>    file:/C:/Program%20Files/Documentum/dctm.jar
>    file:/C:/Documentum/config/
>    file:/C:/bea/jdk160_05/lib/tools.jar
>    file:/C:/myWorkspace/stock/stockGwatcher/lib/h2-1.3.160.jar

The error message definitely suggests that you have an old version of
log4j on your classpath, but I can't see one. The only thing I can
think of is that one of the above paths contains a
org.apache.log4j.Logger class. None of them should, but I wouldn't be
surprised if one of them does.

Hope that helps,

Peter

--
Peter Ledbrook
Grails Advocate
SpringSource - A Division of VMware

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: grails 2 compile error

hairinwind
You are right, I found I have a system variable classpath, which contains these 3

 file:/C:/mySoft/TimesTen/TT1121~1/lib/ttjdbc6.jar
    file:/C:/Program%20Files/Documentum/dctm.jar
    file:/C:/Documentum/config/

I don't need them in classpath for grails. One of them must contain the old log4j

After I exclude those 3, it is fine now

Thanks,
Loading...