<?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: NoClassDefFoundError when starting job in Karaf in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291766#M144489</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here is a related community knowledge article about:&lt;A title="https://community.talend.com/t5/Design-and-Development/quot-Could-not-find-or-load-main-class-quot-error-when-deploying/ta-p/75" href="https://community.qlik.com/s/article/ka03p0000006EFiAAM" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/quot-Could-not-find-or-load-main-class-quot-error-when-deploying/ta-p/75&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Feel free to let us know if it helps.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jan 2019 03:03:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-28T03:03:31Z</dc:date>
    <item>
      <title>NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291762#M144485</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;i am experiencing some issues when i want to call a job from Karaf. When I run it in Talen Open Studio it works fine.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have one parent job which handles a POST request and then starts a child job which executes a POST with a tRESTClient component.&lt;/P&gt; 
&lt;P&gt;The parent job looks as follows:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="parentjob.JPG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M24N.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146373i4AD89D64F2AB977F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M24N.jpg" alt="0683p000009M24N.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="restparent.JPG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M24S.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155635i35DFC1A6530DF727/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M24S.jpg" alt="0683p000009M24S.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;And this is the design of the child job:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="childjob.JPG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M24X.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142002iF319DAF9FDAB2C05/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M24X.jpg" alt="0683p000009M24X.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P class="lia-img-tmp-id-3"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="lia-img-tmp-id-3"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="lia-img-tmp-id-3"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="lia-img-tmp-id-3"&gt;I used a simple API for testing the tRestClient:&lt;/P&gt; 
&lt;P class="lia-img-tmp-id-3"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="restclientchild.JPG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M21k.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143890i1837A89DD7B93EE3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M21k.jpg" alt="0683p000009M21k.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P class="lia-img-tmp-id-3"&gt;As I already mentioned running this job in Open Studio works fine. The problem occurs when I deploy it in Karaf. I get this exception:&lt;/P&gt; 
&lt;PRE&gt;Exception in component tRunJob_1 (RestRequestParent)
java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean
        at local_project.restrequestparent_0_1.RestRequestParent.tRESTRequest_1_LoopProcess(RestRequestParent.java:2145)
        at local_project.restrequestparent_0_1.RestRequestParent$RestServiceProviderImpl4TalendJob.processRequest(RestRequestParent.java:391)
        at local_project.restrequestparent_0_1.RestRequestParent$RestServiceProviderImpl4TalendJob.path1(RestRequestParent.java:479)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
        at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
        at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:192)
        at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:103)
        at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
        at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96)
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
        at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
        at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267)
        at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:247)
        at org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:79)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1182)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1116)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
        at org.eclipse.jetty.server.Server.handle(Server.java:534)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:333)
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
        at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
        at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
        at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
        at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoClassDefFoundError: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean
        at local_project.restrequestparent_0_1.RestRequestParent.tRESTRequest_1_LoopProcess(RestRequestParent.java:1638)
        ... 34 more
Caused by: java.lang.ClassNotFoundException: org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean cannot be found by local_project.RestRequestParent_0.1.0
        at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:484)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:395)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:387)
        at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:150)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 35 more&lt;/PRE&gt; 
&lt;P class="lia-img-tmp-id-3"&gt;Any idea how this can be solved? I am using version 7.0.1 and Java 1.8 by the way.&lt;/P&gt; 
&lt;P class="lia-img-tmp-id-3"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="lia-img-tmp-id-3"&gt;Best regards&lt;/P&gt; 
&lt;P class="lia-img-tmp-id-3"&gt;Basit&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291762#M144485</guid>
      <dc:creator>Basit</dc:creator>
      <dc:date>2024-11-16T06:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291763#M144486</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3e3e3e; font-family: 'PT Sans','Helvetica',Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Did you deploy only the parent job in runtime? Have you tried to&amp;nbsp;build and deploy the child job firstly to see if it works?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3e3e3e; font-family: 'PT Sans','Helvetica',Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3e3e3e; font-family: 'PT Sans','Helvetica',Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 09:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291763#M144486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-24T09:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291764#M144487</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks for your reply.&lt;/P&gt; 
