<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error Deploying ESB Route Containing Job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-ESB-Route-Containing-Job/m-p/2300391#M144924</link>
    <description>&lt;P&gt;This is no longer an issue for me.&amp;nbsp; Unfortunately I don't really know how to really fix the problem I was having.&amp;nbsp; The way I did fix it is more of work around in my opinion.&amp;nbsp; I completely removed my ESB runtime directory and got a new on from the TOS ESB install zip.&amp;nbsp; By doing this, the same route unchanged deploys without error.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2019 13:53:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-21T13:53:00Z</dc:date>
    <item>
      <title>Error Deploying ESB Route Containing Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-ESB-Route-Containing-Job/m-p/2300390#M144923</link>
      <description>&lt;P&gt;I am evaluating Talend ESB Open Studio 7.1.1.&amp;nbsp; I have built and deployed several routes that use only route components with no problems.&amp;nbsp; However, I have built a route that contains a cTalendJob component that links to a job in my repository.&amp;nbsp; I can run and test the route in the Studio with no problem.&amp;nbsp; When I try to deploy to the ESB run time though I see the error below in the logs.&amp;nbsp; I have tried deploying my job to the run time as an OSGI Bundle and then retried deploying the route to run time but the same error occurs.&amp;nbsp; Can anyone assist?&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;2019-06-18T12:53:54,793 | WARN  | fileinstall-/opt/TALENDESB/Runtime_ESBSE/container/deploy | araf.kar.internal.KarServiceImpl  297 | 109 - org.apache.karaf.kar.core - 4.1.6 | Unable to install Kar feature InventoryAdjustment_route-feature/0.1.0
