<?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: Deploying Rest Route on ESB-SE Runtime Error &amp;quot;Could not start Jetty server on port 8,040: Address already in use: bind&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Deploying-Rest-Route-on-ESB-SE-Runtime-Error-quot-Could-not/m-p/2307709#M144196</link>
    <description>&lt;P&gt;Also&amp;nbsp; make sure port 8040 is not used by any other application&amp;nbsp; ie skype&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jul 2018 04:57:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-05T04:57:50Z</dc:date>
    <item>
      <title>Deploying Rest Route on ESB-SE Runtime Error "Could not start Jetty server on port 8,040: Address already in use: bind"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploying-Rest-Route-on-ESB-SE-Runtime-Error-quot-Could-not/m-p/2307707#M144194</link>
      <description>&lt;P&gt;I'm trying to deploy a REST based route, and I'm getting the error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;"Could not start Jetty server on port 8,040: Address already in use: bind"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The endpoint is defined as "&lt;A href="http://127.0.0.1:8040/status" target="_blank" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8040/status&lt;/A&gt;" which is the same port being used by Jetty for the ActiveMQ web client etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I change the rest end point to port 8041 it works fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I deploy multiple rest based routes, do they need to have their own port for each route, or can they share a port, using the identifier after the / to differentiate? If they can share, how do they need to be deployed so they don't give a bind error?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploying-Rest-Route-on-ESB-SE-Runtime-Error-quot-Could-not/m-p/2307707#M144194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Rest Route on ESB-SE Runtime Error "Could not start Jetty server on port 8,040: Address already in use: bind"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploying-Rest-Route-on-ESB-SE-Runtime-Error-quot-Could-not/m-p/2307708#M144195</link>
      <description>&lt;P&gt;Port numbers should not have a comma&lt;/P&gt;
&lt;P&gt;Use a port number once&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 04:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploying-Rest-Route-on-ESB-SE-Runtime-Error-quot-Could-not/m-p/2307708#M144195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-05T04:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Rest Route on ESB-SE Runtime Error "Could not start Jetty server on port 8,040: Address already in use: bind"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploying-Rest-Route-on-ESB-SE-Runtime-Error-quot-Could-not/m-p/2307709#M144196</link>
      <description>&lt;P&gt;Also&amp;nbsp; make sure port 8040 is not used by any other application&amp;nbsp; ie skype&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 04:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploying-Rest-Route-on-ESB-SE-Runtime-Error-quot-Could-not/m-p/2307709#M144196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-05T04:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Rest Route on ESB-SE Runtime Error "Could not start Jetty server on port 8,040: Address already in use: bind"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploying-Rest-Route-on-ESB-SE-Runtime-Error-quot-Could-not/m-p/2307710#M144197</link>
      <description>&lt;P&gt;Hi! Thanks for this, but it doesn't answer my key question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have numerous routes that provide a REST service, can I have different endpoints in each route, but using the same Jetty instance, and the same port...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So for example, I want to be able to have&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;http://localhost:8041/routeA&lt;/PRE&gt;
&lt;P&gt;with a number of commands beneath it, and then a separate route, sharing the Jetty instance&lt;/P&gt;
&lt;PRE&gt;http://localhost:8041/routeB&lt;/PRE&gt;
&lt;P&gt;also with a number of commands beneath it.&lt;/P&gt;
&lt;P&gt;Are you really saying that if I deploy multiple routes with rest services they each have to have their own Jetty instance and port?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 09:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploying-Rest-Route-on-ESB-SE-Runtime-Error-quot-Could-not/m-p/2307710#M144197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-05T09:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Rest Route on ESB-SE Runtime Error "Could not start Jetty server on port 8,040: Address already in use: bind"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploying-Rest-Route-on-ESB-SE-Runtime-Error-quot-Could-not/m-p/2307711#M144198</link>
      <description>&lt;P&gt;I know from coding when you declare the jetty instance it is declared as new(port#)&lt;/P&gt;&lt;P&gt;this will cause it to clash&lt;/P&gt;&lt;P&gt;others may have other ideas.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 13:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploying-Rest-Route-on-ESB-SE-Runtime-Error-quot-Could-not/m-p/2307711#M144198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-05T13:33:36Z</dc:date>
    </item>
  </channel>
</rss>