&lt;P&gt;At first I only deployed the parent job which resulted in this NoClassDefFoundError.&lt;/P&gt; 
&lt;P&gt;After I researched a little bit more I found the suggestion in another thread (&lt;A href="https://community.qlik.com/s/feed/0D73p000004kXIpCAM#M91048" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/REST-webservices-from-TOS-ESB-6-4-to-TOS-ESB-7-0-and-tRESTClient/m-p/148650#M91048&lt;/A&gt;) to deploy the child job also. But this gave me more problems. In Karaf the state of the child job was "Failure" and when I called my parent job I got some NullPointers and also a&amp;nbsp;&lt;SPAN&gt;WebAppli&lt;/SPAN&gt;&lt;SPAN&gt;cationException (the REST service always returned 500 as a HTTP code).&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Currently I really have no clue why I am not able to get this working...&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Basit&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 19:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291764#M144487</guid>
      <dc:creator>Basit</dc:creator>
      <dc:date>2019-01-27T19:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291765#M144488</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Did you check out "Use an independent process to run subjob" option on tRunJob which is not compatible with the Runtime?&lt;/P&gt;
&lt;P&gt;Could you please post your tRunJob component setting screenshots on forum?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 03:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291765#M144488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-28T03:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291766#M144489</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here is a related community knowledge article about:&lt;A title="https://community.talend.com/t5/Design-and-Development/quot-Could-not-find-or-load-main-class-quot-error-when-deploying/ta-p/75" href="https://community.qlik.com/s/article/ka03p0000006EFiAAM" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/quot-Could-not-find-or-load-main-class-quot-error-when-deploying/ta-p/75&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Feel free to let us know if it helps.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 03:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291766#M144489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-28T03:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291767#M144490</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thank you very much for your help.&lt;/P&gt; 
&lt;P&gt;These are my initial settings for tRunJob.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="tRunJob.JPG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2cy.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138063i8B5B1D215EDF553E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2cy.jpg" alt="0683p000009M2cy.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I didn't check "&lt;SPAN&gt;Use an independent process to run subjob" which resulted in this NoClassDefFoundError.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;However, I also tried to build this job with this option enabled and got the same result that is also described in your article and in the Jira issue: the child job returns 1 and the main class could not be found.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Now do I understand this correctly that this is currently a bug in Talend Open Studio and cannot be solved?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Basit&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 21:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291767#M144490</guid>
      <dc:creator>Basit</dc:creator>
      <dc:date>2019-01-28T21:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291768#M144491</link>
      <description>&lt;P&gt;Having the exact same issue. How did you get around it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 11:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291768#M144491</guid>
      <dc:creator>navds</dc:creator>
      <dc:date>2019-02-12T11:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291769#M144492</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006yveuAAA"&gt;@navds&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;actually I still couldn't resolve this problem. But I will definitely post a message here as soon as we will find a workaround.&lt;/P&gt; 
&lt;P&gt;Did you also try to disable the "&lt;SPAN&gt;Use an independent process to run subjob" option? If you will be able to work this out please let me know &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Regards,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Basit&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 20:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291769#M144492</guid>
      <dc:creator>Basit</dc:creator>
      <dc:date>2019-02-12T20:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291770#M144493</link>
      <description>Hi 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LPAoAAO"&gt;@Basit&lt;/A&gt;, 
&lt;BR /&gt;Apparently, this has something to do with class loading config in v7. I compiled an OSGi bundle of the same job from Talend 6.4.1 and put it in the Talend 7 container. It worked. 
&lt;BR /&gt;Unfortunately, you can't import project made with 7 in 6. I migrated from 6 and fortunately, I had the project archived under version control. 
&lt;BR /&gt;Maybe someone could find a workaround, probably editing pom files, but for now, I'll stay with Talend 6. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Navds</description>
      <pubDate>Wed, 13 Feb 2019 06:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291770#M144493</guid>
      <dc:creator>navds</dc:creator>
      <dc:date>2019-02-13T06:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291771#M144494</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006yveuAAA"&gt;@navds&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;sorry for the late reply. I was a little bit busy the last couple of days.&lt;/P&gt; 
&lt;P&gt;Good to know that this problem doesn't occur in v6. All our jobs are made with v7 so I am not sure if we will fully downgrade to 6.&lt;/P&gt; 
&lt;P&gt;But I will definitely give it a try as soon as I will work on this task again. It's really strange that this seems to work with one version but not with the other one...&lt;/P&gt; 
&lt;P&gt;Anyhow, thanks again for this advice &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Basit&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 22:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291771#M144494</guid>
      <dc:creator>Basit</dc:creator>
      <dc:date>2019-02-15T22:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291772#M144495</link>
      <description>&lt;P&gt;Spent 2 weeks to refactor a job with subjobs so that it is easier to read / modify / change and added new features etc. Now I am running into this very same issue. Please let me know if you were able to find a solution for it. Deselecting "&lt;SPAN&gt;Use an independent process to run subjob" didn't work. Neither deploying the subjobs&amp;nbsp;separately.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 21:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291772#M144495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-15T21:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291773#M144496</link>
      <description>&lt;P&gt;If it's up to me, I would recommend against Talend ESB for production. So many issues and instability without talking about lack of documentation and support&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://help.talend.com/reader/5rUSEFXF6OUSM_fjCYR~kA/14V1zILctluBKoF~eqNJgQ" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/5rUSEFXF6OUSM_fjCYR~kA/14V1zILctluBKoF~eqNJgQ&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 07:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291773#M144496</guid>
      <dc:creator>navds</dc:creator>
      <dc:date>2019-04-16T07:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291774#M144497</link>
      <description>&lt;P&gt;Same problem here,&lt;/P&gt; 
&lt;P&gt;we refactored some jobs with subjobs as they were starting to get very hard to read ... and run into the very same problems&lt;/P&gt; 
&lt;P&gt;Did you find any solution? seesing the post date i don't think so, but who knows? &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Sincerely,&lt;/P&gt; 
&lt;P&gt;Nrd&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;(ps : sorry posted another thread before finding this one)&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 16:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291774#M144497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-18T16:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291775#M144498</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Problem seems to be with the build process when building osgi container, but i found a temporary solution :&amp;nbsp;&lt;A href="https://community.qlik.com/s/feed/0D73p000004ki4QCAQ#M112191" target="_blank" rel="noopener"&gt;https://community.talend.com/t5/Design-and-Development/Job-with-Subjobs-error-when-deployed-as-OSGI-Karaf/m-p/205053#M112191&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Sicnerely,&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 09:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291775#M144498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-22T09:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291776#M144499</link>
      <description>&lt;P&gt;I think I could finally solve this issue. After quite some time we had another case where we ran into the same exception.&lt;/P&gt;&lt;P&gt;For this new job the following workaround helped:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;first, deploy all child jobs in Karaf&lt;/LI&gt;&lt;LI&gt;in my case i stopped them afterwards in Karaf because they don't need to run on their own
Command: stop {id}
The state of the job should be then shown as "resolved" (check with "list" in Karaf)&lt;/LI&gt;&lt;LI&gt;then deploy the parent job in Karaf as usual&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If I now send a REST request to the parent job there are no more exceptions ( kind of embarassing that I didn't think of this earlier &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt; )&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 13:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291776#M144499</guid>
      <dc:creator>Basit</dc:creator>
      <dc:date>2020-08-31T13:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291777#M144500</link>
      <description>&lt;P&gt;Hi @Navalona Ramanantoanina​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was finally able to solve this issue for us. Look at my latest reply maybe it can help you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Basit&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 13:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291777#M144500</guid>
      <dc:creator>Basit</dc:creator>
      <dc:date>2020-08-31T13:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError when starting job in Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291778#M144501</link>
      <description>&lt;P&gt;Hi @Gilles LEO​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was finally able to solve this issue for us. Look at my latest reply maybe it can help you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Basit&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 13:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-when-starting-job-in-Karaf/m-p/2291778#M144501</guid>
      <dc:creator>Basit</dc:creator>
      <dc:date>2020-08-31T13:54:17Z</dc:date>
    </item>
  </channel>
</rss>

