<?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: Unable to check access status in Apache Nifi(Nifi not running on browser) in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137897#M56140</link>
    <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;We have configured the SSL certificate and configured the keystore and trustore as well. Also we have imported the certificate into the web browser but still we are unable to open the browser.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Sat, 04 Mar 2017 03:45:37 GMT</pubDate>
    <dc:creator>ayaskant19</dc:creator>
    <dc:date>2017-03-04T03:45:37Z</dc:date>
    <item>
      <title>Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137887#M56130</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Our Nifi is running in the unix when we are checking the status it is saying that Nifi is running. But we are unable t open it in the browser. SO someone can help us on this issue. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 02:02:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137887#M56130</guid>
      <dc:creator>ayaskant19</dc:creator>
      <dc:date>2017-03-04T02:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137888#M56131</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16310/ayaskant19.html" nodeid="16310"&gt;@Ayaskant Das&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is your NiFi instance secured?
&lt;/P&gt;&lt;P&gt;If so, how are you configured to authenticate users who are accessing the URL?&lt;/P&gt;&lt;P&gt;By default NiFi will look for a users SSL certificate in the connection for authentication.  If none is provided and no other authentication method has been configured in your NiFi, the connection will just get closed.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 02:08:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137888#M56131</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-03-04T02:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137889#M56132</link>
      <description>&lt;P&gt;Hi when we are checking the status it is showing:&lt;/P&gt;&lt;P&gt; org.apache.nifi.bootstrap.Command Apache NiFi is currently running, listening to Bootstrap on port 43457, PID=21265&lt;/P&gt;&lt;P&gt;so can anyone please let us know the issue why it is not running on the browser&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 02:17:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137889#M56132</guid>
      <dc:creator>ayaskant19</dc:creator>
      <dc:date>2017-03-04T02:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137890#M56133</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16310/ayaskant19.html" nodeid="16310"&gt;@Ayaskant Das&lt;/A&gt; &lt;/P&gt;&lt;P&gt;When you start NiFi, the bootstrap.conf file will show that the bootstrap is listening on port ....&lt;/P&gt;&lt;P&gt;but this does not mean the application has fully started yet.  The browser will not be available until it has.&lt;/P&gt;&lt;P&gt;if you tail -F nifi-app.log you can watch all the things that happen during application startup.&lt;/P&gt;&lt;P&gt;Check your nifi-app.log for reported issues and look for the following line being outputted:&lt;/P&gt;&lt;PRE&gt;org.apache.nifi.web.server.JettyServer NiFi has started. The UI is available at the following URLs:&lt;/PRE&gt;&lt;P&gt;following this line will be additional lines showing the full URL(s).&lt;/P&gt;&lt;P&gt;Until this line is output the browser will still be unavailable.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 02:30:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137890#M56133</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-03-04T02:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137891#M56134</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;While checking in the logs i am able to see only theses lines:&lt;/P&gt;&lt;P&gt;org.apache.nifi.NiFi Initiating shutdown of Jetty web server...&lt;/P&gt;&lt;P&gt;org.apache.nifi.NiFi Jetty web server shutdown completed (nicely or otherwise).&lt;/P&gt;&lt;P&gt;But not the line which you mentioned in the reply. Can you please guide me on this.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 02:40:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137891#M56134</guid>
      <dc:creator>ayaskant19</dc:creator>
      <dc:date>2017-03-04T02:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137892#M56135</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16310/ayaskant19.html" nodeid="16310"&gt;@Ayaskant Das&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So your nifi shut back down because of some error that occurred during startup.  That error will be in the nifi-app.log somewhere above the lines you posted.&lt;/P&gt;&lt;P&gt;It will likely have a full stack trace with the error that includes the cause.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 02:54:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137892#M56135</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-03-04T02:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137893#M56136</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;We are not getting any error in the files. Also we ran the command from root now and got this two lines at the end of the new log:&lt;/P&gt;&lt;P&gt;o.a.nifi.properties.NiFiPropertiesLoader Determined default nifi.properties path to be '/hadoop/local/hadoop/nifi-latest/./conf/nifi.properties'&lt;/P&gt;&lt;P&gt;o.a.nifi.properties.NiFiPropertiesLoader Loaded 121 properties from /hadoop/local/hadoop/nifi-latest/./conf/nifi.properties&lt;/P&gt;&lt;P&gt;We are not able to see any erroe in the logs. Can you please help me on this.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ayaskant&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 03:07:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137893#M56136</guid>
      <dc:creator>ayaskant19</dc:creator>
      <dc:date>2017-03-04T03:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137894#M56137</link>
      <description>&lt;P&gt;those are normal... it is still starting.  it may appear to stall at certain points during startup...&lt;/P&gt;&lt;P&gt;Di you perhaps issue a shutdown command before it ever finished actually starting?&lt;/P&gt;&lt;P&gt;keep tailing the log until you see it either show the URL line or it shuts down again on its own.  This may taken several minutes.

