lahter
15 years agoNew Contributor
l2fprod.com maven repository down?
Trying to run soapUI tests with Maven using maven-soapui-plugin (Tried with versions 2.5.1, 3.5.1, 3.6.1). The build fails in
Before the error Maven is trying to download dependencies. And it seems that the repo in http://www.l2fprod.com is corrupted/missing. Since all dependencies downloaded from there are corrupted.
The http://www.l2fprod.com is referenced in the pom of maven-soapui-plugin.
Same build last week was fine.
Any one having same problem ?
[INFO] Trace
java.lang.NoClassDefFoundError: org/apache/log4j/Layout
at com.eviware.soapui.maven2.TestMojo.execute(TestMojo.java:51)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Layout
Before the error Maven is trying to download dependencies. And it seems that the repo in http://www.l2fprod.com is corrupted/missing. Since all dependencies downloaded from there are corrupted.
Downloading: http://www.eviware.com/repository/maven2//log4j/log4j/1.2.14/log4j-1.2.14.pom
[INFO] Unable to find resource 'log4j:log4j:pom:1.2.14' in repository eviwarePluginRepository (http://www.eviware.com/repository/maven2/)
Downloading: http://www.eviware.com/repository/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom
[INFO] Unable to find resource 'log4j:log4j:pom:1.2.14' in repository eviwareRepository (http://www.eviware.com/repository/maven2)
Downloading: http://www.l2fprod.com/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom
1K downloaded (log4j-1.2.14.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'a6aeb634c9793673feea9ffb235173a1a5267fe7'; remote = '<!DOCTYPE' - RETRYING
Downloading: http://www.l2fprod.com/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom
1K downloaded (log4j-1.2.14.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'a6aeb634c9793673feea9ffb235173a1a5267fe7'; remote = '<!DOCTYPE' - IGNORING
[WARNING] POM for 'log4j:log4j:pom:1.2.14:runtime' is invalid.
The http://www.l2fprod.com is referenced in the pom of maven-soapui-plugin.
Same build last week was fine.
Any one having same problem ?