[
https://issues.jboss.org/browse/JBTIS-408?page=com.atlassian.jira.plugin....
]
Brian Fitzpatrick updated JBTIS-408:
------------------------------------
Description:
We hit some test failures after some files were removed upstream. Looks like someone
deleted soa-p-5.3.0.ER5.zip.
{code}
[ERROR] Failed to execute goal
com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-soa-p-5.0)
on project org.jboss.tools.esb.project.core.test: IO Error:
/home/hudson/static_build_env/jbds/download-cache/soa-p-5.3.0.ER5.zip (No such file or
directory) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-soa-p-5.0)
on project org.jboss.tools.esb.project.core.test: IO Error
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
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.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: IO Error
at com.googlecode.WGet.execute(WGet.java:203)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: java.io.FileNotFoundException:
/home/hudson/static_build_env/jbds/download-cache/soa-p-5.3.0.ER5.zip (No such file or
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:120)
at com.googlecode.SignatureUtils.computeSignatureAsString(SignatureUtils.java:45)
at com.googlecode.SignatureUtils.getMD5(SignatureUtils.java:61)
at com.googlecode.DownloadCache.getEntry(DownloadCache.java:54)
at com.googlecode.DownloadCache.getArtifact(DownloadCache.java:73)
at com.googlecode.WGet.execute(WGet.java:165)
... 21 more
{code}
To fix this error, we will update that to soa-p-5.3.0.GA.zip.
And at the same time we will upgrade the JBTIS Target Platform version to 4.2.1.Final and
bump the versions.
was:
We hit some test failures after some files were removed upstream. Looks like someone
deleted soa-p-5.3.0.ER5.zip.
We will update that to soa-p-5.3.0.GA.zip.
And at the same time we will upgrade the JBTIS Target Platform version to 4.2.1.Final and
bump the versions.
Update JBoss ESB tooling to 4.2.1.Final and fix test error
----------------------------------------------------------
Key: JBTIS-408
URL:
https://issues.jboss.org/browse/JBTIS-408
Project: JBoss Tools Integration Stack
Issue Type: Component Upgrade
Components: ESB
Affects Versions: 4.1.3.Final
Reporter: Brian Fitzpatrick
Assignee: Brian Fitzpatrick
Fix For: 8.0.1.GA
We hit some test failures after some files were removed upstream. Looks like someone
deleted soa-p-5.3.0.ER5.zip.
{code}
[ERROR] Failed to execute goal
com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-soa-p-5.0)
on project org.jboss.tools.esb.project.core.test: IO Error:
/home/hudson/static_build_env/jbds/download-cache/soa-p-5.3.0.ER5.zip (No such file or
directory) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-soa-p-5.0)
on project org.jboss.tools.esb.project.core.test: IO Error
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
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.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: IO Error
at com.googlecode.WGet.execute(WGet.java:203)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: java.io.FileNotFoundException:
/home/hudson/static_build_env/jbds/download-cache/soa-p-5.3.0.ER5.zip (No such file or
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:120)
at
com.googlecode.SignatureUtils.computeSignatureAsString(SignatureUtils.java:45)
at com.googlecode.SignatureUtils.getMD5(SignatureUtils.java:61)
at com.googlecode.DownloadCache.getEntry(DownloadCache.java:54)
at com.googlecode.DownloadCache.getArtifact(DownloadCache.java:73)
at com.googlecode.WGet.execute(WGet.java:165)
... 21 more
{code}
To fix this error, we will update that to soa-p-5.3.0.GA.zip.
And at the same time we will upgrade the JBTIS Target Platform version to 4.2.1.Final and
bump the versions.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)