<?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: Get Unable to resolve root error in Runtime in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Get-Unable-to-resolve-root-error-in-Runtime/m-p/2211900#M9735</link>
    <description>Seems that the problem is caused by bundle dependency,&amp;nbsp;org.springframework.data.redis/1.6.0 relies on org.springframework.aop&amp;nbsp;4.0.9, which is not available in RunTime.&amp;nbsp; 
&lt;BR /&gt;However, when I tried to install the bundle " 
&lt;FONT color="#000000"&gt;camel-spring-redis 4.0.9" downloaded from Maven to Runtime, it gives "&lt;/FONT&gt; 
&lt;FONT color="#000000"&gt;Bundle-SymbolicName header missing, cannot install bundle&lt;/FONT&gt; 
&lt;FONT color="#000000"&gt;" error.&amp;nbsp;&lt;/FONT&gt; 
&lt;BR /&gt;Stuck here and don't know how to make it work.</description>
    <pubDate>Thu, 05 Jan 2017 14:32:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-05T14:32:32Z</dc:date>
    <item>
      <title>Get Unable to resolve root error in Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-Unable-to-resolve-root-error-in-Runtime/m-p/2211899#M9734</link>
      <description>Hi team 
&lt;BR /&gt;I have a Route which connects to Redis using spring-redis in cMessagingEndpoint. It works fine in Studio, however, i get "Unable to resolve root: missing requirement" error when I deploy the route to Runtime. (Using version 6.2.1 for both Studio and Runtime) 
&lt;BR /&gt;Here is the error log: 
&lt;BR /&gt; 
&lt;PRE&gt;17:49:49,386 | INFO &amp;nbsp;| container/deploy | eployer.kar.KarArtifactInstaller &amp;nbsp; 75 | 28 - org.apache.karaf.deployer.kar - 4.0.5 | Found a .kar file to deploy.&lt;BR /&gt;17:49:49,388 | INFO &amp;nbsp;| container/deploy | eployer.kar.KarArtifactInstaller &amp;nbsp; 48 | 28 - org.apache.karaf.deployer.kar - 4.0.5 | Installing KAR file /opt/Talend/container/deploy/AutoSafe_Server_InternalServices_0.1.kar&lt;BR /&gt;17:49:49,420 | INFO &amp;nbsp;| container/deploy | araf.kar.internal.KarServiceImpl &amp;nbsp;261 | 37 - org.apache.karaf.kar.core - 4.0.5 | Added feature repository 'file:/opt/Talend/container/data/kar/AutoSafe_Server_InternalServices_0.1/autosafeserver/AutoSafe_Server_InternalServices/AutoSafe_Server_InternalServices-feature/0.1/AutoSafe_Server_InternalServices-feature-0.1.xml'&lt;BR /&gt;17:49:49,426 | INFO &amp;nbsp;| container/deploy | rnal.service.FeaturesServiceImpl 1189 | 9 - org.apache.karaf.features.core - 4.0.5 | Adding features: AutoSafe_Server_InternalServices-feature/&lt;BR /&gt;17:50:33,431 | WARN &amp;nbsp;| container/deploy | araf.kar.internal.KarServiceImpl &amp;nbsp;286 | 37 - org.apache.karaf.kar.core - 4.0.5 | Unable to install Kar feature AutoSafe_Server_InternalServices-feature/0.1.0&lt;BR /&gt;org.osgi.service.resolver.ResolutionException: Unable to resolve root: missing requirement  osgi.identity; osgi.identity=AutoSafe_Server_InternalServices-feature; type=karaf.feature; version=""; filter:="(&amp;amp;(osgi.identity=AutoSafe_Server_InternalServices-feature)(type=karaf.feature)(version&amp;gt;=0.1.0)(version&amp;lt;=0.1.0))"  osgi.identity; osgi.identity=camel-spring-redis; type=karaf.feature  osgi.identity; osgi.identity=org.apache.camel.camel-spring-redis; type=osgi.bundle; version=""; resolution:=mandatory  osgi.wiring.package; filter:="(&amp;amp;(osgi.wiring.package=org.springframework.data.redis.connection)(version&amp;gt;=1.0.0)(!(version&amp;gt;=2.0.0)))"  osgi.wiring.package; filter:="(&amp;amp;(osgi.wiring.package=org.springframework.aop.framework)(version&amp;gt;=4.0.9)(!(version&amp;gt;=4.1.0)))"]]]]&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.felix.resolver.ResolutionError.toException(ResolutionError.java:42)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:235)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:158)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.karaf.features.internal.region.SubsystemResolver.resolve(SubsystemResolver.java:216)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:263)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1152)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.karaf.features.internal.service.FeaturesServiceImpl$1.call(FeaturesServiceImpl.java:1048)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Thread.run(Thread.java:745)&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;Someone could help me out?</description>
      <pubDate>Sat, 16 Nov 2024 10:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-Unable-to-resolve-root-error-in-Runtime/m-p/2211899#M9734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get Unable to resolve root error in Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-Unable-to-resolve-root-error-in-Runtime/m-p/2211900#M9735</link>
      <description>Seems that the problem is caused by bundle dependency,&amp;nbsp;org.springframework.data.redis/1.6.0 relies on org.springframework.aop&amp;nbsp;4.0.9, which is not available in RunTime.&amp;nbsp; 
&lt;BR /&gt;However, when I tried to install the bundle " 
&lt;FONT color="#000000"&gt;camel-spring-redis 4.0.9" downloaded from Maven to Runtime, it gives "&lt;/FONT&gt; 
&lt;FONT color="#000000"&gt;Bundle-SymbolicName header missing, cannot install bundle&lt;/FONT&gt; 
&lt;FONT color="#000000"&gt;" error.&amp;nbsp;&lt;/FONT&gt; 
&lt;BR /&gt;Stuck here and don't know how to make it work.</description>
      <pubDate>Thu, 05 Jan 2017 14:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-Unable-to-resolve-root-error-in-Runtime/m-p/2211900#M9735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-05T14:32:32Z</dc:date>
    </item>
  </channel>
</rss>

