<?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: Errors in ESB Runtime in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323519#M93341</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;could you please try to remove "lib/jaxrpc.jar," from Bundle-Classpath and deploy the route kar again?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;That has resolved the problem. Many thanks xldai. I edited the Bundle-Classpath in the Manifest file of the kar file using Winrar. 
&lt;BR /&gt;Is this meant to be editable in Studio? It's showing as blank field when I choose 'Edit Route Manifest'</description>
    <pubDate>Mon, 15 Jul 2013 17:00:17 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2013-07-15T17:00:17Z</dc:date>
    <item>
      <title>Errors in ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323512#M93334</link>
      <description>Hi, 
&lt;BR /&gt;I am using TOS ESB v5.2.2. I have a route which calls an existing talend job using cTalengjob. The route works fine within Studio but when I deploy the file to the ESB Runtime i get the following error: 
&lt;BR /&gt;++++++++++++++++++++++++++++ 
&lt;BR /&gt;org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange 
&lt;BR /&gt; at org.apache.camel.util.ObjectHelper.wrapCamelExecutionException(ObjectHelper.java:1286) 
&lt;BR /&gt; at org.apache.camel.impl.DefaultExchange.setException(DefaultExchange.java:282) 
&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:64) 
&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) 
&lt;BR /&gt; at org.apache.camel.processor.SendProcessor$2.doInAsyncProducer(SendProcessor.java:122) 
&lt;BR /&gt; at org.apache.camel.impl.ProducerCache.doInAsyncProducer(ProducerCache.java:298) 
&lt;BR /&gt; at org.apache.camel.processor.SendProcessor.process(SendProcessor.java:117) 
&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) 
&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99) 
&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90) 
&lt;BR /&gt; at org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73) 
&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) 
&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99) 
&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90) 
&lt;BR /&gt; at org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91) 
&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) 
&lt;BR /&gt; at org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:334) 
&lt;BR /&gt; at org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:220) 
&lt;BR /&gt; at org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45) 
&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90) 
&lt;BR /&gt; at org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303) 
&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) 
&lt;BR /&gt; at org.apache.camel.processor.Pipeline.process(Pipeline.java:117) 
&lt;BR /&gt; at org.apache.camel.processor.Pipeline.process(Pipeline.java:80) 
&lt;BR /&gt; at org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45) 
&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90) 
&lt;BR /&gt; at org.apache.camel.processor.UnitOfWorkProcessor.processAsync(UnitOfWorkProcessor.java:150) 
&lt;BR /&gt; at org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:117) 
&lt;BR /&gt; at org.apache.camel.processor.RouteInflightRepositoryProcessor.processNext(RouteInflightRepositoryProcessor.java:48) 
&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90) 
&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) 
&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99) 
&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90) 
&lt;BR /&gt; at org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73) 
&lt;BR /&gt; at org.apache.camel.component.file.GenericFileConsumer.processExchange(GenericFileConsumer.java:336) 
&lt;BR /&gt; at org.apache.camel.component.file.GenericFileConsumer.processBatch(GenericFileConsumer.java:189) 
&lt;BR /&gt; at org.apache.camel.component.file.GenericFileConsumer.poll(GenericFileConsumer.java:155) 
&lt;BR /&gt; at org.apache.camel.impl.ScheduledPollConsumer.doRun(ScheduledPollConsumer.java:142) 
&lt;BR /&gt; at org.apache.camel.impl.ScheduledPollConsumer.run(ScheduledPollConsumer.java:92) 
&lt;BR /&gt; at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) 
&lt;BR /&gt; at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) 
&lt;BR /&gt; at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) 
&lt;BR /&gt; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) 
&lt;BR /&gt; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180) 
&lt;BR /&gt; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204) 
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) 
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) 
&lt;BR /&gt; at java.lang.Thread.run(Thread.java:662) 
&lt;BR /&gt;Caused by: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.getName()Ljavax/xml/namespace/QName;" the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) of the current class, org/apache/axiom/util/stax/wrapper/XMLStreamReaderWrapper, and the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) for interface javax/xml/stream/XMLStreamReader have different Class objects for the type javax/xml/namespace/QName used in the signature 
&lt;BR /&gt; at mbnl.wurzeldatapump_0_1.WurzelDataPump.tFileInputDelimited_2Process(WurzelDataPump.java:1178) 
&lt;BR /&gt; at mbnl.wurzeldatapump_0_1.WurzelDataPump.runJobInTOS(WurzelDataPump.java:4783) 
&lt;BR /&gt; at org.talend.camel.TalendProducer.invokeTalendJob(TalendProducer.java:87) 
&lt;BR /&gt; at org.talend.camel.TalendProducer.process(TalendProducer.java:62) 
&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61) 
&lt;BR /&gt; ... 45 more 
&lt;BR /&gt;Caused by: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.getName()Ljavax/xml/namespace/QName;" the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) of the current class, org/apache/axiom/util/stax/wrapper/XMLStreamReaderWrapper, and the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) for interface javax/xml/stream/XMLStreamReader have different Class objects for the type javax/xml/namespace/QName used in the signature 
&lt;BR /&gt; at mbnl.wurzeldatapump_0_1.WurzelDataPump.tContextDump_1Process(WurzelDataPump.java:1502) 
&lt;BR /&gt; at mbnl.wurzeldatapump_0_1.WurzelDataPump.tFileInputDelimited_2Process(WurzelDataPump.java:1170) 
&lt;BR /&gt; ... 49 more 
&lt;BR /&gt;Caused by: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.getName()Ljavax/xml/namespace/QName;" the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) of the current class, org/apache/axiom/util/stax/wrapper/XMLStreamReaderWrapper, and the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) for interface javax/xml/stream/XMLStreamReader have different Class objects for the type javax/xml/namespace/QName used in the signature 
&lt;BR /&gt; at mbnl.wurzeldatapump_0_1.WurzelDataPump.tFileExist_1Process(WurzelDataPump.java:1596) 
&lt;BR /&gt; at mbnl.wurzeldatapump_0_1.WurzelDataPump.tContextDump_1Process(WurzelDataPump.java:1494) 
&lt;BR /&gt;++++++++++++++++++++++++++ 
&lt;BR /&gt;Does anyone know whats causing the error and how to resolve it? 
&lt;BR /&gt;TIA</description>
      <pubDate>Sat, 16 Nov 2024 11:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323512#M93334</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323513#M93335</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi,&lt;BR /&gt;I am using TOS ESB v5.2.2. I have a route which calls an existing talend job using cTalengjob. The route works fine within Studio but when I deploy the file to the ESB Runtime i get the following error:&lt;BR /&gt; &lt;BR /&gt;org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange&lt;BR /&gt; at org.apache.camel.util.ObjectHelper.wrapCamelExecutionException(ObjectHelper.java:1286)&lt;BR /&gt; at org.apache.camel.impl.DefaultExchange.setException(DefaultExchange.java:282)&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:64)&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)&lt;BR /&gt; at org.apache.camel.processor.SendProcessor$2.doInAsyncProducer(SendProcessor.java:122)&lt;BR /&gt; at org.apache.camel.impl.ProducerCache.doInAsyncProducer(ProducerCache.java:298)&lt;BR /&gt; at org.apache.camel.processor.SendProcessor.process(SendProcessor.java:117)&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)&lt;BR /&gt; at org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73)&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)&lt;BR /&gt; at org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91)&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)&lt;BR /&gt; at org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:334)&lt;BR /&gt; at org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:220)&lt;BR /&gt; at org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)&lt;BR /&gt; at org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303)&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)&lt;BR /&gt; at org.apache.camel.processor.Pipeline.process(Pipeline.java:117)&lt;BR /&gt; at org.apache.camel.processor.Pipeline.process(Pipeline.java:80)&lt;BR /&gt; at org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)&lt;BR /&gt; at org.apache.camel.processor.UnitOfWorkProcessor.processAsync(UnitOfWorkProcessor.java:150)&lt;BR /&gt; at org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:117)&lt;BR /&gt; at org.apache.camel.processor.RouteInflightRepositoryProcessor.processNext(RouteInflightRepositoryProcessor.java:48)&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)&lt;BR /&gt; at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)&lt;BR /&gt; at org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73)&lt;BR /&gt; at org.apache.camel.component.file.GenericFileConsumer.processExchange(GenericFileConsumer.java:336)&lt;BR /&gt; at org.apache.camel.component.file.GenericFileConsumer.processBatch(GenericFileConsumer.java:189)&lt;BR /&gt; at org.apache.camel.component.file.GenericFileConsumer.poll(GenericFileConsumer.java:155)&lt;BR /&gt; at org.apache.camel.impl.ScheduledPollConsumer.doRun(ScheduledPollConsumer.java:142)&lt;BR /&gt; at org.apache.camel.impl.ScheduledPollConsumer.run(ScheduledPollConsumer.java:92)&lt;BR /&gt; at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)&lt;BR /&gt; at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)&lt;BR /&gt; at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)&lt;BR /&gt; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)&lt;BR /&gt; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)&lt;BR /&gt; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)&lt;BR /&gt; at java.lang.Thread.run(Thread.java:662)&lt;BR /&gt;Caused by: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.getName()Ljavax/xml/namespace/QName;" the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) of the current class, org/apache/axiom/util/stax/wrapper/XMLStreamReaderWrapper, and the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) for interface javax/xml/stream/XMLStreamReader have different Class objects for the type javax/xml/namespace/QName used in the signature&lt;BR /&gt; at mbnl.wurzeldatapump_0_1.WurzelDataPump.tFileInputDelimited_2Process(WurzelDataPump.java:1178)&lt;BR /&gt; at mbnl.wurzeldatapump_0_1.WurzelDataPump.runJobInTOS(WurzelDataPump.java:4783)&lt;BR /&gt; at org.talend.camel.TalendProducer.invokeTalendJob(TalendProducer.java:87)&lt;BR /&gt; at org.talend.camel.TalendProducer.process(TalendProducer.java:62)&lt;BR /&gt; at org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61)&lt;BR /&gt; ... 45 more&lt;BR /&gt;Caused by: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.getName()Ljavax/xml/namespace/QName;" the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) of the current class, org/apache/axiom/util/stax/wrapper/XMLStreamReaderWrapper, and the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) for interface javax/xml/stream/XMLStreamReader have different Class objects for the type javax/xml/namespace/QName used in the signature&lt;BR /&gt; at mbnl.wurzeldatapump_0_1.WurzelDataPump.tContextDump_1Process(WurzelDataPump.java:1502)&lt;BR /&gt; at mbnl.wurzeldatapump_0_1.WurzelDataPump.tFileInputDelimited_2Process(WurzelDataPump.java:1170)&lt;BR /&gt; ... 49 more&lt;BR /&gt;Caused by: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.getName()Ljavax/xml/namespace/QName;" the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) of the current class, org/apache/axiom/util/stax/wrapper/XMLStreamReaderWrapper, and the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) for interface javax/xml/stream/XMLStreamReader have different Class objects for the type javax/xml/namespace/QName used in the signature&lt;BR /&gt; at mbnl.wurzeldatapump_0_1.WurzelDataPump.tFileExist_1Process(WurzelDataPump.java:1596)&lt;BR /&gt; at mbnl.wurzeldatapump_0_1.WurzelDataPump.tContextDump_1Process(WurzelDataPump.java:1494)&lt;BR /&gt; &lt;BR /&gt;Does anyone know whats causing the error and how to resolve it?&lt;BR /&gt;TIA&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It seems its a library clash between esb runtime jars and my route's bundle according to this article. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/article/ka03p0000006EFMAA2"&gt;https://community.talend.com/t5/Design-and-Development-Internal/java-lang-LinkageError-Talend-job-execution-error-on-ESB-runtime/ta-p/58?content-lang=en&lt;/A&gt; 
