<?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 [resolved] tWebService Error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tWebService-Error/m-p/2325864#M95414</link>
    <description>hello, 
&lt;BR /&gt;I have to call a web service, for each record read from a table, 
&lt;BR /&gt;then structured my job this way: 
&lt;BR /&gt;tDB2Input ----&amp;gt; tWebService -----&amp;gt; tLogRow 
&lt;BR /&gt;but it returns a strange exception: 
&lt;BR /&gt;---------------------------------------------------------------------------------------------------------------------------------- 
&lt;BR /&gt; IOException during exec() of compiler "javac". Check your path environment variable. 
&lt;BR /&gt;12-feb-2013 9.17.00 org.apache.cxf.endpoint.dynamic.DynamicClientFactory createClient 
&lt;BR /&gt;GRAVE: Could not compile java files for file:/C:/Users/bonafe/AppData/Local/Temp/wsdl1360657015551/mainWSDL.wsdl. 
&lt;BR /&gt;Exception in component tWebService_4 
&lt;BR /&gt;java.lang.IllegalStateException: Unable to create JAXBContext for generated packages: "tmp50463651it.icg.pragma.ws.anagrafica" non contiene ObjectFactory.class o jaxb.index 
&lt;BR /&gt; at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:393) 
&lt;BR /&gt; at org.talend.webservice.helper.ServiceInvokerHelper.createClient(ServiceInvokerHelper.java:143) 
&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:235) 
&lt;BR /&gt; at interfacce_pragma.import_anagrafiche_bkd_0_1.Import_Anagrafiche_BKD.tDB2Input_1Process(Import_Anagrafiche_BKD.java:2632) 
&lt;BR /&gt; at interfacce_pragma.import_anagrafiche_bkd_0_1.Import_Anagrafiche_BKD.runJobInTOS(Import_Anagrafiche_BKD.java:5610) 
&lt;BR /&gt; at interfacce_pragma.import_anagrafiche_bkd_0_1.Import_Anagrafiche_BKD.main(Import_Anagrafiche_BKD.java:5194) 
&lt;BR /&gt;Caused by: javax.xml.bind.JAXBException: "tmp50463651it.icg.pragma.ws.anagrafica" non contiene ObjectFactory.class o jaxb.index 
&lt;BR /&gt; at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:231) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at javax.xml.bind.ContextFinder.newInstance(Unknown Source) 
&lt;BR /&gt; at javax.xml.bind.ContextFinder.find(Unknown Source) 
&lt;BR /&gt; at javax.xml.bind.JAXBContext.newInstance(Unknown Source) 
&lt;BR /&gt; at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:390) 
&lt;BR /&gt; ... 6 more 
&lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------------------------- 
&lt;BR /&gt;Can you tell me what the cause and the solution? 
&lt;BR /&gt;thank you very much.</description>
    <pubDate>Tue, 12 Feb 2013 08:36:04 GMT</pubDate>
    <dc:creator>ursa1</dc:creator>
    <dc:date>2013-02-12T08:36:04Z</dc:date>
    <item>
      <title>[resolved] tWebService Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tWebService-Error/m-p/2325864#M95414</link>
      <description>hello, 
&lt;BR /&gt;I have to call a web service, for each record read from a table, 
&lt;BR /&gt;then structured my job this way: 
&lt;BR /&gt;tDB2Input ----&amp;gt; tWebService -----&amp;gt; tLogRow 
&lt;BR /&gt;but it returns a strange exception: 
&lt;BR /&gt;---------------------------------------------------------------------------------------------------------------------------------- 
&lt;BR /&gt; IOException during exec() of compiler "javac". Check your path environment variable. 
&lt;BR /&gt;12-feb-2013 9.17.00 org.apache.cxf.endpoint.dynamic.DynamicClientFactory createClient 
&lt;BR /&gt;GRAVE: Could not compile java files for file:/C:/Users/bonafe/AppData/Local/Temp/wsdl1360657015551/mainWSDL.wsdl. 
&lt;BR /&gt;Exception in component tWebService_4 
&lt;BR /&gt;java.lang.IllegalStateException: Unable to create JAXBContext for generated packages: "tmp50463651it.icg.pragma.ws.anagrafica" non contiene ObjectFactory.class o jaxb.index 
&lt;BR /&gt; at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:393) 
&lt;BR /&gt; at org.talend.webservice.helper.ServiceInvokerHelper.createClient(ServiceInvokerHelper.java:143) 
&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:235) 
&lt;BR /&gt; at interfacce_pragma.import_anagrafiche_bkd_0_1.Import_Anagrafiche_BKD.tDB2Input_1Process(Import_Anagrafiche_BKD.java:2632) 
&lt;BR /&gt; at interfacce_pragma.import_anagrafiche_bkd_0_1.Import_Anagrafiche_BKD.runJobInTOS(Import_Anagrafiche_BKD.java:5610) 
&lt;BR /&gt; at interfacce_pragma.import_anagrafiche_bkd_0_1.Import_Anagrafiche_BKD.main(Import_Anagrafiche_BKD.java:5194) 
&lt;BR /&gt;Caused by: javax.xml.bind.JAXBException: "tmp50463651it.icg.pragma.ws.anagrafica" non contiene ObjectFactory.class o jaxb.index 
&lt;BR /&gt; at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:231) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at javax.xml.bind.ContextFinder.newInstance(Unknown Source) 
&lt;BR /&gt; at javax.xml.bind.ContextFinder.find(Unknown Source) 
&lt;BR /&gt; at javax.xml.bind.JAXBContext.newInstance(Unknown Source) 
&lt;BR /&gt; at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:390) 
&lt;BR /&gt; ... 6 more 
&lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------------------------- 
&lt;BR /&gt;Can you tell me what the cause and the solution? 
&lt;BR /&gt;thank you very much.</description>
      <pubDate>Tue, 12 Feb 2013 08:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tWebService-Error/m-p/2325864#M95414</guid>
      <dc:creator>ursa1</dc:creator>
      <dc:date>2013-02-12T08:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tWebService Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tWebService-Error/m-p/2325865#M95415</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;This KB article documents the cause and offers solution:&lt;BR /&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EGlAAM" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/IOException-due-to-missing-javac-compiler/ta-p/136&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Shong&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2013 04:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tWebService-Error/m-p/2325865#M95415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-22T04:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tWebService Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tWebService-Error/m-p/2325866#M95416</link>
      <description>thanks a lot</description>
      <pubDate>Tue, 17 Jun 2014 16:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tWebService-Error/m-p/2325866#M95416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-17T16:41:43Z</dc:date>
    </item>
  </channel>
</rss>

