<?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: [resolved] Error to run oauth2 example in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-to-run-oauth2-example/m-p/2245695#M31471</link>
    <description>Hi&amp;nbsp;
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;sberyozkin,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;THanks, it works. &amp;nbsp;You are so nice. You saved my day.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;</description>
    <pubDate>Tue, 04 Nov 2014 22:23:52 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2014-11-04T22:23:52Z</dc:date>
    <item>
      <title>[resolved] Error to run oauth2 example</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-to-run-oauth2-example/m-p/2245693#M31469</link>
      <description>Hi all, 
&lt;BR /&gt;I follow the README file to run the oauth2 example but &amp;nbsp;have error to start the service: 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas, 'Liberation Mono', Menlo, Courier, monospace"&gt;Starting the service&lt;BR /&gt;---------------------------------------&lt;BR /&gt; * In the servlet container&lt;BR /&gt; cd war; mvn jetty:run-war&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas, 'Liberation Mono', Menlo, Courier, monospace"&gt;It has some error:&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas, 'Liberation Mono', Menlo, Courier, monospace"&gt; BUILD FAILURE&lt;BR /&gt; ------------------------------------------------------------------------&lt;BR /&gt; Total time: 1.279 s&lt;BR /&gt; Finished at: 2014-11-03T13:32:48-05:00&lt;BR /&gt; Final Memory: 9M/183M&lt;BR /&gt; ------------------------------------------------------------------------&lt;BR /&gt; Failed to execute goal on project jaxrs-oauth2-service-war: Could not re&lt;BR /&gt;solve dependencies for project org.talend.cxf-examples.jaxrs-oauth-example:jaxrs&lt;BR /&gt;-oauth2-service-war:war:1.0: Failed to collect dependencies at org.talend.cxf-ex&lt;BR /&gt;amples.jaxrs-oauth-example:jaxrs-oauth2-service:jar:1.0: Failed to read artifact&lt;BR /&gt; descriptor for org.talend.cxf-examples.jaxrs-oauth-example:jaxrs-oauth2-service&lt;BR /&gt;:jar:1.0: Could not find artifact org.talend.cxf-examples:talend-cxf-examples&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;o&lt;BR /&gt;m:1.0 in central () -&amp;gt; &lt;BR /&gt;&lt;BR /&gt; To see the full stack trace of the errors, re-run Maven with the -e swit&lt;BR /&gt;ch.&lt;BR /&gt; Re-run Maven using the -X switch to enable full debug logging.&lt;BR /&gt;&lt;BR /&gt; For more information about the errors and possible solutions, please rea&lt;BR /&gt;d the following articles:&lt;BR /&gt; &lt;BR /&gt;lutionException&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Consolas, 'Liberation Mono', Menlo, Courier, monospace"&gt;Could you please help me?&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-to-run-oauth2-example/m-p/2245693#M31469</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error to run oauth2 example</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-to-run-oauth2-example/m-p/2245694#M31470</link>
      <description>Hi Kai
&lt;BR /&gt;You have to build it first.
&lt;BR /&gt;First build an examples parent pom, if it is a jaxrs_oauth2 folder then the examples pom would be two folders up. Do "mvn install --non-recursive" there, next do cxf examples pom build the same way (one folder up from the jaxrs_oauth2 folder). Then build the jaxrs_oauth2 example. 
&lt;BR /&gt;Let me know how it goes please
&lt;BR /&gt;Sergey</description>
      <pubDate>Tue, 04 Nov 2014 21:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-to-run-oauth2-example/m-p/2245694#M31470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-04T21:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error to run oauth2 example</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-to-run-oauth2-example/m-p/2245695#M31471</link>
      <description>Hi&amp;nbsp;
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;sberyozkin,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;THanks, it works. &amp;nbsp;You are so nice. You saved my day.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;</description>
      <pubDate>Tue, 04 Nov 2014 22:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-to-run-oauth2-example/m-p/2245695#M31471</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-11-04T22:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error to run oauth2 example</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-to-run-oauth2-example/m-p/2245696#M31472</link>
      <description>Np at all :-). Thanks for experimenting with the demo... 
&lt;BR /&gt;Sergey</description>
      <pubDate>Wed, 05 Nov 2014 10:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-to-run-oauth2-example/m-p/2245696#M31472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-05T10:02:10Z</dc:date>
    </item>
  </channel>
</rss>