perhaps sharing your nifi-app.log after is fails again will help.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 03:13:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137894#M56137</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-03-04T03:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137895#M56138</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;I am able to see the URL &lt;/P&gt;&lt;P&gt;org.apache.nifi.web.server.JettyServer &lt;A href="http://10.68.91.170:13045/nifi" target="_blank"&gt;http://10.68.91.170:13045/nifi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;org.apache.nifi.web.server.JettyServer &lt;A href="https://10.68.91.170:13046/nifi" target="_blank"&gt;https://10.68.91.170:13046/nifi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;still it is not opening in the web browser&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 03:30:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137895#M56138</guid>
      <dc:creator>ayaskant19</dc:creator>
      <dc:date>2017-03-04T03:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137896#M56139</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/16310/ayaskant19.html" nodeid="16310"&gt;@Ayaskant Das&lt;/A&gt;&lt;P&gt;Now we know that your NiFi is up and running. We also know that it has been configured to run securely over https.

After being secured you will not be able to access it over http.&lt;/P&gt;&lt;P&gt;Https access will only work if user authentication is successful which comes full circle to my initial response.&lt;/P&gt;&lt;P&gt;Here are a few links to assist you there:&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#user-authentication" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#user-authentication&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/17293/how-to-create-user-generated-keys-for-securing-nif.html" target="_blank"&gt;https://community.hortonworks.com/articles/17293/how-to-create-user-generated-keys-for-securing-nif.html&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 03:37:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137896#M56139</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-03-04T03:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137897#M56140</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;We have configured the SSL certificate and configured the keystore and trustore as well. Also we have imported the certificate into the web browser but still we are unable to open the browser.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 03:45:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137897#M56140</guid>
      <dc:creator>ayaskant19</dc:creator>
      <dc:date>2017-03-04T03:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137898#M56141</link>
      <description>&lt;P&gt;Is there anything in the nifi-user.log when you try to access the https web address?

I also noticed the URLs are for 10.x.x.x web addresses.  Are these address reachable from the system where you have your web browser loaded?

Can you post a screenshot of your browser when you try to access the https web address?&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 03:51:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137898#M56141</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-03-04T03:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137899#M56142</link>
      <description>&lt;P&gt;Please find the screen shot  the web browser issue :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13211-web-issue.png" style="width: 932px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/21950i04BE7DF42F63CC81/image-size/medium?v=v2&amp;amp;px=400" role="button" title="13211-web-issue.png" alt="13211-web-issue.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also please find the user log :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13212-nifi-user-log.png" style="width: 1574px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/21951i0D784C7ADE6C0636/image-size/medium?v=v2&amp;amp;px=400" role="button" title="13212-nifi-user-log.png" alt="13212-nifi-user-log.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 08:42:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137899#M56142</guid>
      <dc:creator>ayaskant19</dc:creator>
      <dc:date>2019-08-19T08:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137900#M56143</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;Still not able to log in through web server and getting the same error.&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 22:26:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137900#M56143</guid>
      <dc:creator>ayaskant19</dc:creator>
      <dc:date>2017-03-04T22:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137901#M56144</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/16310/ayaskant19.html" nodeid="16310" target="_blank"&gt;@Ayaskant Das&lt;/A&gt;&lt;P&gt;Based on the output from the nifi-user.log, the following user successfully authenticated to NiFi but was not authorized view the NiFi UI.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13302-screen-shot-2017-03-06-at-50149-pm.png" style="width: 695px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/21949iBE002C5B03D45185/image-size/medium?v=v2&amp;amp;px=400" role="button" title="13302-screen-shot-2017-03-06-at-50149-pm.png" alt="13302-screen-shot-2017-03-06-at-50149-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Did you configure this user as your "Initial Admin Identity"?&lt;/P&gt;&lt;P&gt;The "Initial Admin Identity" is configured in the authorizers.xml file and is used to initially create both the users.xml and authorizations.xml files.  It is case sensitive and white spaces do count.&lt;/P&gt;&lt;P&gt;If you NiFi had previously been started with an incorrect value for "Initial Admin Identity" you will need to correct the authorizers.xml with the correct value, delete both users.xml and authorizations.xml files, and restart NiFi so that these files are created again.&lt;/P&gt;&lt;P&gt;Thanks,
Matt&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 08:41:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137901#M56144</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2019-08-19T08:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to check access status in Apache Nifi(Nifi not running on browser)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137902#M56145</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16310/ayaskant19.html" nodeid="16310"&gt;@Ayaskant Das&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Just wondering if the above was able to resolve your issue.  The nifi-user.log screenshot you provided clearly shows that you have reached NiFi and successfully authenticated with the above user DN; however, the user is not authorized to access the nifi /flow resource.  &lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;In order for users to get notifications of a comment to a post you must tag them in teh response using the @&amp;lt;username&amp;gt;   (example: &lt;A rel="user" href="https://community.cloudera.com/users/525/mclark.html" nodeid="525"&gt;@Matt Clarke&lt;/A&gt; )&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 19:22:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-check-access-status-in-Apache-Nifi-Nifi-not/m-p/137902#M56145</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-05-05T19:22:38Z</dc:date>
    </item>
  </channel>
</rss>

