New issue 187 by claus...@gmail.com: Error when launchin clean goal
http://code.google.com/p/flyway/issues/detail?id=187
Hi,
I get this warning when calling flyway:clean -
[FATAL ERROR]
com.googlecode.flyway.maven.IncludeProjectDependenciesComponentConfigurator#configureComponent(...)
caused a linkage error (java.lang.LinkageError) and may be out-of-date.
Check the realms:
[FATAL ERROR] Plugin realm =
app0.child-container[com.googlecode.flyway:flyway-maven-plugin:1.5]
What's wrong ?
Claus
Hi Claus,
thanks for your report. Could you post a few more details about your
configuration?
Helpful would be:
- OS + Version
- JDK Version
- Maven Version
- Flyway plugin configuration or ideally complete pom.xml
Thanks
Axel
Hi Axel,
Thanks for your reply :-)
I'm using Win7 64bit, JDK 1.6.0.29, Maven 2.2.1. I've attached the pom.
Thanks in advance :-)
Claus
Attachments:
pom.xml 21.4 KB
I get the same error. Afterwards, the error output also contains:
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error configuring: com.googlecode.flyway:flyway-maven-plugin.
Reason: java.lang.LinkageError: loader constraint violation: loader
(instance of org/codehaus/classworlds/RealmClassLoader) previously
initiated loading for a different type with
name "org/codehaus/plexus/component/configurator/converters/lookup/ConverterLookup"
Hi Claus, hi Craig,
I just had another look at this.
My config is the same as Claus (except for the JDK patch version): Win7
64bit, JDK 1.6.0.25, Maven 2.2.1.
I tried with both Flyway 1.5 and 1.6, and I just can't reproduce this.
Any pointers to help me out?
Cheers
Axel