&lt;BR /&gt;Does anyone know how to edit the bundle-classpath in Studio? When i choose the option 'Edit Route Manifest, the Bundle-Classpath block is blank! 
&lt;BR /&gt;TIA</description>
      <pubDate>Sat, 13 Jul 2013 17:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323513#M93335</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-13T17:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323514#M93336</link>
      <description>Please check with this command: &lt;BR /&gt;karaf@trun&amp;gt; exports |grep javax.xml.stream&lt;BR /&gt;and post the result.&lt;BR /&gt;if you see there are multi bundles which exports the javax.xml.stream pakage, then keep only  one of them installed/started in the container.</description>
      <pubDate>Mon, 15 Jul 2013 06:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323514#M93336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-15T06:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323515#M93337</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Please check with this command: &lt;BR /&gt;karaf@trun&amp;gt; exports |grep javax.xml.stream&lt;BR /&gt;and post the result.&lt;BR /&gt;if you see there are multi bundles which exports the javax.xml.stream pakage, then keep only one of them installed/started in the container.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi xldai,
&lt;BR /&gt;this is the result:
&lt;BR /&gt;karaf@trun&amp;gt; exports |grep javax.xml.stream
&lt;BR /&gt; 0 # javax.xml.stream; version="0.0.0"
&lt;BR /&gt; 0 # javax.xml.stream.events; version="0.0.0"
&lt;BR /&gt; 0 # javax.xml.stream.util; version="0.0.0"
&lt;BR /&gt; 97 javax.xml.stream; version="1.0.1"
&lt;BR /&gt; 97 javax.xml.stream.util; version="1.0.1"
&lt;BR /&gt; 97 javax.xml.stream.events; version="1.0.1"
&lt;BR /&gt;Looks like it is commented out in bundle 0.
&lt;BR /&gt;Is it safe to stop bundle 97?
&lt;BR /&gt;TIA</description>
      <pubDate>Mon, 15 Jul 2013 10:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323515#M93337</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-15T10:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323516#M93338</link>
      <description>Well, since javax.xml.stream only exported by 97 bundle, you can't stop it anymore.
