<?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: Error when Checking REST Service after deployment in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299794#M72099</link>
    <description>Sberyozkin, 
&lt;BR /&gt;With my previous example, the service is available (first Endpoint) in the section Available RESTFul services in the screen below. 
&lt;BR /&gt;Endpoint REST of t_RESTrequest in my example is:"/services"; &amp;nbsp;i don't know if it 's wrong or not and if it's the cause of my error. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAkI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148730i59529731C5BDAC01/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAkI.png" alt="0683p000009MAkI.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Regards,</description>
    <pubDate>Wed, 13 Jul 2016 14:17:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-13T14:17:56Z</dc:date>
    <item>
      <title>Error when Checking REST Service after deployment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299790#M72095</link>
      <description>I'm using TOS for ESB 6.1.1; What I'm doing is just to create a simple REST Service, built this Service and check it in the browser at the&amp;nbsp; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;address on which it has been published. But i have an error.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;1/C&lt;/FONT&gt;&lt;/FONT&gt;reate a simple REST Service: this Service simply explore the data of a table of database 
&lt;BR /&gt;The job works correctly in the studio. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB1g.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140409i854937AB49E580CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB1g.png" alt="0683p000009MB1g.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;2/Deployment 
&lt;BR /&gt;I deployed the REST Service in the Talend Runtine Contenair. When i type the list command, i saw the Service with the statut Active. The Service was correctly deployed. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAdk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154376i573C273578FEA3CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAdk.png" alt="0683p000009MAdk.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;3/Checking the REST Service 
&lt;BR /&gt;When i check the Service at this endpoint address: , i get the following error: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAkH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146718iF9D188616E36E008/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAkH.png" alt="0683p000009MAkH.png" /&gt;&lt;/span&gt;Please, can someone help me? my research has not been conclusive. 
&lt;BR /&gt;thank you in advance.</description>
      <pubDate>Sat, 16 Nov 2024 10:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299790#M72095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Checking REST Service after deployment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299791#M72096</link>
      <description>Hi
&lt;BR /&gt;When you run the job in Karaf it is a servlet container which is used, you have "/services/services" - the 1st segment is a CXF servlet context, the 2nd segment is "/services" too and by default CXF thinks it is a request to display a services page which is an HTML showing the links to the deployed services.
&lt;BR /&gt;Try have either "/" in a studio inside a job or set an "org.apache.cxf.servlet.service-list-path" property in KARAF_HOME/etc/org.apache.cxf.osgi.cfg to something different such as "services-list", etc...
&lt;BR /&gt;HTH, Sergey</description>
      <pubDate>Wed, 13 Jul 2016 10:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299791#M72096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-13T10:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Checking REST Service after deployment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299792#M72097</link>
      <description>HI Sberyozkin,
&lt;BR /&gt;Thanks for yor reply. Sorry I'm new in TOS ESB and in your answer i don't realy understand&amp;nbsp;the way to correct this error.
&lt;BR /&gt;Please can you help me step by step from my example&amp;nbsp;to solve this problem?
&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 13 Jul 2016 13:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299792#M72097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-13T13:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Checking REST Service after deployment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299793#M72098</link>
      <description>Please ignore the previous comment, Your request URI does not end with "/services/services". I wonder if you need to drop one "/services" when it is deployed in Karaf, try it please.</description>
      <pubDate>Wed, 13 Jul 2016 13:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299793#M72098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-13T13:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Checking REST Service after deployment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299794#M72099</link>
      <description>Sberyozkin, 
&lt;BR /&gt;With my previous example, the service is available (first Endpoint) in the section Available RESTFul services in the screen below. 
&lt;BR /&gt;Endpoint REST of t_RESTrequest in my example is:"/services"; &amp;nbsp;i don't know if it 's wrong or not and if it's the cause of my error. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAkI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148730i59529731C5BDAC01/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAkI.png" alt="0683p000009MAkI.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 13 Jul 2016 14:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299794#M72099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-13T14:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Checking REST Service after deployment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299795#M72100</link>
      <description>It is not clear where the endpoint with '/services' only is created. Looks like the one with "/services/services" corresponds to your job - AFAIK during the deployment of jobs "/services" is appended to the job URI thus you have "/services/services". But the one with "/services" only looks strange...</description>
      <pubDate>Fri, 15 Jul 2016 14:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299795#M72100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-15T14:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Checking REST Service after deployment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299796#M72101</link>
      <description>Sberyozkin, 
&lt;BR /&gt;I saw why i couldn't check the Service at the endpoint address. The error was about oracle jdbc driver. 
&lt;BR /&gt;I solved it by setting the Path in the environment variable and now it works well. 
&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 21 Jul 2016 14:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-Checking-REST-Service-after-deployment/m-p/2299796#M72101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-21T14:08:42Z</dc:date>
    </item>
  </channel>
</rss>

