[
https://issues.jboss.org/browse/JBIDE-21296?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-21296:
------------------------------------
This is the step that failed:
{code}
<execution>
<id>install-eap-seam-gen</id>
<phase>pre-integration-test</phase>
<goals>
<goal>wget</goal>
</goals>
<configuration>
<
url>http://download.jboss.org/jbosstools/test-runtimes/rhds-seam-gen-p...
<md5>79b37541804f49844ea7322c0ff599c1</md5>
<unpack>true</unpack>
<outputDirectory>${requirementsDirectory}/jboss-eap-4.3/seam</outputDirectory>
<skip>${skipPrivateRequirements}</skip>
</configuration>
</execution>{code} --
https://github.com/jbosstools/jbosstools-javaee/blob/jbosstools-4.3.1.Bet...
failure in org.jboss.tools.seam.core.test - could not
install-eap-seam-gen
--------------------------------------------------------------------------
Key: JBIDE-21296
URL:
https://issues.jboss.org/browse/JBIDE-21296
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, seam2
Affects Versions: 4.3.1.Beta1
Reporter: Nick Boldt
Assignee: Alexey Kazakov
{code}
18:17:13 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
com.googlecode.maven-download-plugin:download-maven-plugin:1.2.0:wget
(install-eap-seam-gen)
on project org.jboss.tools.seam.core.test: IO Error
18:17:13 at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
18:17:13 at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
18:17:13 at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
18:17:13 at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
18:17:13 at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
18:17:13 at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
18:17:13 at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
18:17:13 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
18:17:13 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
18:17:13 at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
18:17:13 at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
18:17:13 at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
18:17:13 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
18:17:13 at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:17:13 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:17:13 at java.lang.reflect.Method.invoke(Method.java:497)
18:17:13 at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
18:17:13 at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
18:17:13 at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
18:17:13 at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
18:17:13 Caused by: org.apache.maven.plugin.MojoExecutionException: IO Error
18:17:13 at com.googlecode.WGet.execute(WGet.java:260)
18:17:13 at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
18:17:13 at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
18:17:13 ... 19 more
18:17:13 Caused by: java.io.EOFException
18:17:13 at
java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2335)
18:17:13 at
java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2804)
18:17:13 at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:802)
18:17:13 at java.io.ObjectInputStream.<init>(ObjectInputStream.java:299)
18:17:13 at com.googlecode.DownloadCache.loadIndex(DownloadCache.java:103)
18:17:13 at com.googlecode.DownloadCache.install(DownloadCache.java:80)
18:17:13 at com.googlecode.WGet.execute(WGet.java:252)
18:17:13 ... 21 more
{code}
--
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)