-
Bug
-
Resolution: Done
-
Major
-
JDG 7.0.0 DR2
-
None
In camel-jbossdatagrid-fuse quickstart, in setupEverythingOnFuse.sh script the command which is set to variable CAMEL_JBOSSDATAGRID_VERSION returns null, as there is no property version.camel-jbossdatagrid . The property name is changed to version.camel-infinispan .
Also, the same script adds repositories to fuse profile called camel-jbossdatagrid. This also is renamed to camel-infinispan.
When I am replacing camel-jbossdatagrid to camel-infinispan manually and run the setupEverythingOnFuse.sh, the child1 and child2 components are red.
The exception for both is:
Provision Exception: io.fabric8.common.util.MultiException: Error at io.fabric8.agent.download.impl.MavenDownloadManager$MavenDownloader.(MavenDownloadManager.java:93) at io.fabric8.agent.download.impl.MavenDownloadManager.createDownloader(MavenDownloadManager.java:71) at io.fabric8.agent.utils.AgentUtils.downloadRepositories(AgentUtils.java:198) at io.fabric8.agent.service.Agent.provision(Agent.java:187) at io.fabric8.agent.DeploymentAgent.doUpdate(DeploymentAgent.java:727) at io.fabric8.agent.DeploymentAgent$4.run(DeploymentAgent.java:283) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) java.io.IOException: Error downloading mvn:org.apache.camel/camel-infinispan/2.15.1.DR2-redhat-1/xml/features at io.fabric8.agent.download.impl.AbstractRetryableDownloadTask.run(AbstractRetryableDownloadTask.java:49) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.io.IOException: Error resolving artifact org.apache.camel:camel-infinispan:xml:features:2.15.1.DR2-redhat-1: Could not find artifact org.apache.camel:camel-infinispan:xml:features:2.15.1.DR2-redhat-1 in repo_-1231785675 (http://127.0.0.1:8181/maven/download/) at io.fabric8.maven.url.internal.AetherBasedResolver.resolve(AetherBasedResolver.java:531) at io.fabric8.maven.url.internal.AetherBasedResolver.resolveFile(AetherBasedResolver.java:472) at io.fabric8.maven.url.internal.AetherBasedResolver.resolveFile(AetherBasedResolver.java:457) at io.fabric8.maven.url.internal.AetherBasedResolver.download(AetherBasedResolver.java:433) at io.fabric8.agent.download.impl.MavenDownloadTask.download(MavenDownloadTask.java:33) at io.fabric8.agent.download.impl.AbstractRetryableDownloadTask.run(AbstractRetryableDownloadTask.java:40) ... 7 more