&lt;BR /&gt;did you open the Manifest of the route bundle in a text editor? could you post the content of Bundle-Classpath?</description>
      <pubDate>Mon, 15 Jul 2013 11:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323516#M93338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-15T11:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323517#M93339</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Well, since javax.xml.stream only exported by 97 bundle, you can't stop it anymore.&lt;BR /&gt;did you open the Manifest of the route bundle in a text editor? could you post the content of Bundle-Classpath?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi xldai, 
&lt;BR /&gt;here is the content of the Bundle-Classpath: 
&lt;BR /&gt;Bundle-ClassPath: .,lib/axis.jar,lib/axiom-api-1.2.13.jar,lib/commons- 
&lt;BR /&gt; httpclient-3.1.jar,lib/xmlbeans-2.3.0.jar,lib/mail.jar,lib/axis2-kern 
&lt;BR /&gt; el-1.6.2.jar,lib/axis2-xmlbeans-1.6.2.jar,lib/saaj.jar,lib/axiom-impl 
&lt;BR /&gt; -1.2.13.jar,lib/XmlSchema-1.4.7.jar,lib/apache-mime4j-core-0.7.2.jar, 
&lt;BR /&gt; lib/XBeans-packaged.jar,lib/commons-codec-1.3.jar,lib/activation.jar, 
&lt;BR /&gt; lib/EDSGen.jar,lib/axis2-adb-1.6.2.jar,lib/systemRoutines.jar,lib/use 
&lt;BR /&gt; rRoutines.jar,lib/talend_file_enhanced_20070724.jar,lib/jaxrpc.jar,li 
&lt;BR /&gt; b/WebServiceInput.jar,lib/axis2-transport-local-1.6.2.jar,lib/axis2-t 
&lt;BR /&gt; ransport-http-1.6.2.jar,lib/commons-lang3-3.1.jar,lib/httpcore-4.0.ja 
&lt;BR /&gt; r,lib/neethi-3.0.2.jar,lib/commons-discovery-0.2.jar,lib/talendcsv.ja 
&lt;BR /&gt; r,lib/commons-logging-1.1.jar</description>
      <pubDate>Mon, 15 Jul 2013 12:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323517#M93339</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-15T12:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323518#M93340</link>
      <description>could you please try to remove "lib/jaxrpc.jar," from Bundle-Classpath and deploy the route kar again?</description>
      <pubDate>Mon, 15 Jul 2013 13:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323518#M93340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-15T13:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323519#M93341</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;could you please try to remove "lib/jaxrpc.jar," from Bundle-Classpath and deploy the route kar again?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;That has resolved the problem. Many thanks xldai. I edited the Bundle-Classpath in the Manifest file of the kar file using Winrar. 
&lt;BR /&gt;Is this meant to be editable in Studio? It's showing as blank field when I choose 'Edit Route Manifest'</description>
      <pubDate>Mon, 15 Jul 2013 17:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323519#M93341</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-15T17:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323520#M93342</link>
      <description>Yes, but seems no for now, that's what need to be improved/fixed.</description>
      <pubDate>Tue, 16 Jul 2013 02:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323520#M93342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-16T02:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323521#M93343</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Yes, but seems no for now, that's what need to be improved/fixed.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Thanks for your help xldai.</description>
      <pubDate>Tue, 16 Jul 2013 10:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323521#M93343</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-16T10:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in ESB Runtime</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323522#M93344</link>
      <description>hi xldai,
&lt;BR /&gt;Can you give me the proper path of this code....?</description>
      <pubDate>Sun, 21 Jul 2013 20:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-in-ESB-Runtime/m-p/2323522#M93344</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-21T20:01:23Z</dc:date>
    </item>
  </channel>
</rss>