org.apache.karaf.features.internal.util.MultiException: Error:
	Unable to create resource for bundle mvn:org.example.local_project.job/InventoryAdjustment_route_InventoryAdjustment_job/0.1.0
	at org.apache.karaf.features.internal.download.impl.MavenDownloadManager$MavenDownloader.&amp;lt;init&amp;gt;(MavenDownloadManager.java:84) ~[?:?]
	at org.apache.karaf.features.internal.download.impl.MavenDownloadManager.createDownloader(MavenDownloadManager.java:72) ~[?:?]
	at org.apache.karaf.features.internal.region.Subsystem.downloadBundles(Subsystem.java:375) ~[?:?]
	at org.apache.karaf.features.internal.region.Subsystem.downloadBundles(Subsystem.java:372) ~[?:?]
	at org.apache.karaf.features.internal.region.SubsystemResolver.resolve(SubsystemResolver.java:187) ~[?:?]
	at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:291) ~[?:?]
	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1248) ~[?:?]
	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$1(FeaturesServiceImpl.java:1147) ~[?:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]
	at java.lang.Thread.run(Thread.java:748) [?:?]
	Suppressed: java.lang.Exception: Unable to create resource for bundle mvn:org.example.local_project.job/InventoryAdjustment_route_InventoryAdjustment_job/0.1.0
		at org.apache.karaf.features.internal.region.Subsystem.createResource(Subsystem.java:612) ~[?:?]
		at org.apache.karaf.features.internal.region.Subsystem$1.downloaded(Subsystem.java:402) ~[?:?]
		at org.apache.karaf.features.internal.download.impl.MavenDownloadManager$MavenDownloader$1.operationComplete(MavenDownloadManager.java:133) ~[?:?]
		at org.apache.karaf.features.internal.download.impl.MavenDownloadManager$MavenDownloader$1.operationComplete(MavenDownloadManager.java:127) ~[?:?]
		at org.apache.karaf.features.internal.download.impl.DefaultFuture.notifyListener(DefaultFuture.java:350) ~[?:?]
		at org.apache.karaf.features.internal.download.impl.DefaultFuture.addListener(DefaultFuture.java:299) ~[?:?]
		at org.apache.karaf.features.internal.download.impl.MavenDownloadManager$MavenDownloader.download(MavenDownloadManager.java:127) ~[?:?]
		at org.apache.karaf.features.internal.region.Subsystem.downloadBundles(Subsystem.java:399) ~[?:?]
		at org.apache.karaf.features.internal.region.Subsystem.downloadBundles(Subsystem.java:372) ~[?:?]
		at org.apache.karaf.features.internal.region.SubsystemResolver.resolve(SubsystemResolver.java:187) ~[?:?]
		at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:291) ~[?:?]
		at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1248) ~[?:?]
		at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$1(FeaturesServiceImpl.java:1147) ~[?:?]
		at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]
		at java.lang.Thread.run(Thread.java:748) [?:?]
	Caused by: org.osgi.framework.BundleException: Unable to build resource for mvn:org.example.local_project.job/InventoryAdjustment_route_InventoryAdjustment_job/0.1.0: Unsupported 'Bundle-ManifestVersion' value: 1
		at org.apache.karaf.features.internal.resolver.ResourceBuilder.build(ResourceBuilder.java:80) ~[?:?]
		at org.apache.karaf.features.internal.resolver.ResourceBuilder.build(ResourceBuilder.java:69) ~[?:?]
		at org.apache.karaf.features.internal.region.Subsystem.createResource(Subsystem.java:610) ~[?:?]
		... 16 more
	Caused by: org.osgi.framework.BundleException: Unsupported 'Bundle-ManifestVersion' value: 1
		at org.apache.karaf.features.internal.resolver.ResourceBuilder.doBuild(ResourceBuilder.java:88) ~[?:?]
		at org.apache.karaf.features.internal.resolver.ResourceBuilder.build(ResourceBuilder.java:78) ~[?:?]
		at org.apache.karaf.features.internal.resolver.ResourceBuilder.build(ResourceBuilder.java:69) ~[?:?]
		at org.apache.karaf.features.internal.region.Subsystem.createResource(Subsystem.java:610) ~[?:?]
		... 16 more&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-ESB-Route-Containing-Job/m-p/2300390#M144923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error Deploying ESB Route Containing Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-ESB-Route-Containing-Job/m-p/2300391#M144924</link>
      <description>&lt;P&gt;This is no longer an issue for me.&amp;nbsp; Unfortunately I don't really know how to really fix the problem I was having.&amp;nbsp; The way I did fix it is more of work around in my opinion.&amp;nbsp; I completely removed my ESB runtime directory and got a new on from the TOS ESB install zip.&amp;nbsp; By doing this, the same route unchanged deploys without error.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 13:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-ESB-Route-Containing-Job/m-p/2300391#M144924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-21T13:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error Deploying ESB Route Containing Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-ESB-Route-Containing-Job/m-p/2300392#M144925</link>
      <description>Hi, there is another solution?</description>
      <pubDate>Wed, 06 Nov 2019 12:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-ESB-Route-Containing-Job/m-p/2300392#M144925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-06T12:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error Deploying ESB Route Containing Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-ESB-Route-Containing-Job/m-p/2300393#M144926</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;We have the same issue with our Runtime ESB 7.2.1... &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 09:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-ESB-Route-Containing-Job/m-p/2300393#M144926</guid>
      <dc:creator>Pruaudel</dc:creator>
      <dc:date>2020-07-22T09:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error Deploying ESB Route Containing Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-ESB-Route-Containing-Job/m-p/2300394#M144927</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that the job you point to is built as standalone instead of OSGi Bundle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the job that your cTalendJob component points to, open it up and go to the Job tab (very far left one), and under there click on the "Deployment" sub tab. Then change the Build Type field from "standalone" to "OSGi Bundle" and save the job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Re-publish your Route and then redeploy it (you may need to increase versions of job and route in case your ESB maven repository doesn't retrieve the new publish from the Nexus repository as you have already deployed that version).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kudos to Talend Support team for helping me out with this one.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 12:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Deploying-ESB-Route-Containing-Job/m-p/2300394#M144927</guid>
      <dc:creator>dleerob</dc:creator>
      <dc:date>2021-03-25T12:54:14Z</dc:date>
    </item>
  </channel>
</rss>

