<?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 Problem with WebService job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302080#M74103</link>
    <description>Hi,
&lt;BR /&gt;I have created a Talend job that uses tWebService component.
&lt;BR /&gt;When I run this job from TOS, it runs normaly.
&lt;BR /&gt;But, when I export it in order to run on Linux, I get the following Error :
&lt;BR /&gt;Exception in component tWebService_8
&lt;BR /&gt;java.lang.IllegalStateException: Unable to create schema compiler
&lt;BR /&gt; at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:264)
&lt;BR /&gt; at org.talend.webservice.helper.ServiceInvokerHelper.createClient(ServiceInvokerHelper.java:142)
&lt;BR /&gt; at org.talend.webservice.helper.ServiceInvokerHelper.getClient(ServiceInvokerHelper.java:134)
&lt;BR /&gt; at org.talend.webservice.helper.ServiceInvokerHelper.invoke(ServiceInvokerHelper.java:234)
&lt;BR /&gt; at oasis.gereintervenant_0_1.GereIntervenant.tFileInputDelimited_3Process(GereIntervenant.java:2816)
&lt;BR /&gt; at oasis.gereintervenant_0_1.GereIntervenant.runJobInTOS(GereIntervenant.java:3828)
&lt;BR /&gt; at oasis.gereintervenant_0_1.GereIntervenant.main(GereIntervenant.java:3563)
&lt;BR /&gt;Caused by: javax.xml.bind.JAXBException
&lt;BR /&gt; - with linked exception:
&lt;BR /&gt;
&lt;BR /&gt; at org.apache.cxf.jaxb.JAXBUtils.createSchemaCompiler(JAXBUtils.java:624)
&lt;BR /&gt; at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:262)
&lt;BR /&gt; ... 6 more
&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: com.sun.tools.internal.xjc.api.XJC
&lt;BR /&gt; at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method)
&lt;BR /&gt; at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
&lt;BR /&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
&lt;BR /&gt; at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
&lt;BR /&gt; at java.lang.Class.forName0(Native Method)
&lt;BR /&gt; at java.lang.Class.forName(Class.java:169)
&lt;BR /&gt; at org.apache.cxf.jaxb.JAXBUtils.createSchemaCompiler(JAXBUtils.java:617)
&lt;BR /&gt; ... 7 more
&lt;BR /&gt;
&lt;BR /&gt;I use JDK 1.6.0_05 in TOS.
&lt;BR /&gt;On Linux, java -version says : java version "1.6.0_01"
&lt;BR /&gt;I don't know if I can change java version because others projects are hosted on this machine.
&lt;BR /&gt;Do you have some ideas about my issue ?
&lt;BR /&gt;Thanks a lot
&lt;BR /&gt;best regards
&lt;BR /&gt;Laurent</description>
    <pubDate>Tue, 17 Jun 2014 16:35:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-17T16:35:00Z</dc:date>
    <item>
      <title>Problem with WebService job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302080#M74103</link>
      <description>Hi,
