<?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: Displaying contents from MDM server table throws error in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/Displaying-contents-from-MDM-server-table-throws-error/m-p/2327409#M593</link>
    <description>Hi,&lt;BR /&gt;Would you mind posting your job setting screenshots on forum? The exported job .zip file you attached is not available on forum.&lt;BR /&gt;Could you please indicate what's build version you are using?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Mon, 12 Dec 2016 08:05:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-12T08:05:11Z</dc:date>
    <item>
      <title>Displaying contents from MDM server table throws error</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Displaying-contents-from-MDM-server-table-throws-error/m-p/2327408#M592</link>
      <description>&amp;nbsp;I set up a simple job to display the contents of a table in the MDM server.
&lt;BR /&gt;When testing the connection to the MDM server, it seems to connect fine.
&lt;BR /&gt;But when I run the job I get the error below, as if there is some permission issue with the soap service, what am i missing.
&lt;BR /&gt;The error is pasted below and the job attached.
&lt;BR /&gt;tatistics] connecting to socket on port 3981
&lt;BR /&gt; connected
&lt;BR /&gt;Dec 05, 2016 10:01:43 AM org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
&lt;BR /&gt;INFO: Creating Service {}TMDMService from class org.talend.mdm.webservice.TMDMService
&lt;BR /&gt;Dec 05, 2016 10:01:44 AM org.apache.cxf.phase.PhaseInterceptorChain doDefaultLogging
&lt;BR /&gt;WARNING: Interceptor for {}TMDMService#{}getItems has thrown exception, unwinding now
&lt;BR /&gt;org.apache.cxf.interceptor.Fault: Could not send Message.
&lt;BR /&gt; at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)
&lt;BR /&gt; at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
&lt;BR /&gt; at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
&lt;BR /&gt; at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
&lt;BR /&gt; at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
&lt;BR /&gt; at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
&lt;BR /&gt; at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
&lt;BR /&gt; at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
&lt;BR /&gt; at com.sun.proxy.$Proxy43.getItems(Unknown Source)
&lt;BR /&gt; at mdmdemo.testoutput_0_1.testoutput.tMDMInput_1_InProcess(testoutput.java:1194)
&lt;BR /&gt; at mdmdemo.testoutput_0_1.testoutput.runJobInTOS(testoutput.java:1846)
&lt;BR /&gt; at mdmdemo.testoutput_0_1.testoutput.main(testoutput.java:1703)
&lt;BR /&gt;Caused by: org.apache.cxf.transport.http.HTTPException: HTTP response '401: Unauthorized' when communicating with 
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.doProcessResponseCode(HTTPConduit.java:1599)
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1606)
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1550)
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1347)
&lt;BR /&gt; at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
&lt;BR /&gt; at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
&lt;BR /&gt; ... 11 more
&lt;BR /&gt;Could not send Message.
&lt;BR /&gt;Dec 05, 2016 10:01:44 AM org.apache.cxf.phase.PhaseInterceptorChain doDefaultLogging
&lt;BR /&gt;WARNING: Interceptor for {}TMDMService#{}logout has thrown exception, unwinding now
&lt;BR /&gt;org.apache.cxf.interceptor.Fault: Could not send Message.
&lt;BR /&gt; at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)
&lt;BR /&gt; at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
&lt;BR /&gt; at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
&lt;BR /&gt; at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
&lt;BR /&gt; at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
&lt;BR /&gt; at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
&lt;BR /&gt; at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
&lt;BR /&gt; at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
&lt;BR /&gt; at com.sun.proxy.$Proxy43.logout(Unknown Source)
&lt;BR /&gt; at mdmdemo.testoutput_0_1.testoutput.tMDMInput_1_InProcess(testoutput.java:1520)
&lt;BR /&gt; at mdmdemo.testoutput_0_1.testoutput.runJobInTOS(testoutput.java:1846)
&lt;BR /&gt; at mdmdemo.testoutput_0_1.testoutput.main(testoutput.java:1703)
&lt;BR /&gt;Caused by: org.apache.cxf.transport.http.HTTPException: HTTP response '401: Unauthorized' when communicating with 
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.doProcessResponseCode(HTTPConduit.java:1599)
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1606)
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1550)
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1347)
&lt;BR /&gt; at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
&lt;BR /&gt; at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
&lt;BR /&gt; ... 11 more
&lt;BR /&gt;Could not send Message.
&lt;BR /&gt;MDMDEMO.zip.zip</description>
      <pubDate>Mon, 05 Dec 2016 16:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Displaying-contents-from-MDM-server-table-throws-error/m-p/2327408#M592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-05T16:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying contents from MDM server table throws error</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Displaying-contents-from-MDM-server-table-throws-error/m-p/2327409#M593</link>
      <description>Hi,&lt;BR /&gt;Would you mind posting your job setting screenshots on forum? The exported job .zip file you attached is not available on forum.&lt;BR /&gt;Could you please indicate what's build version you are using?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 12 Dec 2016 08:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Displaying-contents-from-MDM-server-table-throws-error/m-p/2327409#M593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-12T08:05:11Z</dc:date>
    </item>
  </channel>
</rss>

