<?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>question Re: How to resolve `java.net.BindException: Address already in use` error while accesing kafka connect in Apache kafka ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-resolve-java-net-BindException-Address-already-in-use/m-p/208984#M79201</link>
    <description>&lt;P&gt;its working Thank you experts &lt;A rel="user" href="https://community.cloudera.com/users/11048/falbani.html" nodeid="11048"&gt;@Felix Albani and &lt;/A&gt;&lt;A rel="user" href="https://community.cloudera.com/users/79158/vmurakami.html" nodeid="79158"&gt;@Vinicius Higa Murakami&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 07 Jun 2018 18:53:39 GMT</pubDate>
    <dc:creator>rk241091</dc:creator>
    <dc:date>2018-06-07T18:53:39Z</dc:date>
    <item>
      <title>How to resolve `java.net.BindException: Address already in use` error while accesing kafka connect in Apache kafka ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-resolve-java-net-BindException-Address-already-in-use/m-p/208981#M79198</link>
      <description>&lt;P&gt;When trying to use kafka connect using following command :&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;bin&lt;/CODE&gt;&lt;CODE&gt;/connect-standalone&lt;/CODE&gt;&lt;CODE&gt;.sh config&lt;/CODE&gt;&lt;CODE&gt;/connect-standalone&lt;/CODE&gt;&lt;CODE&gt;.properties config&lt;/CODE&gt;&lt;CODE&gt;/connect-file-source&lt;/CODE&gt;&lt;CODE&gt;.properties config&lt;/CODE&gt;&lt;CODE&gt;/connect-file-sink&lt;/CODE&gt;&lt;CODE&gt;.properties&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;It throws a error as &lt;BR /&gt;`WARN FAILED http_8083@773e2eb5{HTTP/1.1}{0.0.0.0:8083}: java.net.BindException: Address already in use (org.eclipse.jetty.util.component.AbstractLifeCycle:212)`&lt;/P&gt;&lt;P&gt;and finally ends with the line `INFO Kafka Connect stopped`&lt;/P&gt;&lt;P&gt;How can I change my Kafka-Connect port from 8083 to other port ?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 16:57:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-resolve-java-net-BindException-Address-already-in-use/m-p/208981#M79198</guid>
      <dc:creator>rk241091</dc:creator>
      <dc:date>2018-06-05T16:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve `java.net.BindException: Address already in use` error while accesing kafka connect in Apache kafka ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-resolve-java-net-BindException-Address-already-in-use/m-p/208982#M79199</link>
      <description>&lt;P&gt;Hey &lt;A rel="user" href="https://community.cloudera.com/users/83196/rk241091.html" nodeid="83196"&gt;@Rahul Kumar&lt;/A&gt;!&lt;BR /&gt;You can change this in connect-standalone.properties&lt;/P&gt;&lt;P&gt;Should have a property called &lt;STRONG&gt;rest.port&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;or if you're planning to use kafka connect in the cluster mode, you should find this parameter in connect-distributed worker.properties&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 20:53:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-resolve-java-net-BindException-Address-already-in-use/m-p/208982#M79199</guid>
      <dc:creator>vmurakami</dc:creator>
      <dc:date>2018-06-05T20:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve `java.net.BindException: Address already in use` error while accesing kafka connect in Apache kafka ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-resolve-java-net-BindException-Address-already-in-use/m-p/208983#M79200</link>
      <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/83196/rk241091.html" nodeid="83196"&gt;@Rahul Kumar&lt;/A&gt; You can change the port by adding:&lt;/P&gt;&lt;PRE&gt;rest.port=&amp;lt;port&amp;gt;&lt;/PRE&gt;&lt;P&gt;To the config/connect-standalone.properties&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;*** If you found this answer addressed your question, please take a moment to login and click the "accept" link on the answer.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 21:01:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-resolve-java-net-BindException-Address-already-in-use/m-p/208983#M79200</guid>
      <dc:creator>falbani</dc:creator>
      <dc:date>2018-06-05T21:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve `java.net.BindException: Address already in use` error while accesing kafka connect in Apache kafka ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-resolve-java-net-BindException-Address-already-in-use/m-p/208984#M79201</link>
      <description>&lt;P&gt;its working Thank you experts &lt;A rel="user" href="https://community.cloudera.com/users/11048/falbani.html" nodeid="11048"&gt;@Felix Albani and &lt;/A&gt;&lt;A rel="user" href="https://community.cloudera.com/users/79158/vmurakami.html" nodeid="79158"&gt;@Vinicius Higa Murakami&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 18:53:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-resolve-java-net-BindException-Address-already-in-use/m-p/208984#M79201</guid>
      <dc:creator>rk241091</dc:creator>
      <dc:date>2018-06-07T18:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve `java.net.BindException: Address already in use` error while accesing kafka connect in Apache kafka ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-resolve-java-net-BindException-Address-already-in-use/m-p/208985#M79202</link>
      <description>&lt;P&gt;Good to know &lt;A rel="user" href="https://community.cloudera.com/users/83196/rk241091.html" nodeid="83196"&gt;@Rahul Kumar&lt;/A&gt;! &lt;BR /&gt;I already used in cluster mode and it's quite good as well.&lt;BR /&gt;So keep going on this! It's an interesting feature from kafka&lt;/P&gt;&lt;P&gt;PS: I'm not an expert yet haha, just a humble guy trying to help xD&lt;BR /&gt;Let us know if you have more questions! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 21:45:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-resolve-java-net-BindException-Address-already-in-use/m-p/208985#M79202</guid>
      <dc:creator>vmurakami</dc:creator>
      <dc:date>2018-06-07T21:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve `java.net.BindException: Address already in use` error while accesing kafka connect in Apache kafka ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-resolve-java-net-BindException-Address-already-in-use/m-p/208986#M79203</link>
      <description>&lt;P&gt;@Vinicius  I m right now at a beginner stage of learning kafka. Just running a single instance on my local system ...havn't thought of working on clusters. But It is nice to get in touch with u and enhance my knowledge.&lt;/P&gt;&lt;P&gt;Thanks once again &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 22:10:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-resolve-java-net-BindException-Address-already-in-use/m-p/208986#M79203</guid>
      <dc:creator>rk241091</dc:creator>
      <dc:date>2018-06-07T22:10:52Z</dc:date>
    </item>
  </channel>
</rss>