&lt;BR /&gt;I have created a Talend job that uses tWebService component.
&lt;BR /&gt;When I run this job from TOS, it runs normaly.
&lt;BR /&gt;But, when I export it in order to run on Linux, I get the following Error :
&lt;BR /&gt;Exception in component tWebService_8
&lt;BR /&gt;java.lang.IllegalStateException: Unable to create schema compiler
&lt;BR /&gt; at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:264)
&lt;BR /&gt; at org.talend.webservice.helper.ServiceInvokerHelper.createClient(ServiceInvokerHelper.java:142)
&lt;BR /&gt; at org.talend.webservice.helper.ServiceInvokerHelper.getClient(ServiceInvokerHelper.java:134)
&lt;BR /&gt; at org.talend.webservice.helper.ServiceInvokerHelper.invoke(ServiceInvokerHelper.java:234)
&lt;BR /&gt; at oasis.gereintervenant_0_1.GereIntervenant.tFileInputDelimited_3Process(GereIntervenant.java:2816)
&lt;BR /&gt; at oasis.gereintervenant_0_1.GereIntervenant.runJobInTOS(GereIntervenant.java:3828)
&lt;BR /&gt; at oasis.gereintervenant_0_1.GereIntervenant.main(GereIntervenant.java:3563)
&lt;BR /&gt;Caused by: javax.xml.bind.JAXBException
&lt;BR /&gt; - with linked exception:
&lt;BR /&gt;
&lt;BR /&gt; at org.apache.cxf.jaxb.JAXBUtils.createSchemaCompiler(JAXBUtils.java:624)
&lt;BR /&gt; at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:262)
&lt;BR /&gt; ... 6 more
&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: com.sun.tools.internal.xjc.api.XJC
&lt;BR /&gt; at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method)
&lt;BR /&gt; at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
&lt;BR /&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
&lt;BR /&gt; at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
&lt;BR /&gt; at java.lang.Class.forName0(Native Method)
&lt;BR /&gt; at java.lang.Class.forName(Class.java:169)
&lt;BR /&gt; at org.apache.cxf.jaxb.JAXBUtils.createSchemaCompiler(JAXBUtils.java:617)
&lt;BR /&gt; ... 7 more
&lt;BR /&gt;
&lt;BR /&gt;I use JDK 1.6.0_05 in TOS.
&lt;BR /&gt;On Linux, java -version says : java version "1.6.0_01"
&lt;BR /&gt;I don't know if I can change java version because others projects are hosted on this machine.
&lt;BR /&gt;Do you have some ideas about my issue ?
&lt;BR /&gt;Thanks a lot
&lt;BR /&gt;best regards
&lt;BR /&gt;Laurent</description>
      <pubDate>Tue, 17 Jun 2014 16:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302080#M74103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-17T16:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with WebService job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302081#M74104</link>
      <description>Hi, &lt;BR /&gt;Could you please indicate the build version you are using? The required tools.jar file is missing, it seems you have problem during the export of job script.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 18 Jun 2014 04:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302081#M74104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-18T04:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with WebService job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302082#M74105</link>
      <description>Hi,&lt;BR /&gt;I use TOS 5.0.2.r78327&lt;BR /&gt;thanks&lt;BR /&gt;Laurent</description>
      <pubDate>Wed, 18 Jun 2014 08:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302082#M74105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-18T08:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with WebService job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302083#M74106</link>
      <description>I specify : Build id: r78327-20120216-0244</description>
      <pubDate>Wed, 18 Jun 2014 08:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302083#M74106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-18T08:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with WebService job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302084#M74107</link>
      <description>Hi, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Caused by: javax.xml.bind.JAXBException&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Usually, this issue is caused by wrong environments configuration. 
&lt;BR /&gt;The tWebservice works with cxf.jar, and cxf must work with JDK.(not JRE). 
&lt;BR /&gt;Did you add the system environment variable PATH to include the default java directory path - C:\Program Files\Java\jdk1.6.xxx\bin\?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 18 Jun 2014 10:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302084#M74107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-18T10:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with WebService job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302085#M74108</link>
      <description>Thanks a lot Sabrina,
&lt;BR /&gt;Actually, WS is disable. 
&lt;BR /&gt;So, I can't check this proposed solution &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; 
&lt;BR /&gt;I modify my path and I run my job as soon as possible.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Laurent</description>
      <pubDate>Wed, 18 Jun 2014 13:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302085#M74108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-18T13:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with WebService job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302086#M74109</link>
      <description>Hi lcamou, 
&lt;BR /&gt;Any update for your issue? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 10 Jul 2014 04:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302086#M74109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-10T04:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with WebService job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302087#M74110</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi lcamou, &lt;BR /&gt;Any update for your issue?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi Sabrina , 
&lt;BR /&gt;I am getting the same problem in windows environment? 
&lt;BR /&gt;My 
&lt;B&gt;Build id: V5.6.1_20141207_1530.&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;Thanks and Regards&lt;BR /&gt;Jayant Jain&lt;BR /&gt;&lt;/B&gt;</description>
      <pubDate>Tue, 10 Mar 2015 14:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302087#M74110</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-03-10T14:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with WebService job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302088#M74111</link>
      <description>I'm experiencing the same issue on talend 6.1.0 
&lt;BR /&gt;Trying to push some changes through the SOAP Webservice getting an error : 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in component tWebService_1&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.common.util.Compiler.useJava6Compiler(Compiler.java:187)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.common.util.Compiler.compileFiles(Compiler.java:141)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.common.util.Compiler.compileFiles(Compiler.java:136)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.compileJavaSrc(DynamicClientFactory.java:611)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:370)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.webservice.helper.ServiceInvokerHelper.createClient(ServiceInvokerHelper.java:144)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.webservice.helper.ServiceInvokerHelper.getClient(ServiceInvokerHelper.java:135)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.webservice.helper.ServiceInvokerHelper.invoke(ServiceInvokerHelper.java:236)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at alim_logicar.exportxml_0_1.exportXML.tMysqlInput_1Process(exportXML.java:2696)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at alim_logicar.exportxml_0_1.exportXML.runJobInTOS(exportXML.java:3186)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at alim_logicar.exportxml_0_1.exportXML.main(exportXML.java:2978)&lt;BR /&gt; disconnected&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 11 Nov 2015 16:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-WebService-job/m-p/2302088#M74111</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-11-11T16:16:05Z</dc:date>
    </item>
  </channel>
</rss>

