Weird and I'm glad you sorted it out, but I wish we had a little more information (root cause) on what was causing the issue, just so we could try to prevent it in the future or provide documentation somewhere to help the next person who runs into this issue.
Hopefully they search Google for "maven linkageerror" and find this thread, then follow your steps & resolve it themselves! Wayne On Tue, Dec 3, 2013 at 6:09 PM, Collins Solutions <[email protected]> wrote: > As it turns out, there was something that was not correct in my repository > directory. On a clean machine, I had no problems performing a successful > build. However, I was still seeing the errors on my dev machine. When I > removed all of the jar files in my repository directory, everything was > building fine again. > > > On 12/02/2013 07:08 PM, Collins Solutions wrote: >> >> I will put this on another machine and see if I am getting the same thing. >> My PATH is as follows: >> >> >> /usr/lib64/qt-3.3/bin:/usr/libexec/lightdm:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/usr/lib/jvm/ibm-jdk7.0-6.0/bin:/opt/maven-3.1.1/bin:/opt/ant-1.9.2/bin:/home/rcollins/.local/bin:/home/rcollins/bin:/usr/lib/jvm/ibm-jdk7.0-6.0/bin:/opt/maven-3.1.1/bin:/opt/ant-1.9.2/bin >> >> It doesn't look like there is anything out of place. I will let you know >> the results of my test on the other machine. >> >> On 12/02/2013 06:03 PM, Wayne Fay wrote: >>>>>>>>> >>>>>>>>> What software is listening on HTTP port 2727 of the machine named >>>>>>>>> "tyrone" and version? >>> >>> ... >>>> >>>> Sorry about that. Sonatype Nexus 2.6.4-02 >>> >>> OK, I just wanted to know but I doubt that has much impact on this >>> issue... >>> >>> IIUC java.lang.LinkageError means there's a binary incompatability >>> between some of these jars/classes. But the log shows all your jars >>> are under /opt/maven-3.1.1/lib and you're the first person using 3.1.1 >>> to report any such problem here on the Maven Users list. So it seems >>> this is specific to your machine/environment. >>> >>> Is there maybe something in your PATH or CLASSPATH or another >>> environment variable which might be causing your JVM to "see" some >>> older/newer jars? Did you install anything in the JVM/JDK itself >>> 3.1.0? Is this repeatable on another machine in your environment, or >>> specific to just one? >>> >>> Wayne >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
